CVE-2026-86299
9.9Linksys · RE7000
A critical OS command injection vulnerability in the Linksys RE7000 PingTest handler allows remote attackers to execute arbitrary commands with root privileges via crafted network parameters.
Executive summary
The Linksys RE7000 range extender is vulnerable to remote command injection with root-level privileges, posing a critical risk to network integrity and device control.
Vulnerability
This vulnerability exists within the platform_event_pingTest function of the PingTest handler. An attacker can inject arbitrary OS commands into the pingTestIp, pingTestPktSize, or pingTestTimes parameters, which are then improperly concatenated into a command string and executed via the system() function with root privileges. While the service requires a session ID, the authentication mechanism is flawed due to predictable session tokens derived from system uptime, allowing for unauthenticated or minimally privileged exploitation.
Business impact
Successful exploitation grants an attacker full root-level control over the range extender, facilitating unauthorized access to the local network, traffic interception, or the use of the device as a pivot point for further attacks. Given the CVSS score of 9.9, this vulnerability represents a critical threat to organizational security, potentially leading to total compromise of internal communications and significant reputational damage.
Remediation
Immediate Action: Update the firmware of the Linksys RE7000 to the latest available version provided by the manufacturer. If an official patch is not immediately available, restrict access to the device management interface to trusted administrative subnets only.
Proactive Monitoring: Monitor network traffic for unusual outbound connections originating from the range extender, particularly those involving common command shells or unauthorized network scanning. Review system logs for unexpected execution of shell commands or suspicious modifications to system files.
Compensating Controls: Implement a Web Application Firewall (WAF) or equivalent network inspection tool to filter inbound requests to the /cgi-bin/json.cgi endpoint, specifically looking for shell metacharacters such as semicolons, pipes, or backticks within the PingTest parameters.
Exploitation status
Public Exploit Available: Yes, a detailed technical write-up and proof-of-concept are available via the referenced GitHub repository.
Analyst recommendation
The severity of this vulnerability, combined with the availability of exploit details, necessitates immediate attention. Administrators must prioritize the application of vendor-supplied firmware updates to remediate the command injection flaw. Until such updates are applied, the device should be isolated from untrusted networks to prevent potential remote compromise.
More Linksys CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief critical section
Sources
Originally found and disclosed by sleep (VulDB User), per the CVE Program record.
- VDB-399463 | Linksys RE7000 PingTest json.cgi platform_event_pingTest os command injection Vulnerability database entry
- VDB-399463 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-86299 | CVE Analysis and Report Third-party advisory
- Submit #906547 | Linksys RE7000 v2 2.0.15 Command Injection Third-party advisory
- Exploit / PoC
- linksys.com