CVE-2021-29069

7.3 HIGH

📋 TL;DR

This vulnerability allows authenticated users on certain NETGEAR routers to execute arbitrary commands through command injection. It affects XR450, XR500, and WNR2000v5 routers running vulnerable firmware versions.

💻 Affected Systems

Products:
  • NETGEAR XR450
  • NETGEAR XR500
  • NETGEAR WNR2000v5
Versions: XR450 before 2.3.2.114, XR500 before 2.3.2.114, WNR2000v5 before 1.0.0.76
Operating Systems: Router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authenticated access to the router's web interface or API.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

An authenticated attacker gains full control of the router, enabling network traffic interception, credential theft, lateral movement to internal devices, and persistent backdoor installation.

🟠

Likely Case

An authenticated malicious insider or compromised account executes commands to modify router settings, redirect traffic, or disrupt network services.

🟢

If Mitigated

With strong authentication controls and network segmentation, impact is limited to the router itself without compromising other systems.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires valid credentials but command injection is typically straightforward once authenticated.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: XR450/XR500: 2.3.2.114 or later, WNR2000v5: 1.0.0.76 or later

Vendor Advisory: https://kb.netgear.com/000063023/Security-Advisory-for-Post-Authentication-Command-Injection-on-Some-Routers-PSV-2020-0595

Restart Required: Yes

Instructions:

1. Log into router web interface. 2. Navigate to Advanced > Administration > Firmware Update. 3. Check for updates and install latest firmware. 4. Reboot router after update completes.

🔧 Temporary Workarounds

Restrict administrative access

all

Limit router 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

  • Segment router management interface on separate VLAN with strict access controls
  • Monitor for unusual administrative login attempts and command execution patterns

🔍 How to Verify

Check if Vulnerable:

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

Check Version:

Check via web interface or SSH if enabled: show version

Verify Fix Applied:

Confirm firmware version is XR450/XR500: 2.3.2.114+ or WNR2000v5: 1.0.0.76+

📡 Detection & Monitoring

Log Indicators:

  • Unusual command execution in router logs
  • Multiple failed login attempts followed by successful login
  • Configuration changes from unexpected sources

Network Indicators:

  • Unusual outbound connections from router
  • DNS or traffic redirection changes
  • Unexpected administrative access patterns

SIEM Query:

source="router_logs" AND (command="*;*" OR command="*|*" OR command="*`*" OR command="*$(*")

🔗 References

📤 Share & Export