OS Command InjectionWeakness · CWE-78

CVE-2025-34037

CRITICAL · 10.0 CVSS v4.0 Published 2025-06-24
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
100/100
Remediation priority · Urgent
High EPSS Public exploit Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

OS command injection vulnerability in Linksys E-Series routers allows unauthenticated remote attackers to inject arbitrary shell commands via the ttcp_ip parameter in /tmUnblock.cgi and /hndUnblock.cgi endpoints on HTTP port 8080. The CGI scripts fail to sanitize user input, enabling TheMoon worm and similar malware to execute MIPS ELF payloads with root privileges.

MitigationImmediately block external access to port 8080 at the network perimeter; apply available vendor firmware updates; if no patch exists, replace affected devices with supported hardware.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
Authentication
X
User interaction
None
Scope
X

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify device model
    Access the router's admin web interface or check the device label/packaging to confirm the model is a Linksys E-Series, WAG, WAP, WES, WET, or WRT-series device.
    Affected if The device is any Linksys E-Series or related series router listed in the summary.
  2. Verify port 8080 is accessible
    Scan the router's IP address on port 8080 using a tool like nmap (nmap -p 8080 <router-ip>) or curl (curl http://<router-ip>:8080/). Check if the HTTP service responds on this port.
    Affected if Port 8080 returns an HTTP response, indicating the web interface is exposed on the alternate port.
  3. Check if vulnerable CGI endpoints respond
    Send a request to http://<router-ip>:8080/tmUnblock.cgi and/or http://<router-ip>:8080/hndUnblock.cgi using curl or a browser. Look for any response (even an error) rather than a connection timeout or 404.
    Affected if Either endpoint returns a response, indicating the vulnerable CGI scripts are present and accessible.
  4. Confirm ttcp_ip parameter is accepted
    Send a benign test request to an affected endpoint with a test value for ttcp_ip, e.g., curl 'http://<router-ip>:8080/tmUnblock.cgi?ttcp_ip=127.0.0.1'. Observe if the parameter is processed (any response indicates the endpoint parses the parameter).
    Affected if The parameter is parsed and the endpoint returns a response, indicating user input is being processed without proper sanitization.
  5. Check firmware version
    Access the router admin interface (typically port 80 or 443) and navigate to the Administration or Firmware Upgrade section to view the current firmware version. Compare against any vendor release notes or security advisories for the model.
    Affected if The installed firmware version predates any vendor security patches for this vulnerability, or no patch is available for the device model.

A user is affected if they have a Linksys E-Series or related router with port 8080 exposed and the /tmUnblock.cgi or /hndUnblock.cgi endpoints responding to the ttcp_ip parameter without authentication.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Immediately block external access to port 8080 at the network perimeter; apply available vendor firmware updates; if no patch exists, replace affected devices with supported hardware.

Recommended fix Moderate confidence
  1. 1. Block external access to port 8080/tcp on affected routers at the network perimeter/firewall. This endpoint should never be reachable from the internet.
  2. 2. If remote management is not required, disable the web-based administration interface entirely through the router's web UI under 'Administration' > 'Management' settings.
  3. 3. If remote management is required, change the default HTTP port 8080 to a non-standard port and restrict access to specific IP addresses via access control lists (ACLs).
  4. 4. Monitor network traffic for suspicious requests to /tmUnblock.cgi and /hndUnblock.cgi endpoints with unusual ttcp_ip parameter values (e.g., containing semicolons, pipes, or backticks).
  5. 5. Consider placing affected devices behind a properly configured perimeter firewall that blocks inbound connections to ports used for router management.
  6. 6. If the router is no longer supported by Linksys, replace it with a currently supported model that receives security updates.
Caveat No firmware upgrade path identified in available sources; Linksys E-Series and legacy WRT-series routers may be end-of-life with no security patches available

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation8.0 h
  • Implementation16.0 h
  • Testing8.0 h
  • Review / QA4.0 h
36.0 hours of engineering $6,400
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $10,240.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-34037 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-34037 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data