CVE-2025-2551

4.3 MEDIUM

📋 TL;DR

This vulnerability in D-Link DIR-618 and DIR-605L routers allows attackers with local network access to bypass access controls via the /goform/formSetPortTr endpoint. It affects users of these specific router models running vulnerable firmware versions. Since these products are no longer supported by the manufacturer, users cannot receive official patches.

💻 Affected Systems

Products:
  • D-Link DIR-618
  • D-Link DIR-605L
Versions: 2.02/3.02 firmware versions
Operating Systems: Router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects these specific models with vulnerable firmware. Products are end-of-life with no vendor support.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

An attacker on the local network could reconfigure router settings, potentially enabling further attacks or disrupting network connectivity.

🟠

Likely Case

Local network users could modify port forwarding or other router configurations without proper authorization.

🟢

If Mitigated

With proper network segmentation and access controls, the impact is limited to the local network segment containing the router.

🌐 Internet-Facing: LOW - The vulnerability requires local network access and cannot be exploited directly from the internet.
🏢 Internal Only: MEDIUM - Attackers must be on the local network, but once there, exploitation is straightforward with public PoC available.

🎯 Exploit Status

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

Exploit requires local network access but is simple to execute with published details. Attackers need to reach the router's web interface.

🛠️ 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 with supported hardware.

🔧 Temporary Workarounds

Network Segmentation

all

Isolate the vulnerable routers on separate VLANs to limit exposure

Access Control Lists

all

Implement network ACLs to restrict access to router management interface

🧯 If You Can't Patch

  • Replace affected routers with supported models from any vendor
  • Implement strict network segmentation to isolate vulnerable devices

🔍 How to Verify

Check if Vulnerable:

Check router model and firmware version via web interface at 192.168.0.1 or 192.168.1.1

Check Version:

Access router web interface and check System Status or Firmware Information

Verify Fix Applied:

Verify router has been replaced with supported hardware or isolated from critical networks

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /goform/formSetPortTr
  • Multiple failed authentication attempts followed by configuration changes

Network Indicators:

  • Unexpected traffic to router management interface from unauthorized IPs
  • Changes to port forwarding rules without administrative action

SIEM Query:

source_ip IN (local_network_range) AND dest_ip=router_ip AND uri_path="/goform/formSetPortTr" AND http_method="POST"

🔗 References

📤 Share & Export