CVE-2026-2129

7.2 HIGH

📋 TL;DR

This CVE describes an OS command injection vulnerability in D-Link DIR-823X routers that allows remote attackers to execute arbitrary commands on affected devices. The vulnerability exists in the /goform/set_ac_status endpoint and can be exploited by manipulating specific parameters. All users of affected D-Link DIR-823X routers are at risk.

💻 Affected Systems

Products:
  • D-Link DIR-823X
Versions: Firmware version 250416
Operating Systems: Embedded Linux/RTOS
Default Config Vulnerable: ⚠️ Yes
Notes: Only specific firmware version 250416 confirmed. Other versions may be affected but not verified.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete device compromise allowing attacker to install persistent backdoors, pivot to internal networks, steal credentials, or brick the device.

🟠

Likely Case

Router takeover leading to DNS hijacking, credential theft, man-in-the-middle attacks, and network surveillance.

🟢

If Mitigated

Limited impact if device is behind firewall with restricted WAN access and proper network segmentation.

🌐 Internet-Facing: HIGH - Routers are typically internet-facing devices and the exploit can be initiated remotely without authentication.
🏢 Internal Only: MEDIUM - Internal attackers could exploit if they gain network access, but external exposure is the primary concern.

🎯 Exploit Status

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

Exploit details are publicly available on GitHub, making this easily weaponizable by attackers with basic skills.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

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

Restart Required: Yes

Instructions:

1. Check D-Link website for firmware updates
2. Download latest firmware for DIR-823X
3. Access router admin interface
4. Navigate to firmware update section
5. Upload and apply new firmware
6. Reboot router

🔧 Temporary Workarounds

Disable Remote Management

all

Prevent external access to router administration interface

Network Segmentation

all

Isolate router management interface to separate VLAN

🧯 If You Can't Patch

  • Replace affected devices with patched or different model routers
  • Implement strict firewall rules blocking all WAN access to router management interfaces

🔍 How to Verify

Check if Vulnerable:

Check router firmware version via admin interface. If version is 250416, device is vulnerable.

Check Version:

Login to router admin interface and check System Status or Firmware Information page

Verify Fix Applied:

After firmware update, verify version has changed from 250416 and test if /goform/set_ac_status endpoint still responds to command injection attempts.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /goform/set_ac_status
  • Suspicious command strings in URL parameters
  • Multiple failed login attempts followed by successful access

Network Indicators:

  • Unusual outbound connections from router
  • DNS queries to suspicious domains
  • Port scanning originating from router

SIEM Query:

source="router_logs" AND (uri_path="/goform/set_ac_status" OR (parameter="ac_ipaddr" AND value CONTAINS ";" OR "|" OR "`"))

🔗 References

📤 Share & Export