CVE-2026-6027
Published: 10 April 2026
Description
A weakness has been identified in Totolink A7100RU 7.4cu.2313_b20191024. This issue affects the function setUrlFilterRules of the file /cgi-bin/cstecgi.cgi of the component CGI Handler. Executing a manipulation of the argument enable can lead to os command injection. The attack can…
more
be launched remotely. The exploit has been made available to the public and could be used for attacks.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents OS command injection by validating the 'enable' argument in the setUrlFilterRules CGI function.
Remediates the specific flaw in the Totolink A7100RU firmware's CGI handler through timely patching.
Enforces authentication and authorization requirements for the vulnerable /cgi-bin/cstecgi.cgi endpoint to block unauthenticated remote access.
Security SummaryAI
CVE-2026-6027 is an OS command injection vulnerability affecting the Totolink A7100RU router on firmware version 7.4cu.2313_b20191024. The flaw exists in the setUrlFilterRules function of the /cgi-bin/cstecgi.cgi file within the CGI Handler component, where manipulation of the "enable" argument enables attackers to inject and execute operating system commands.
The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), making it critically severe due to its network accessibility, low complexity, and lack of required privileges or user interaction. Remote, unauthenticated attackers can exploit it to run arbitrary commands on the device, potentially achieving full compromise with high impacts to confidentiality, integrity, and availability.
Advisories on VulDB (vuln/356603) and a related GitHub repository detail the issue, while the Totolink vendor site (totolink.net) may offer guidance. An exploit is publicly available, heightening the potential for real-world attacks.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables exploitation of a public-facing web application (router CGI) for unauthenticated remote command injection on a network device CLI.