tasmota-install: Tasmota Installer Exposure

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

漏洞描述

Tasmota is susceptible to the Installation page exposure due to misconfiguration.

PoC代码[已公开]

id: tasmota-install

info:
  name: Tasmota Installer Exposure
  author: ritikchaddha
  severity: high
  description: Tasmota is susceptible to the Installation page exposure due to misconfiguration.
  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,install,exposure,vuln

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

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Install Tasmota"
          - "Tasmota Installer"
        condition: or

      - type: status
        status:
          - 200
# digest: 4a0a0047304502201ac26403ad8d68bc051e8adc425fb1431042ca76c5ae114f4316a054edadb068022100ed5fcf2ebb7d1c20026f878077b21119527cd1ea96baa45cf7e587464a2da997:922c64590222798bb761d5b6d8e72950

相关漏洞推荐