CVE-2021-29071

9.6 CRITICAL

📋 TL;DR

This vulnerability allows authenticated users to execute arbitrary commands on affected NETGEAR WiFi systems through command injection. It affects multiple NETGEAR Orbi WiFi 6 mesh router models running firmware versions before 3.2.17.12. Attackers with valid credentials can gain elevated privileges and potentially take full control of the device.

💻 Affected Systems

Products:
  • NETGEAR RBK852
  • NETGEAR RBK853
  • NETGEAR RBK854
  • NETGEAR RBR850
  • NETGEAR RBS850
  • NETGEAR RBR752
  • NETGEAR RBR753
  • NETGEAR RBR753S
  • NETGEAR RBR754
  • NETGEAR RBR750
  • NETGEAR RBS750
Versions: All versions before 3.2.17.12
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authenticated access to the web interface or API. All default configurations of affected devices are vulnerable if not patched.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete device compromise leading to persistent backdoor installation, network traffic interception, lateral movement to connected devices, and use as a pivot point for further attacks.

🟠

Likely Case

Unauthorized configuration changes, credential theft, installation of malware or cryptocurrency miners, and disruption of network services.

🟢

If Mitigated

Limited impact if strong authentication controls, network segmentation, and proper monitoring are in place to detect suspicious authenticated sessions.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires valid credentials but is straightforward once authenticated. Multiple public PoCs exist demonstrating the vulnerability.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.2.17.12 or later

Vendor Advisory: https://kb.netgear.com/000063008/Security-Advisory-for-Post-Authentication-Command-Injection-on-Some-WiFi-Systems-PSV-2020-0476

Restart Required: Yes

Instructions:

1. Log into the router web interface. 2. Navigate to Advanced > Administration > Firmware Update. 3. Click 'Check' for updates. 4. If update to 3.2.17.12 or later is available, click 'Yes' to install. 5. Wait for automatic reboot and verify updated version.

🔧 Temporary Workarounds

Restrict administrative access

all

Limit administrative interface access to specific trusted IP addresses only

Use strong authentication

all

Implement complex passwords and consider multi-factor authentication if supported

🧯 If You Can't Patch

  • Isolate affected devices in a separate VLAN with strict firewall rules
  • Implement network monitoring for suspicious authenticated sessions and command execution attempts

🔍 How to Verify

Check if Vulnerable:

Check firmware version in router web interface under Advanced > Administration > Firmware Update

Check Version:

Not applicable - check via web interface only

Verify Fix Applied:

Verify firmware version shows 3.2.17.12 or later in the same location

📡 Detection & Monitoring

Log Indicators:

  • Unusual authenticated sessions
  • Multiple failed login attempts followed by successful login
  • Suspicious command execution in system logs

Network Indicators:

  • Unexpected outbound connections from router
  • Traffic to known malicious IPs
  • Unusual port scanning from router

SIEM Query:

source="netgear-router" AND (event_type="authentication" AND result="success" AND user!="admin") OR (event_type="command_execution" AND command!="expected_command")

🔗 References

📤 Share & Export