CVE-2024-13106

5.3 MEDIUM

📋 TL;DR

This vulnerability in D-Link DIR-816 routers allows unauthorized access to the IP QoS configuration handler due to improper access controls. Attackers can remotely exploit this to modify Quality of Service settings without authentication. Only D-Link DIR-816 A2 routers with specific firmware versions are affected.

💻 Affected Systems

Products:
  • D-Link DIR-816 A2
Versions: 1.10CNB05_R1B011D88210
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects specific Chinese firmware version; other regions/versions may not be vulnerable

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could reconfigure network traffic prioritization, potentially enabling denial of service or traffic manipulation attacks against the local network.

🟠

Likely Case

Unauthorized modification of QoS settings leading to degraded network performance or disruption of specific services.

🟢

If Mitigated

With proper network segmentation and firewall rules, impact is limited to the router's configuration interface only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploit details are publicly available on GitHub; attack requires network access to router web interface

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

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

Restart Required: No

Instructions:

Check D-Link website for firmware updates; if unavailable, consider router replacement

🔧 Temporary Workarounds

Disable remote management

all

Prevent external access to router web interface

Network segmentation

all

Isolate router management interface from untrusted networks

🧯 If You Can't Patch

  • Replace affected router with supported model
  • Implement strict firewall rules blocking access to router web interface from untrusted networks

🔍 How to Verify

Check if Vulnerable:

Check router firmware version via web interface at 192.168.0.1 or 192.168.1.1

Check Version:

Check router web interface under 'Status' or 'System' section

Verify Fix Applied:

Verify firmware version is updated beyond vulnerable version

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to /goform/form2IPQoSTcAdd
  • Unexpected QoS configuration changes

Network Indicators:

  • HTTP requests to router IP on port 80 targeting form2IPQoSTcAdd endpoint

SIEM Query:

http.url:*form2IPQoSTcAdd AND http.method:POST AND NOT user_agent:expected_browser

🔗 References

📤 Share & Export