Cyber Resilience

CVE-2013-3307

High

Published: 11 July 2025

Published
11 July 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
EPSS Score 0.0329 87.5th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2013-3307 is a high-severity OS Command Injection (CWE-78) vulnerability. Its CVSS base score is 8.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 12.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2013-3307 is an OS command injection vulnerability (CWE-78) affecting Linksys E1000 devices through firmware version 2.1.02, E1200 devices before version 2.0.05, and E3200 devices through version 1.0.04. The issue resides in the apply.cgi script, which processes the ping_ip parameter over TCP port 52000 without properly sanitizing shell metacharacters, enabling arbitrary command execution. It carries a CVSS v3.1 base score of 8.3 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L).

Any remote attacker can exploit this vulnerability without privileges or user interaction by crafting an HTTP request to the affected port with malicious shell metacharacters in the ping_ip parameter. Successful exploitation allows injection and execution of arbitrary OS commands on the device, resulting in low impacts to confidentiality, integrity, and availability, with a changed scope that may affect dependent components.

The Trustwave SpiderLabs advisory TWSL2013-008, archived at https://web.archive.org/web/20140421001918/https://www.trustwave.com/spiderlabs/advisories/TWSL2013-008.txt, documents the vulnerability. Mitigation requires upgrading to firmware versions beyond those listed as affected: E1000 after 2.1.02, E1200 at 2.0.05 or later, and E3200 after 1.0.04.

EU & UK References

Vulnerability details

Linksys E1000 devices through 2.1.02, E1200 devices before 2.0.05, and E3200 devices through 1.0.04 allow OS command injection via shell metacharacters in the apply.cgi ping_ip parameter on TCP port 52000.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Direct OS command injection in a public-facing web CGI endpoint (apply.cgi) enables remote unauthenticated command execution via crafted HTTP requests.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-60962Shared CWE-78
CVE-2026-6942Shared CWE-78
CVE-2025-23316Shared CWE-78
CVE-2026-30880Shared CWE-78
CVE-2025-64124Shared CWE-78
CVE-2024-58274Shared CWE-78
CVE-2026-34188Shared CWE-78
CVE-2011-10026Shared CWE-78
CVE-2025-0680Shared CWE-78
CVE-2026-5965Shared CWE-78

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents OS command injection by requiring validation and sanitization of the ping_ip parameter to reject shell metacharacters.

prevent

SI-2 ensures timely firmware updates to remediate the specific command injection flaw in affected Linksys devices.

prevent

CM-7 least functionality mitigates by disabling unnecessary diagnostic features like the vulnerable apply.cgi ping tool on TCP port 52000.

References