nuclei-templates/cves/2021/CVE-2021-40859.yaml

36 lines
929 B
YAML
Raw Normal View History

id: CVE-2021-40859
info:
name: CVE-2021-40859
author: pussycat0x
severity: critical
description: unauthenticated endpoint ("https://192.168.1[.]2/about_state"), enabling the bad actor to gain access to a web interface that allows for resetting the administrator password.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2021-40859
- https://thehackernews.com/2021/12/secret-backdoors-found-in-german-made.html
metadata:
fofa-dork: '"auerswald"'
tags: cve,cve2021,iot,unauth,voip
requests:
- method: GET
path:
- "{{BaseURL}}/about_state"
matchers-condition: and
matchers:
- type: word
words:
- '"pbx"'
- '"dongleStatus":0'
- '"macaddr"'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200