CVE-2024-9514

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 formSetDomainFilter function. This affects D-Link DIR-605L firmware version 2.13B01 BETA. Attackers can exploit this without authentication to potentially take full control of affected devices.

💻 Affected Systems

Products:
  • D-Link DIR-605L
Versions: 2.13B01 BETA
Operating Systems: Embedded Linux firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Affects the web management interface. All devices running this specific beta firmware version are vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete device compromise, creation of persistent backdoors, lateral movement to internal networks, and botnet recruitment.

🟠

Likely Case

Device takeover for credential theft, DNS hijacking, man-in-the-middle attacks, and participation in DDoS botnets.

🟢

If Mitigated

Limited impact if device is behind firewall with restricted WAN access, though internal network exposure remains.

🌐 Internet-Facing: HIGH - Directly exposed to internet with no authentication required for exploitation.
🏢 Internal Only: MEDIUM - Still vulnerable to internal attackers or compromised internal systems.

🎯 Exploit Status

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

Public exploit code available on GitHub. Attack requires sending crafted HTTP request to /goform/formSetDomainFilter endpoint.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not available

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

Restart Required: No

Instructions:

No official patch available. Check D-Link website for firmware updates. Consider replacing device if no fix is provided.

🔧 Temporary Workarounds

Disable WAN access to web interface

all

Block external access to router management interface

Configure firewall to block incoming traffic on ports 80/443 to router IP

Network segmentation

all

Isolate router on separate VLAN

🧯 If You Can't Patch

  • Replace affected device with supported model
  • Implement strict network ACLs to limit access to router management interface

🔍 How to Verify

Check if Vulnerable:

Check firmware version in router web interface at System > Firmware. If version is 2.13B01 BETA, device is vulnerable.

Check Version:

curl -s http://router-ip/ | grep -i firmware or check web interface

Verify Fix Applied:

Verify firmware version has been updated to a non-vulnerable release. No version 2.13B01 BETA should be present.

📡 Detection & Monitoring

Log Indicators:

  • HTTP POST requests to /goform/formSetDomainFilter with abnormal curTime parameter length
  • Multiple failed buffer overflow attempts in system logs

Network Indicators:

  • Unusual HTTP traffic to router port 80/443 with POST to formSetDomainFilter
  • Suspicious payloads in HTTP requests

SIEM Query:

source="router_logs" AND (url="/goform/formSetDomainFilter" OR method="POST" AND uri CONTAINS "formSetDomainFilter")

🔗 References

📤 Share & Export