CVE-2025-60691: n/a
A stack-based buffer overflow exists in the httpd binary of Linksys E1200 v2 routers (Firmware E1200_v2.0.11.001_us.tar.gz). The apply_cgi and block_cgi functions copy user-supplied input from the "url" CGI parameter into stack buffers (v36, v29) using sprintf without bounds checking. Because these buffers are allocated as single-byte variables, any non-empty input will trigger a buffer overflow. Remote attackers can exploit this vulnerability via crafted HTTP requests to execute arbitrary code or cause denial of service without authentication.
AI Analysis
Technical Summary
CVE-2025-60691 is a stack-based buffer overflow vulnerability identified in the httpd binary of Linksys E1200 version 2 routers, specifically in firmware version E1200_v2.0.11.001_us. The vulnerability stems from the unsafe handling of the "url" CGI parameter within the apply_cgi and block_cgi functions. These functions use sprintf to copy user-supplied input into stack-allocated buffers (v36, v29) that are single-byte in size, without performing any bounds checking. This coding flaw allows any non-empty input to overflow the buffer, corrupting adjacent stack memory. Because the httpd service processes HTTP requests, an attacker can remotely send crafted HTTP requests to trigger this overflow. Exploitation does not require authentication or user interaction, increasing the attack surface. Successful exploitation can lead to arbitrary code execution on the router, enabling attackers to take control of the device, or cause denial of service by crashing the httpd process. The vulnerability is classified under CWE-121 (stack-based buffer overflow) and has a CVSS v3.1 base score of 8.8, indicating high severity with high impact on confidentiality, integrity, and availability. No patches or firmware updates are currently linked, and no known exploits have been reported in the wild as of the publication date (November 13, 2025). The vulnerability affects a widely deployed consumer-grade router model, which is often used in small office/home office (SOHO) environments, potentially exposing many endpoints to compromise.
Potential Impact
For European organizations, especially small and medium enterprises (SMEs) and home offices using Linksys E1200 v2 routers, this vulnerability poses a significant risk. Exploitation could allow attackers to gain persistent control over network gateways, enabling interception or manipulation of network traffic, deployment of malware, or lateral movement into internal networks. The ability to cause denial of service could disrupt business operations by cutting off internet connectivity. Confidentiality of sensitive data traversing the network could be compromised, and integrity of communications undermined. Given the lack of authentication or user interaction required, attackers can remotely exploit this vulnerability from anywhere, increasing the threat level. The absence of known exploits currently provides a window for mitigation, but the high CVSS score suggests that once exploit code is developed, attacks could be widespread. This is particularly concerning for critical infrastructure sectors and organizations handling sensitive data within Europe.
Mitigation Recommendations
1. Immediate action should be to check for and apply any firmware updates or patches released by Linksys addressing this vulnerability. If no official patch is available, consider upgrading to a newer router model without this vulnerability. 2. Restrict access to the router’s HTTP management interface by disabling remote management or limiting access to trusted IP addresses only. 3. Deploy network-level protections such as Web Application Firewalls (WAFs) or Intrusion Prevention Systems (IPS) configured to detect and block suspicious HTTP requests that could trigger buffer overflows. 4. Monitor network traffic for unusual patterns or signs of exploitation attempts targeting the router’s management interface. 5. Segment the network to isolate vulnerable devices from critical systems and sensitive data. 6. Educate users about the risks of using outdated router firmware and encourage regular updates. 7. Consider replacing vulnerable devices in high-risk environments with routers from vendors with strong security track records and timely patching policies.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Belgium, Sweden
CVE-2025-60691: n/a
Description
A stack-based buffer overflow exists in the httpd binary of Linksys E1200 v2 routers (Firmware E1200_v2.0.11.001_us.tar.gz). The apply_cgi and block_cgi functions copy user-supplied input from the "url" CGI parameter into stack buffers (v36, v29) using sprintf without bounds checking. Because these buffers are allocated as single-byte variables, any non-empty input will trigger a buffer overflow. Remote attackers can exploit this vulnerability via crafted HTTP requests to execute arbitrary code or cause denial of service without authentication.
AI-Powered Analysis
Technical Analysis
CVE-2025-60691 is a stack-based buffer overflow vulnerability identified in the httpd binary of Linksys E1200 version 2 routers, specifically in firmware version E1200_v2.0.11.001_us. The vulnerability stems from the unsafe handling of the "url" CGI parameter within the apply_cgi and block_cgi functions. These functions use sprintf to copy user-supplied input into stack-allocated buffers (v36, v29) that are single-byte in size, without performing any bounds checking. This coding flaw allows any non-empty input to overflow the buffer, corrupting adjacent stack memory. Because the httpd service processes HTTP requests, an attacker can remotely send crafted HTTP requests to trigger this overflow. Exploitation does not require authentication or user interaction, increasing the attack surface. Successful exploitation can lead to arbitrary code execution on the router, enabling attackers to take control of the device, or cause denial of service by crashing the httpd process. The vulnerability is classified under CWE-121 (stack-based buffer overflow) and has a CVSS v3.1 base score of 8.8, indicating high severity with high impact on confidentiality, integrity, and availability. No patches or firmware updates are currently linked, and no known exploits have been reported in the wild as of the publication date (November 13, 2025). The vulnerability affects a widely deployed consumer-grade router model, which is often used in small office/home office (SOHO) environments, potentially exposing many endpoints to compromise.
Potential Impact
For European organizations, especially small and medium enterprises (SMEs) and home offices using Linksys E1200 v2 routers, this vulnerability poses a significant risk. Exploitation could allow attackers to gain persistent control over network gateways, enabling interception or manipulation of network traffic, deployment of malware, or lateral movement into internal networks. The ability to cause denial of service could disrupt business operations by cutting off internet connectivity. Confidentiality of sensitive data traversing the network could be compromised, and integrity of communications undermined. Given the lack of authentication or user interaction required, attackers can remotely exploit this vulnerability from anywhere, increasing the threat level. The absence of known exploits currently provides a window for mitigation, but the high CVSS score suggests that once exploit code is developed, attacks could be widespread. This is particularly concerning for critical infrastructure sectors and organizations handling sensitive data within Europe.
Mitigation Recommendations
1. Immediate action should be to check for and apply any firmware updates or patches released by Linksys addressing this vulnerability. If no official patch is available, consider upgrading to a newer router model without this vulnerability. 2. Restrict access to the router’s HTTP management interface by disabling remote management or limiting access to trusted IP addresses only. 3. Deploy network-level protections such as Web Application Firewalls (WAFs) or Intrusion Prevention Systems (IPS) configured to detect and block suspicious HTTP requests that could trigger buffer overflows. 4. Monitor network traffic for unusual patterns or signs of exploitation attempts targeting the router’s management interface. 5. Segment the network to isolate vulnerable devices from critical systems and sensitive data. 6. Educate users about the risks of using outdated router firmware and encourage regular updates. 7. Consider replacing vulnerable devices in high-risk environments with routers from vendors with strong security track records and timely patching policies.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- mitre
- Date Reserved
- 2025-09-26T00:00:00.000Z
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 69160aa2eb29b6dceb12146f
Added to database: 11/13/2025, 4:43:14 PM
Last enriched: 11/20/2025, 5:16:16 PM
Last updated: 12/29/2025, 10:31:20 AM
Views: 58
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-15183: SQL Injection in code-projects Refugee Food Management System
MediumCVE-2025-15182: SQL Injection in code-projects Refugee Food Management System
MediumCVE-2025-15181: SQL Injection in code-projects Refugee Food Management System
MediumCVE-2025-15180: Stack-based Buffer Overflow in Tenda WH450
HighCVE-2025-15170: Cross Site Scripting in Advaya Softech GEMS ERP Portal
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.