CVE-2024-33789

9.8 CRITICAL

📋 TL;DR

This CVE describes a command injection vulnerability in Linksys E5600 routers where an attacker can execute arbitrary commands via the ipurl parameter at the /API/info endpoint. This allows remote code execution with high privileges, affecting all users running the vulnerable firmware version.

💻 Affected Systems

Products:
  • Linksys E5600
Versions: v1.1.0.26
Operating Systems: Embedded Linux
Default Config Vulnerable: ⚠️ Yes
Notes: Affects the specific firmware version only. The vulnerability is in the web management interface API.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of the router allowing attacker to install persistent malware, intercept all network traffic, pivot to internal network devices, and use the router for botnet activities.

🟠

Likely Case

Router takeover leading to DNS hijacking, credential theft from network traffic, and installation of cryptocurrency miners or other malware.

🟢

If Mitigated

Limited impact if network segmentation isolates the router and external access is restricted, though local network devices could still be at risk.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

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

Public exploit code exists in GitHub repositories. The vulnerability requires no authentication and has simple exploitation vectors.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: Not available

Restart Required: Yes

Instructions:

1. Check Linksys support site for firmware updates
2. Download latest firmware for E5600
3. Access router admin interface
4. Navigate to Administration > Firmware Upgrade
5. Upload and apply new firmware
6. Reboot router after update

🔧 Temporary Workarounds

Disable Remote Management

all

Prevent external access to router management interface

Network Segmentation

all

Isolate router management interface to separate VLAN

🧯 If You Can't Patch

  • Replace affected router with different model or updated version
  • Implement strict firewall rules blocking all external access to router management ports

🔍 How to Verify

Check if Vulnerable:

Check router firmware version in admin interface under Administration > Firmware Upgrade

Check Version:

curl -s http://router-ip/API/info | grep version or check web interface

Verify Fix Applied:

Verify firmware version is no longer v1.1.0.26 and test if /API/info endpoint responds to command injection attempts

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /API/info endpoint
  • Suspicious command strings in URL parameters
  • Multiple failed login attempts followed by API access

Network Indicators:

  • Unusual outbound connections from router
  • DNS queries to malicious domains
  • Unexpected SSH/Telnet connections originating from router

SIEM Query:

source="router-logs" AND (uri_path="/API/info" OR (method="POST" AND uri_path CONTAINS "ipurl"))

🔗 References

📤 Share & Export