CVE-2025-8822
8.8Linksys · RE6250, RE6300, RE6350, RE6500, RE7000, RE9000
A stack-based buffer overflow in the Linksys range extender firmware allows an authenticated remote attacker to crash the system via the opMode parameter in the algDisable function.
Executive summary
A stack-based buffer overflow vulnerability in multiple Linksys range extenders allows an authenticated attacker to compromise system availability through remote code execution or service disruption.
Vulnerability
This is a stack-based buffer overflow (CWE-121) occurring in the algDisable function within the mod_form.so binary. An authenticated attacker can trigger this condition by supplying an excessively long opMode argument via the /goform/setOpMode endpoint, which leads to memory corruption and potential arbitrary code execution.
Business impact
Successful exploitation of this vulnerability allows an attacker to crash the affected network hardware, resulting in a denial of service for connected clients. Given the CVSS score of 8.8, this represents a high-severity risk that could lead to unauthorized system control and significant network downtime. If the device serves as a critical infrastructure component, the impact on business operations could be severe.
Remediation
Immediate Action: There is currently no vendor-provided patch; users should restrict administrative access to the web interface to trusted management IP addresses only.
Proactive Monitoring: Monitor network logs for unusual POST requests directed at /goform/setOpMode or /goform/algDisable, particularly those containing abnormally long string arguments.
Compensating Controls: Implement a Web Application Firewall or similar filtering mechanism to inspect and sanitize input parameters on management interfaces to block excessively long strings targeting the opMode field.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists via the researcher's GitHub repository.
Analyst recommendation
The presence of a public proof-of-concept and the nature of memory corruption vulnerabilities necessitate immediate attention. Because the vendor has not provided a patch, administrators must prioritize network segmentation and restrict access to the device management interfaces to prevent unauthorized users from reaching the vulnerable endpoints. Continue to monitor official Linksys support channels for firmware updates.
More Linksys CVEs
Sources
Originally found and disclosed by pjqwudi (VulDB User), per the CVE Program record.
- VDB-319356 | Linksys RE6250/RE6300/RE6350/RE6500/RE7000/RE9000 setOpMode algDisable stack-based overflow Vulnerability database entry
- VDB-319356 | CTI Indicators (IOB, IOC, IOA)
- Submit #626686 | Linksys RE6500、RE6250、RE6300、RE6350、RE7000、RE9000 RE6500(1.0.013.001) RE6250(1.0.04.001) RE6300(1.2.0 Third-party advisory
- Related
- Exploit / PoC
- linksys.com