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

50 lines
1.5 KiB
YAML
Raw Normal View History

2021-12-29 15:58:30 +00:00
id: CVE-2021-40859
info:
name: Auerswald COMpact 5500R 7.8A and 8.0B Devices Backdoor
2021-12-29 15:58:30 +00:00
author: pussycat0x
severity: critical
description: Auerswald COMpact 5500R 7.8A and 8.0B devices contain an unauthenticated endpoint ("https://192.168.1[.]2/about_state"), enabling the bad actor to gain backdoor access to a web interface that allows for resetting the administrator password.
2021-12-29 15:58:30 +00:00
reference:
- https://thehackernews.com/2021/12/secret-backdoors-found-in-german-made.html
2021-12-30 06:45:02 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-40859
- https://www.redteam-pentesting.de/en/advisories/-advisories-publicised-vulnerability-analyses
- https://www.redteam-pentesting.de/en/advisories/rt-sa-2021-007/-auerswald-compact-multiple-backdoors
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2021-40859
2023-07-15 16:29:17 +00:00
epss-score: 0.02655
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:o:auerswald:compact_5500r_firmware:7.8a:build002:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.89037
metadata:
max-request: 1
fofa-query: '"auerswald"'
2023-07-11 19:49:27 +00:00
vendor: auerswald
product: compact_5500r_firmware
2021-12-30 06:45:02 +00:00
tags: cve,cve2021,iot,unauth,voip,auerswald
2021-12-29 15:58:30 +00:00
http:
2021-12-29 15:58:30 +00:00
- method: GET
path:
- "{{BaseURL}}/about_state"
matchers-condition: and
matchers:
- type: word
2021-12-30 06:45:22 +00:00
part: body
2021-12-29 15:58:30 +00:00
words:
- '"pbx"'
- '"dongleStatus":0'
- '"macaddr"'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
2021-12-30 06:45:02 +00:00
- 200