CVE-2023-35743

8.8 HIGH

📋 TL;DR

This vulnerability allows network-adjacent attackers to execute arbitrary code as root on D-Link DAP-2622 routers without authentication. The flaw exists in the DDP service's configuration restore function, where improper length validation enables stack-based buffer overflow. Only D-Link DAP-2622 router users are affected.

💻 Affected Systems

Products:
  • D-Link DAP-2622
Versions: All versions prior to firmware 1.11B01
Operating Systems: Embedded Linux
Default Config Vulnerable: ⚠️ Yes
Notes: DDP service runs by default on port 41234/TCP. Only accessible from local network.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete router compromise with root-level remote code execution, enabling persistent backdoor installation, network traffic interception, and lateral movement to connected devices.

🟠

Likely Case

Router takeover leading to DNS hijacking, credential theft from network traffic, and botnet recruitment.

🟢

If Mitigated

Limited to denial of service if exploit attempts crash the service, but no code execution.

🌐 Internet-Facing: LOW
🏢 Internal Only: HIGH

🎯 Exploit Status

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

No authentication required, network-adjacent access sufficient. ZDI advisory includes technical details but no public exploit code.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firmware 1.11B01

Vendor Advisory: https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10349

Restart Required: Yes

Instructions:

1. Download firmware 1.11B01 from D-Link support site. 2. Log into router web interface. 3. Navigate to System > Firmware Update. 4. Upload and apply the firmware file. 5. Wait for automatic reboot.

🔧 Temporary Workarounds

Disable DDP Service

all

Disable the vulnerable DDP service if not required for functionality.

Not available via command line - use web interface: System > Management > DDP > Disable

Network Segmentation

all

Isolate DAP-2622 routers on separate VLAN to limit attack surface.

Configure VLAN isolation on network switches

🧯 If You Can't Patch

  • Segment affected routers on isolated network VLAN with strict firewall rules blocking port 41234/TCP from untrusted networks.
  • Implement network monitoring for unusual traffic to port 41234/TCP and consider replacing vulnerable hardware.

🔍 How to Verify

Check if Vulnerable:

Check firmware version in web interface: System > Firmware. If version is earlier than 1.11B01, device is vulnerable.

Check Version:

Not available via CLI - use web interface or check via SNMP if configured

Verify Fix Applied:

Confirm firmware version shows 1.11B01 or later in System > Firmware page.

📡 Detection & Monitoring

Log Indicators:

  • Unusual DDP service restarts
  • Buffer overflow messages in system logs

Network Indicators:

  • Unusual traffic to port 41234/TCP from internal hosts
  • Large payloads sent to port 41234/TCP

SIEM Query:

source_port:41234 AND (payload_size > 1000 OR protocol_anomaly:true)

🔗 References

📤 Share & Export