An OS command injection vulnerability exists in various models of E-Series Linksys routers via the /tmUnblock.cgi and /hndUnblock.cgi endpoints over HTTP on port 8080. The CGI scripts improperly process user-supplied input passed to the ttcp_ip parameter without sanitization, allowing unauthenticated attackers to inject shell commands. This vulnerability was reported to be exploited in the wild by the "TheMoon" worm in 2014 to deploy a MIPS ELF payload, enabling arbitrary code execution on the router. Additionally, this vulnerability may affect other Linksys products to include, but not limited to, WAG/WAP/WES/WET/WRT-series router models and Wireless-N access points and routers. Exploitation evidence was observed by the Shadowserver Foundation on 2025-02-06 UTC.
Security readout for executives and security teams
Plain-English summary
This flaw lets an unauthenticated attacker run operating-system commands on affected Linksys routers through exposed HTTP CGI endpoints. For a business, the main concern is takeover of edge network devices, which can enable malware, traffic interception, outages, or pivoting into internal networks.
Executive priority
Prioritize this as urgent for any organization using legacy Linksys edge devices. The vulnerability is unauthenticated, network-reachable, rated CVSS 10, and has historical worm exploitation plus later observed exploitation evidence.
Technical view
CVE-2025-34037 is CWE-78 command injection in /tmUnblock.cgi and /hndUnblock.cgi on HTTP port 8080. Unsanitized ttcp_ip input can allow unauthenticated remote code execution. Sources cite Linksys E-series models and possible WAG/WAP/WES/WET/WRT and Wireless-N products, but affected-product evidence is broad and partly incomplete.
Likely exposure
Highest risk is legacy Linksys routers or access points with HTTP management on port 8080 reachable from the internet or untrusted networks. The source bundle names several E-series models and says other Linksys product families may also be affected, but exact firmware scope is not fully established.
Exploitation context
The source bundle reports in-the-wild exploitation by TheMoon worm in 2014 and exploitation evidence observed by Shadowserver on 2025-02-06 UTC. It is not marked as CISA KEV in the provided data, so treat current exploitation status as evidenced but not KEV-confirmed.
Researcher notes
The public record supports command injection through ttcp_ip on two CGI endpoints, but product and firmware boundaries remain imprecise. Avoid assuming every Linksys router is affected; validate model, firmware, management exposure, and logs before scoping remediation.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-78 · source CWE mapping
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.