PatchSiren cyber security CVE debrief
CVE-2013-10050 D-Link CVE debrief
CVE-2013-10050 is a high-severity OS command injection vulnerability affecting multiple D-Link routers, specifically confirmed on DIR-300 revision A with firmware version 1.05 and DIR-615 revision D with firmware version 4.13. The vulnerability resides in the authenticated tools_vct.xgi CGI endpoint, where the pingIp parameter fails to properly sanitize user-supplied input. Attackers with valid credentials can inject arbitrary shell commands, enabling full device compromise including spawning a telnet daemon and establishing a root shell. The affected firmware versions utilize the Mathopd/1.5p6 web server. No vendor patch is available, and the affected hardware models have reached end-of-life status. The vulnerability was published on August 1, 2025, and last modified on May 26, 2026.
- Vendor
- D-Link
- Product
- DIR-300 rev A
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2025-08-01
- Original CVE updated
- 2026-05-26
- Advisory published
- 2025-08-01
- Advisory updated
- 2026-05-26
Who should care
Network administrators managing legacy D-Link infrastructure, security teams responsible for embedded device security, organizations with remote office or branch locations using consumer-grade routing equipment, and incident response teams investigating potential router compromises
Technical summary
The vulnerability exists in the tools_vct.xgi CGI endpoint used for diagnostic functions. The pingIp parameter passes user input directly to a shell command without proper sanitization, allowing command separator injection. Successful exploitation requires valid administrative credentials but grants root-level access to the underlying Linux-based operating system. The Mathopd/1.5p6 web server implementation fails to implement adequate input validation for this parameter.
Defensive priority
critical
Recommended defensive actions
- Immediately inventory all D-Link DIR-300 and DIR-615 devices in your environment and verify firmware versions against affected releases (DIR-300 firmware ≤1.05, DIR-615 firmware ≤4.13)
- Replace affected end-of-life devices with actively supported router hardware from vendors providing security updates
- If immediate replacement is not feasible, restrict administrative access to the web interface by implementing network segmentation and IP allowlisting
- Monitor for unauthorized telnet daemon processes or unexpected network listeners on affected devices
- Review authentication logs for the tools_vct.xgi endpoint for anomalous pingIp parameter values containing shell metacharacters
- Implement egress filtering to prevent compromised devices from establishing outbound connections to attacker-controlled infrastructure
- Consider deploying network intrusion detection signatures for known exploitation patterns targeting D-Link router administrative interfaces
Evidence notes
The vulnerability is classified under CWE-78 (OS Command Injection). Multiple exploit implementations exist in public repositories. The CVSS 4.0 vector indicates network attack vector with low attack complexity, low privileges required, and high impact on confidentiality, integrity, and availability.
Official resources
-
CVE-2013-10050 CVE record
CVE.org
-
CVE-2013-10050 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
[email protected] - Exploit
-
Mitigation or vendor reference
[email protected] - Exploit, Third Party Advisory
-
Source reference
[email protected] - Exploit
-
Source reference
[email protected] - Exploit
-
Mitigation or vendor reference
[email protected] - Third Party Advisory
-
Source reference
134c704f-9b21-4f2e-91b3-4a467353bcc0 - Exploit
The vulnerability was disclosed through multiple security research channels including Exploit-DB and VulnCheck, with technical analysis published by security researchers. The disclosure includes proof-of-concept exploitation methods and has