tasmota-config-webui: Tasmota Configuration Exposure

日期: 2025-08-01 | 影响软件: tasmotacfgwebui | POC: 已公开

漏洞描述

Tasmota configuration is exposed.

PoC代码[已公开]

id: tasmota-config-webui

info:
  name: Tasmota Configuration Exposure
  author: ritikchaddha
  severity: medium
  description: Tasmota configuration is exposed.
  reference:
    - https://github.com/arendst/Tasmota
  classification:
    cpe: cpe:2.3:o:tasmota_project:tasmota:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: tasmota_project
    product: tasmota
    shodan-query: title:"Tasmota"
  tags: misconfig,tasmota,exposure,config,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers-condition: or
    matchers:
      - type: word
        part: body
        words:
          - "Firmware"
          - "Tasmota"
        condition: and
        case-insensitive: true

      - type: word
        part: body
        words:
          - "Theo Arends"
          - "<h2>Tasmota</h2>"
        condition: and
        case-insensitive: true

    extractors:
      - type: regex
        part: body
        group: 1
        regex:
          - "Tasmota ([0-9.]+) "
# digest: 4a0a00473045022100c95c0c5968426dc5a8ab147185d05ec82d3bf848307e7e6c0535ed0b0649fd35022078194650483830dd3ddefd5b068cbe242d10e72925beb4d691c9c81873cdc9c4:922c64590222798bb761d5b6d8e72950

相关漏洞推荐