misc updates

patch-1
sandeep 2021-12-22 12:10:38 +05:30
parent 08d097a751
commit df2418ce18
1 changed files with 9 additions and 5 deletions

View File

@ -1,18 +1,22 @@
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://thehackernews.com/2021/12/secret-backdoors-found-in-german-made.html
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: iot, unauth, voip
tags: cve,cve2021,iot,unauth,voip
requests:
- method: GET
path:
- "{{BaseURL}}/about_state"
- "{{BaseURL}}:9000/about_state"
matchers-condition: and
matchers:
- type: word
@ -23,10 +27,10 @@ requests:
condition: and
- type: word
part: header
words:
- "application/json"
part: header
- type: status
status:
- 200
- 200