CVE-2024-9555

8.8 HIGH

📋 TL;DR

A critical buffer overflow vulnerability in D-Link DIR-605L routers allows remote attackers to execute arbitrary code by manipulating the curTime parameter in the formSetEasy_Wizard function. This affects users running firmware version 2.13B01 BETA on the DIR-605L router. Successful exploitation could lead to complete device compromise.

💻 Affected Systems

Products:
  • D-Link DIR-605L
Versions: 2.13B01 BETA
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects the specific BETA firmware version; production versions may not be vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to full router compromise, credential theft, network pivoting, and persistent backdoor installation.

🟠

Likely Case

Router takeover enabling traffic interception, DNS manipulation, and network disruption.

🟢

If Mitigated

Limited impact if device is behind firewall with restricted WAN access and strong network segmentation.

🌐 Internet-Facing: HIGH - The vulnerability is remotely exploitable and affects internet-facing routers.
🏢 Internal Only: MEDIUM - Could still be exploited from within the network if attacker gains internal access.

🎯 Exploit Status

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

Exploit details are publicly available on GitHub, making weaponization likely.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not available

Vendor Advisory: https://www.dlink.com/

Restart Required: Yes

Instructions:

1. Check D-Link website for security advisories
2. If patch exists, download firmware update
3. Upload via router admin interface
4. Reboot router after update

🔧 Temporary Workarounds

Disable remote administration

all

Prevent external access to router administration interface

Network segmentation

all

Isolate router management interface to separate VLAN

🧯 If You Can't Patch

  • Replace affected router with supported model
  • Implement strict firewall rules blocking all WAN access to router management interface

🔍 How to Verify

Check if Vulnerable:

Access router admin interface and check firmware version matches 2.13B01 BETA

Check Version:

Check router web interface or use nmap -sV -p80,443 [router_ip]

Verify Fix Applied:

Verify firmware version has changed from 2.13B01 BETA after update

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /goform/formSetEasy_Wizard with long curTime parameters
  • Router reboot events

Network Indicators:

  • Unusual outbound connections from router
  • DNS configuration changes

SIEM Query:

source="router_logs" AND uri="/goform/formSetEasy_Wizard" AND parameter_length(curTime) > 100

🔗 References

📤 Share & Export