CVE-2026-5691
Published: 06 April 2026
Summary
CVE-2026-5691 is a medium-severity Command Injection (CWE-77) vulnerability in Totolink A7100RU (inferred from references). Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 10.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
A vulnerability identified as CVE-2026-5691 affects the Totolink A7100RU router running firmware version 7.4cu.2313_b20191024. It exists in the setFirewallType function of the /cgi-bin/cstecgi.cgi file, where unsanitized input to the firewallType argument permits OS command injection. The issue is tracked under CWE-77 and CWE-78 and carries a CVSS 4.0 score of 6.9.
The flaw can be triggered remotely by unauthenticated attackers who supply crafted values to the affected parameter, resulting in arbitrary command execution on the device with limited impacts to confidentiality, integrity, and availability.
Publicly available references include a detailed proof-of-concept on GitHub along with entries on VulDB, but no vendor advisory or patch information is provided in the listed sources. The EPSS score remains low at a current value of 0.0474 with a peak of 0.0486.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-19555
Vulnerability details
A vulnerability has been found in Totolink A7100RU 7.4cu.2313_b20191024. This affects the function setFirewallType of the file /cgi-bin/cstecgi.cgi. The manipulation of the argument firewallType leads to os command injection. The attack is possible to be carried out remotely. The exploit…
more
has been disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in public-facing CGI script enables unauthenticated remote command execution on Linux-based router, directly mapping to T1190 for exploitation of public-facing app and T1059.004 for Unix shell command execution.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents OS command injection by validating the firewallType argument in the setFirewallType function of the CGI script.
Remediates the specific vulnerability in the Totolink A7100RU firmware by identifying, prioritizing, and applying patches to eliminate the command injection flaw.
Enforces logical access controls on the /cgi-bin/cstecgi.cgi endpoint to block unauthenticated remote attackers from reaching and exploiting the vulnerable function.