nuclei-templates/iot/iotawatt-app-exposure.yaml

37 lines
980 B
YAML
Raw Normal View History

id: iotawatt-app-exposure
info:
name: IoTaWatt Configuration App Exposure
author: pussycat0x
severity: high
description: An IoTaWatt configuration app was discovered. Unauthenticated access to an IoTaWatt energy monitor could give a malicious attacker the means to upload to any of several third-party energy websites/database.
reference:
- https://docs.iotawatt.com/en/master/passConfig.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
metadata:
fofa-query: app="IoTaWatt-Configuration-app"
tags: iot,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<h3>Configure IoTaWatt Device</h3>'
- '<title>IoTaWatt Configuration app</title>'
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/04/01