Cyber Resilience

CVE-2020-10924

Memory Safety in Netgear R6700 Firmware 1.0.4.84_10.0.58

High EPSSMemory Safety
Published
28 July 2020
Modified
21 November 2024
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.87 99.7th percentile
Risk Priority 87 floored blend · peak EPSS

Summary

CVE-2020-10924 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Netgear R6700 Firmware. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 0.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

This vulnerability allows network-adjacent attackers to bypass authentication on affected installations of NETGEAR R6700 V1.0.4.84_10.0.58 routers. Although authentication is required to exploit this vulnerability, the existing authentication mechanism can be bypassed. The specific flaw exists within the UPnP service, which…

more

listens on TCP port 5000 by default. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length, stack-based buffer. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-9643.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
The vulnerability is a stack buffer overflow in the UPnP service on a network-exposed port, directly enabling remote code execution against a public-facing router service.
T1068 Exploitation for Privilege Escalation Privilege Escalationconfidence: HIGH
Successful exploitation grants root privileges, constituting exploitation for privilege escalation on the device.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2020-10923Same product: Netgear R6700
CVE-2026-0413Same vendor: Netgear
CVE-2024-54808Same vendor: Netgear
CVE-2023-30280Same product: Netgear R6700
CVE-2024-54809Same vendor: Netgear
CVE-2025-52080Same vendor: Netgear
CVE-2025-52081Same vendor: Netgear
CVE-2025-52082Same vendor: Netgear
CVE-2025-6510Same vendor: Netgear
CVE-2025-6511Same vendor: Netgear

Affected Assets

netgear
r6700 firmware
1.0.4.84_10.0.58

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices directly prevent introduction of stack buffer overflows.

ID.RA-01 partial match
prevents

Vulnerability scanning can discover stack buffer overflows but does not prevent their introduction.

PR.PS-02 partial match
prevents

Patching eliminates known instances of the weakness after discovery.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing (fuzzing, static analysis) detects stack overflows before release.

prevents

Secure SDLC mandates buffer-safety practices that directly prevent stack overflows.

prevents

Application security requirements can specify buffer-size and input-validation rules.

prevents

Secure architecture principles include memory-safety and least-privilege stack usage.

prevents

Secure coding standards explicitly forbid unsafe buffer handling that causes CWE-121.

none

Change-management gates can enforce security reviews that catch buffer issues.

References