Cyber Resilience

CVE-2017-5521

HighCISA KEVActive ExploitationEUVD ExploitedPublic PoC

Published: 17 January 2017

Published
17 January 2017
Modified
21 April 2026
KEV Added
08 September 2022
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.9380 99.9th percentile
Risk Priority 92 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2017-5521 is a high-severity an unspecified weakness vulnerability in Netgear R6200 Firmware. Its CVSS base score is 8.1 (High).

Operationally, ranked in the top 0.1% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-17 (Remote Access) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2017-5521 affects the web management interface on multiple NETGEAR router models including the R8500, R8300, R7000, R6400, R7300, R7100LG, R6300v2, WNDR3400v3, WNR3500Lv2, R6250, R6700, R6900, and R8000. The flaw permits password disclosure through specially crafted requests to the management server, exposing the administrator credentials when certain recovery conditions are not met.

An attacker can exploit the issue remotely over the internet if remote management is enabled, or from within the LAN or WLAN. After canceling an authentication prompt and obtaining a recovery token, the attacker supplies it to the endpoint /passwordrecovered.cgi?id=TOKEN; if password recovery has never been enabled, the device returns the admin password. The exposure persists even after recovery is later disabled because the router continues to enforce prior security-question checks.

NETGEAR advisory KB30632 and related disclosures at SecurityFocus address the vulnerability, while a working proof-of-concept is publicly available on Exploit-DB. The CVSS 8.1 score reflects high impact on confidentiality, integrity, and availability under network attack conditions.

EU & UK References

Vulnerability details

An issue was discovered on NETGEAR R8500, R8300, R7000, R6400, R7300, R7100LG, R6300v2, WNDR3400v3, WNR3500Lv2, R6250, R6700, R6900, and R8000 devices. They are prone to password disclosure via simple crafted requests to the web management server. The bug is exploitable…

more

remotely if the remote management option is set, and can also be exploited given access to the router over LAN or WLAN. When trying to access the web panel, a user is asked to authenticate; if the authentication is canceled and password recovery is not enabled, the user is redirected to a page that exposes a password recovery token. If a user supplies the correct token to the page /passwordrecovered.cgi?id=TOKEN (and password recovery is not enabled), they will receive the admin password for the router. If password recovery is set the exploit will fail, as it will ask the user for the recovery questions that were previously set when enabling that feature. This is persistent (even after disabling the recovery option, the exploit will fail) because the router will ask for the security questions.

CWE(s)
KEV Date Added
08 September 2022

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

netgear
r6200 firmware
1.0.1.56_1.0.43
netgear
r6300 firmware
1.0.2.78_1.0.58
netgear
vegn2610 firmware
1.0.0.36
netgear
ac1450 firmware
1.0.0.34_10.0.16
netgear
wnr1000v3 firmware
1.0.2.68_60.0.93
netgear
wndr3700v3 firmware
1.0.0.40_1.0.32
netgear
wndr4000 firmware
1.0.2.4_9.1.86
netgear
wndr4500 firmware
1.0.1.44_1.0.73
netgear
d6400 firmware
1.0.0.44
netgear
d6220 firmware
1.0.0.12
+3 more product configuration(s) — see NVD for full list

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authentication and authorization checks before allowing access to sensitive endpoints such as /passwordrecovered.cgi, blocking the unauthenticated token-based password disclosure.

prevent

Requires explicit authorization, encryption, and monitoring of remote management connections, eliminating the remote attack vector when remote management is enabled on the affected routers.

prevent

Mandates secure generation, storage, and recovery procedures for authenticators, preventing exposure of the admin password via improperly implemented recovery tokens.

References