Skip to content

Tasmota Installer Exposure

ID: tasmota-install

Severity: high

Author: ritikchaddha

Tags: misconfig,tasmota,install,exposure

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

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
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: 4a0a0047304502200b7cb1b29956a4d11aa84bdbddfa17c1379b4a16611d37df6c5374d0c59c7ceb022100e80f7a4fccd205f355baa8c93e1b682355be0a2bee3049f8b3f31f35a80c9883:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/tasmota-install.yaml"

View on Github