CVE-2024-57229

9.8 CRITICAL

📋 TL;DR

This vulnerability allows remote attackers to execute arbitrary commands on NETGEAR RAX5 routers by injecting malicious input into the devname parameter of the reset_wifi function. Attackers can gain full control of affected routers, potentially compromising all network traffic. All users of NETGEAR RAX5 routers with vulnerable firmware are affected.

💻 Affected Systems

Products:
  • NETGEAR RAX5 (AX1600 WiFi Router)
Versions: V1.0.2.26
Operating Systems: Router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: All devices running this firmware version are vulnerable by default. No special configuration required for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete router compromise allowing attackers to intercept all network traffic, install persistent malware, pivot to internal network devices, and use the router as a botnet node.

🟠

Likely Case

Router takeover enabling traffic interception, DNS hijacking, credential theft from unencrypted traffic, and installation of cryptocurrency miners or other malware.

🟢

If Mitigated

Limited impact if router is behind firewall with restricted WAN access, though internal attackers could still exploit if they gain network access.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

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

Public proof-of-concept available on GitHub. Exploitation requires network access to router management interface but no authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: Unknown

Restart Required: Yes

Instructions:

1. Check NETGEAR support site for firmware updates. 2. Download latest firmware for RAX5. 3. Log into router admin interface. 4. Navigate to Advanced > Administration > Firmware Update. 5. Upload and install new firmware. 6. Reboot router after installation.

🔧 Temporary Workarounds

Disable Remote Management

all

Prevents external attackers from accessing router management interface

Network Segmentation

all

Isolate router management interface to trusted network segment only

🧯 If You Can't Patch

  • Replace router with different model or vendor
  • Place router behind dedicated firewall with strict inbound rules

🔍 How to Verify

Check if Vulnerable:

Check router firmware version in admin interface at Advanced > Administration > Firmware Update

Check Version:

Login to router web interface and navigate to Advanced > Administration > Firmware Update

Verify Fix Applied:

Verify firmware version is newer than V1.0.2.26 after update

📡 Detection & Monitoring

Log Indicators:

  • Unusual command execution in router logs
  • Multiple failed login attempts followed by successful access
  • Unexpected firmware or configuration changes

Network Indicators:

  • Unusual outbound connections from router
  • DNS queries to suspicious domains
  • Traffic redirection to unexpected IPs

SIEM Query:

source="router_logs" AND ("reset_wifi" OR "devname=" OR "command injection")

🔗 References

📤 Share & Export