CVE-2023-26822

9.8 CRITICAL

📋 TL;DR

This vulnerability allows remote attackers to execute arbitrary commands on D-Link Go-RT-AC750 routers via command injection in the service parameter of the soapcgi.main interface. Attackers can gain full control of affected devices, potentially compromising network security. All users of D-Link Go-RT-AC750 revA_v101b03 routers are affected.

💻 Affected Systems

Products:
  • D-Link Go-RT-AC750
Versions: revA_v101b03
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Affects the specific hardware revision and firmware version combination. Other versions may also be vulnerable but unconfirmed.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete device takeover leading to network compromise, data exfiltration, ransomware deployment, or use as botnet node.

🟠

Likely Case

Router compromise allowing traffic interception, DNS hijacking, credential theft, and lateral movement to connected devices.

🟢

If Mitigated

Limited impact if device is isolated, patched, or has restricted network access.

🌐 Internet-Facing: HIGH - Routers are typically internet-facing, making them prime targets for remote exploitation.
🏢 Internal Only: MEDIUM - Could still be exploited from within the network if attacker gains internal access.

🎯 Exploit Status

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

Public proof-of-concept exists in GitHub repository. CVSS 9.8 indicates trivial exploitation with high impact.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check D-Link security bulletin for latest patched version

Vendor Advisory: https://www.dlink.com/en/security-bulletin/

Restart Required: Yes

Instructions:

1. Visit D-Link support site. 2. Download latest firmware for Go-RT-AC750. 3. Log into router admin interface. 4. Navigate to firmware update section. 5. Upload and apply new firmware. 6. Reboot router.

🔧 Temporary Workarounds

Disable WAN Management

all

Prevent external access to router management interface

Network Segmentation

all

Isolate router from critical network segments

🧯 If You Can't Patch

  • Replace affected device with patched or different model
  • Implement strict firewall rules blocking all unnecessary inbound traffic to router

🔍 How to Verify

Check if Vulnerable:

Check router firmware version in admin interface. If version is revA_v101b03 or earlier, device is vulnerable.

Check Version:

Check via router web interface at 192.168.0.1 or 192.168.1.1 under System Status or Firmware section

Verify Fix Applied:

Verify firmware version after update shows newer than revA_v101b03. Test soapcgi.main endpoint if possible.

📡 Detection & Monitoring

Log Indicators:

  • Unusual commands in system logs
  • Multiple failed login attempts to soapcgi endpoint
  • Unexpected process execution

Network Indicators:

  • Unusual outbound connections from router
  • Traffic to suspicious IPs
  • DNS query anomalies

SIEM Query:

source="router.log" AND ("soapcgi" OR "command injection" OR unusual shell commands)

🔗 References

📤 Share & Export