2023-01-23 07:55:05 +00:00
|
|
|
id: esphome-dashboard
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ESPHome Dashboard Exposure
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: medium
|
2023-01-23 08:00:27 +00:00
|
|
|
description: |
|
|
|
|
ESPHome Dashboard exposes the secrets like wifi password,api keys and internal logs, it also allows users to make changes through the dashboard.
|
2023-01-23 07:55:05 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-01-23 07:55:05 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Dashboard - ESPHome"
|
|
|
|
tags: misconfig,esphome,exposure,iot
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-01-23 07:55:05 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'Dashboard - ESPHome'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|