CVE-2021-29068 in R6700v3info

Summary

by MITRE • 03/23/2021

Certain NETGEAR devices are affected by a buffer overflow by an authenticated user. This affects R6700v3 before 1.0.4.98, R6400v2 before 1.0.4.98, R7000 before 1.0.11.106, R6900P before 1.3.2.124, R7000P before 1.3.2.124, R7900 before 1.0.4.26, R7850 before 1.0.5.60, R8000 before 1.0.4.58, RS400 before 1.5.0.48, R6400 before 1.0.1.62, R6700 before 1.0.2.16, R6900 before 1.0.2.16, MK60 before 1.0.5.102, MR60 before 1.0.5.102, MS60 before 1.0.5.102, CBR40 before 2.5.0.10, R8000P before 1.4.1.62, R7960P before 1.4.1.62, R7900P before 1.4.1.62, RAX15 before 1.0.1.64, RAX20 before 1.0.1.64, RAX75 before 1.0.3.102, RAX80 before 1.0.3.102, RAX200 before 1.0.2.102, RAX45 before 1.0.2.64, RAX50 before 1.0.2.64, EX7500 before 1.0.0.68, EAX80 before 1.0.1.62, EAX20 before 1.0.0.36, RBK752 before 3.2.16.6, RBK753 before 3.2.16.6, RBK753S before 3.2.16.6, RBK754 before 3.2.16.6, RBR750 before 3.2.16.6, RBS750 before 3.2.16.6, RBK852 before 3.2.16.6, RBK853 before 3.2.16.6, RBK854 before 3.2.16.6, RBR850 before 3.2.16.6, RBS850 before 3.2.16.6, RBR840 before 3.2.16.6, RBS840 before 3.2.16.6, R6120 before 1.0.0.70, R6220 before 1.1.0.100, R6230 before 1.1.0.100, R6260 before 1.1.0.76, R6850 before 1.1.0.76, R6350 before 1.1.0.76, R6330 before 1.1.0.76, D7800 before 1.0.1.58, RBK50 before 2.6.1.40, RBR50 before 2.6.1.40, RBS50 before 2.6.1.40, RBK40 before 2.6.1.36, RBR40 before 2.6.1.36, RBS40 before 2.6.1.38, RBK23 before 2.6.1.36, RBR20 before 2.6.1.38, RBS20 before 2.6.1.38, RBK12 before 2.6.1.44, RBK13 before 2.6.1.44, RBK14 before 2.6.1.44, RBK15 before 2.6.1.44, RBR10 before 2.6.1.44, RBS10 before 2.6.1.44, R6800 before 1.2.0.72, R6900v2 before 1.2.0.72, R6700v2 before 1.2.0.72, R7200 before 1.2.0.72, R7350 before 1.2.0.72, R7400 before 1.2.0.72, R7450 before 1.2.0.72, AC2100 before 1.2.0.72, AC2400 before 1.2.0.72, AC2600 before 1.2.0.72, R7800 before 1.0.2.74, R8900 before 1.0.5.24, R9000 before 1.0.5.24, RAX120 before 1.0.1.136, XR450 before 2.3.2.66, XR500 before 2.3.2.66, XR700 before 1.0.1.34, and XR300 before 1.0.3.50.

Once again VulDB remains the best source for vulnerability data.

Analysis

by VulDB Data Team • 04/03/2021

This vulnerability represents a critical buffer overflow flaw in NETGEAR networking equipment that enables authenticated users to execute arbitrary code on affected devices. The issue stems from improper input validation within the web interface handling of specific parameters, allowing attackers with legitimate login credentials to craft malicious payloads that overwrite adjacent memory locations. The vulnerability affects a wide range of NETGEAR routers and wireless access points across multiple product lines including the R6700v3, R6400v2, R7000, and numerous other models spanning different firmware versions. According to the Common Weakness Enumeration framework, this vulnerability maps to CWE-121, which describes a stack-based buffer overflow condition where insufficient bounds checking allows memory corruption. The operational impact is severe as authenticated attackers can leverage this flaw to gain full control over affected devices, potentially leading to complete network compromise, data exfiltration, or use as a pivot point for further attacks within the network infrastructure. The vulnerability exists in the web server component of the firmware, specifically in the handling of user-supplied input through HTTP parameters, which are processed without adequate sanitization or length validation. Attackers can exploit this by sending specially crafted HTTP requests containing oversized strings that overflow the allocated buffer space, potentially overwriting critical program variables, return addresses, or other memory segments. The affected devices typically include consumer and small business routers, wireless access points, and mesh networking equipment that are widely deployed in home and office environments, making the potential attack surface extensive. The ATT&CK framework categorizes this vulnerability under T1059.007 for Command and Scripting Interpreter and T1068 for Exploitation for Privilege Escalation, as it allows for code execution with the privileges of the web server process. The vulnerability is particularly concerning because it requires only authentication credentials, which are often default passwords or passwords that have not been changed, making exploitation relatively straightforward for threat actors who have gained initial access to the network. The affected firmware versions span multiple release cycles, indicating this was a persistent flaw in the product development lifecycle that affected numerous generations of devices. Network administrators should note that the vulnerability is not limited to a single product line but affects an entire family of devices, suggesting that the root cause likely resides in shared code components or common firmware development practices. The exploitation of this vulnerability can lead to persistent backdoor access, DNS hijacking, traffic interception, or even the complete compromise of the network segment the device serves. The patching process for these devices requires careful consideration due to the large number of affected models and the potential for firmware update failures that could leave devices in an unusable state. Organizations should prioritize identifying all affected devices within their network inventory and applying vendor-provided firmware updates as soon as possible, while also implementing network monitoring to detect potential exploitation attempts. The vulnerability demonstrates poor input validation practices and inadequate memory management in embedded networking equipment, highlighting the need for more rigorous security testing during the development lifecycle. This flaw represents a significant risk to network security, particularly in environments where default credentials are not changed or where network segmentation is insufficient to contain potential compromise. The complexity of managing updates across such a diverse product portfolio means that many devices may remain vulnerable for extended periods, creating ongoing risk for organizations that have not yet applied the necessary patches. The presence of this vulnerability in both older and newer product generations indicates that security considerations may not have been consistently integrated throughout the product lifecycle, suggesting a systemic issue in how security is addressed during firmware development and release cycles.

Responsible

MITRE

Reservation

03/23/2021

Disclosure

03/23/2021

Moderation

accepted

CPE

ready

EPSS

0.01055

KEV

no

Activities

very low

Sources

Might our Artificial Intelligence support you?

Check our Alexa App!