2022-05-29 12:55:34 +00:00
id : CVE-2019-12583
info :
2022-06-03 19:12:31 +00:00
name : Zyxel ZyWall UAG/USG - Account Creation Access
2022-06-17 03:07:31 +00:00
author : n -thumann,daffainfo
2022-05-29 12:55:34 +00:00
severity : critical
2022-06-03 19:12:31 +00:00
description : Zyxel UAG, USG, and ZyWall devices allows a remote attacker to generate guest accounts by directly accessing the account generator via the "Free Time" component. This can lead to unauthorized network access or DoS attacks.
2022-05-29 12:55:34 +00:00
reference :
- https://www.zyxel.com/support/vulnerabilities-related-to-the-Free-Time-feature.shtml
- https://n-thumann.de/blog/zyxel-gateways-missing-access-control-in-account-generator-xss/
2022-06-03 19:12:31 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-12583
2022-05-29 12:55:34 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
cvss-score : 9.1
cve-id : CVE-2019-12583
cwe-id : CWE-425
tags : cve,cve2019,zyxel,zywall
requests :
- method : GET
path :
- "{{BaseURL}}/free_time.cgi"
matchers-condition : and
matchers :
2022-06-17 03:07:31 +00:00
- type : word
part : body
words :
- "free_time_redirect.cgi?u="
- "&smsOnly=0"
2022-05-29 12:55:34 +00:00
condition : and
- type : status
status :
- 200
2022-06-03 19:12:31 +00:00
# Enhanced by mp on 2022/06/01