Overview
A significant security vulnerability, CVE-2025-9245, has been identified in several models of Linksys Wi-Fi range extenders. The vulnerability resides in the function WPSSTAPINEnr of the file /goform/WPSSTAPINEnr and can potentially lead to a complete system compromise or data leakage. Given the widespread use of these devices, this vulnerability presents a substantial risk and requires immediate attention. This vulnerability is especially serious because it can be remotely exploited, and a working exploit is publicly available.
Vulnerability Summary
CVE ID: CVE-2025-9245
Severity: High (8.8 CVSS score)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Potential system compromise and data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
Linksys RE6250 | 1.0.013.001
Linksys RE6300 | 1.0.04.001
Linksys RE6350 | 1.0.04.002
Linksys RE6500 | 1.1.05.003
Linksys RE7000 | 1.2.07.001
Linksys RE9000 | 1.2.07.001
How the Exploit Works
The vulnerability arises from the manipulation of the ssid argument in the WPSSTAPINEnr function. This manipulation results in a stack-based buffer overflow, a common vulnerability that occurs when more data is written into a buffer than it can handle. This overflow can overwrite adjacent memory locations and potentially lead to arbitrary code execution. In this case, the vulnerability can be exploited remotely, meaning an attacker does not need physical access to the device.
Conceptual Example Code
This is a hypothetical code snippet showing how an attacker might exploit this vulnerability:
POST /goform/WPSSTAPINEnr HTTP/1.1
Host: target.example.com
Content-Type: application/json
{ "ssid": "AAAAA...[long string]...AAAAA" }
In this example, the ‘ssid’ argument is filled with a long string of ‘A’ characters, enough to overflow the stack buffer and potentially allow for the execution of malicious code.
It’s crucial to note that the vendor has not yet responded to this disclosure, making mitigation efforts even more critical. Affected users should consider implementing a Web Application Firewall (WAF) or Intrusion Detection System (IDS) as a temporary measure, and stay alert for any vendor-provided patches.
