CVE-2025-60694: A stack-based buffer overflow exists in the validate_static_route function of the httpd binary on Linksys E...
A stack-based buffer overflow exists in the validate_static_route function of the httpd binary on Linksys E1200 v2 routers (Firmware E1200_v2.0.11.001_us.tar.gz). The function improperly concatenates user-supplied CGI parameters (route_ipaddr_0~3, route_netmask_0~3, route_gateway_0~3) into fixed-size buffers (v6, v10, v14) without proper bounds checking. Remote attackers can exploit this vulnerability via specially crafted HTTP requests to execute arbitrary code or cause denial of service without authentication.
Security readout for executives and security teams
Plain-English summary
CVE-2025-60694 affects Linksys E1200 v2 router firmware and may let an unauthenticated remote attacker crash the device. The source description also claims possible arbitrary code execution, but the supplied CVSS scoring only rates availability impact. Treat exposed management interfaces as the main business risk.
Executive priority
Prioritize any internet-exposed or business-critical E1200 v2 routers. The practical urgency is high for exposed devices because unauthenticated remote denial of service is supported by the scoring, while code execution is less firmly evidenced in the supplied data.
Technical view
The issue is a CWE-121 stack-based buffer overflow in the httpd validate_static_route function. User-controlled static-route CGI parameters are concatenated into fixed-size stack buffers without adequate bounds checks. The provided record names firmware E1200_v2.0.11.001_us.tar.gz on Linksys E1200 v2 routers.
Likely exposure
Organizations are most exposed if Linksys E1200 v2 router administration or HTTP management is reachable from untrusted networks. The structured affected-product fields are incomplete, so confirm device model and firmware directly.
Exploitation context
The bundle says exploitation is remote, unauthenticated, low complexity, and needs no user interaction. It is not listed as CISA KEV, and the provided sources do not establish active exploitation in the wild.
Researcher notes
Evidence is limited. The description asserts arbitrary code execution or denial of service, but CVSS only marks availability impact. The affected CPE fields are empty, so validation should rely on model, firmware, and vendor or researcher references rather than automated CPE matching alone.
Mitigation direction
Inventory Linksys E1200 v2 routers and record firmware versions.
Check Linksys guidance for fixed firmware, retirement status, or replacement advice.
Block WAN or untrusted access to router HTTP management interfaces.
Restrict administration to trusted networks or VPN-only paths.
Replace affected routers if no supported vendor fix exists.
Validation and detection
Confirm whether any Linksys E1200 v2 devices run E1200_v2.0.11.001_us.tar.gz.
Review perimeter exposure for router web administration services.
Check firewall rules for untrusted access to management HTTP endpoints.
Review logs for abnormal static-route configuration requests or router crashes.
Track CVE and Linksys references for updated remediation guidance.
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 · low confidence lookup
CWE-121: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical 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-121 · source CWE mapping
Stack-based Buffer Overflow
Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.