CVE-2025-2549

4.3 MEDIUM

📋 TL;DR

This CVE describes an improper access control vulnerability in D-Link DIR-618 and DIR-605L routers affecting the /goform/formSetPassword endpoint. Attackers on the local network can exploit this to bypass authentication controls. Only unsupported legacy devices are affected.

💻 Affected Systems

Products:
  • D-Link DIR-618
  • D-Link DIR-605L
Versions: 2.02, 3.02
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects products no longer supported by the vendor. Requires local network access for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Local attacker gains unauthorized administrative access to router configuration, potentially enabling network traffic interception, DNS hijacking, or further network compromise.

🟠

Likely Case

Local attacker modifies router settings like passwords or network configurations, causing service disruption or enabling man-in-the-middle attacks.

🟢

If Mitigated

With proper network segmentation and access controls, impact is limited to isolated network segments containing only legacy devices.

🌐 Internet-Facing: LOW - Exploitation requires local network access, not directly reachable from the internet.
🏢 Internal Only: MEDIUM - Local network attackers can exploit, but requires specific legacy devices and local access.

🎯 Exploit Status

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

Public exploit details available in references. Simple HTTP request manipulation required.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: N/A

Vendor Advisory: N/A

Restart Required: No

Instructions:

No official patch available as products are end-of-life. Replace affected devices with supported models.

🔧 Temporary Workarounds

Network Segmentation

all

Isolate affected routers in separate VLANs to limit attack surface

Access Control Lists

all

Implement network ACLs to restrict access to router management interfaces

🧯 If You Can't Patch

  • Replace affected routers with supported models that receive security updates
  • Implement strict network segmentation to isolate legacy devices from critical systems

🔍 How to Verify

Check if Vulnerable:

Check router model and firmware version via web interface or SSH. If DIR-618/DIR-605L with version 2.02 or 3.02, device is vulnerable.

Check Version:

Check router web interface at http://[router-ip]/ or use telnet/SSH if enabled

Verify Fix Applied:

No fix available. Verification requires device replacement with supported model.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /goform/formSetPassword
  • Multiple failed authentication attempts followed by successful password changes

Network Indicators:

  • HTTP traffic to router management interface from unexpected internal IPs
  • Unusual configuration changes to router settings

SIEM Query:

source_ip=INTERNAL_NET dest_ip=ROUTER_IP uri_path="/goform/formSetPassword" method=POST

🔗 References

📤 Share & Export