LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-60694 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2025-60694Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.