CVE-2026-6131
OS Command Injection in Totolink A7100RU CGI Handler (Remote
Publication date: 2026-04-12
Last updated on: 2026-04-12
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| totolink | a7100ru | 7.4cu.2313_b20191024 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
This vulnerability can have severe impacts because it allows remote attackers to execute arbitrary OS commands on the affected device without any authentication.
Such unauthorized command execution can lead to full compromise of the device, including data theft, device control, disruption of network services, or using the device as a foothold for further attacks.
Given the high CVSS scores (up to 10.0 in version 2.0), the risk level is critical.
Can you explain this vulnerability to me?
This vulnerability exists in the Totolink A7100RU router, specifically in the setTracerouteCfg function within the /cgi-bin/cstecgi.cgi file of the CGI Handler component.
The issue arises from improper handling of the 'command' argument, which allows an attacker to perform OS command injection.
This means an attacker can remotely execute arbitrary operating system commands on the device by manipulating this argument.
The exploit for this vulnerability has been made public, increasing the risk of attacks.