CVE-2026-5977
Published: 09 April 2026
Description
A weakness has been identified in Totolink A7100RU 7.4cu.2313_b20191024. This impacts the function setWiFiBasicCfg of the file /cgi-bin/cstecgi.cgi of the component CGI Handler. Executing a manipulation of the argument wifiOff can lead to os command injection. It is possible to…
more
launch the attack remotely. The exploit has been made available to the public and could be used for attacks.
Mitigating Controls (NIST 800-53 r5)AI
Directly requires identification, reporting, and correction of the OS command injection flaw in the Totolink router's CGI handler.
Implements input validation at the CGI interface to prevent command injection via the untrusted wifiOff argument.
Enforces access authorizations to block unauthorized remote access to the vulnerable setWiFiBasicCfg function.
Security SummaryAI
CVE-2026-5977 is an OS command injection vulnerability in the Totolink A7100RU router running firmware version 7.4cu.2313_b20191024. The issue affects the setWiFiBasicCfg function in the /cgi-bin/cstecgi.cgi file of the CGI Handler component, where manipulation of the wifiOff argument triggers command injection, as classified under CWE-77 and CWE-78.
The vulnerability enables remote exploitation with no required privileges or user interaction, reflected in its CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). Attackers can achieve high-impact compromise, including arbitrary command execution on the device, potentially granting full control over the router.
Advisories referenced on VulDB (vuln/356531 and related pages) document the flaw and its remote exploitability, while a GitHub repository provides a public proof-of-concept exploit. The Totolink manufacturer website is also listed among references, though specific patch details are not detailed in the available information.
The exploit's public availability heightens the risk of widespread attacks against unpatched Totolink A7100RU devices.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a remotely exploitable OS command injection in a public-facing web CGI interface on a router (T1190), directly enabling arbitrary command execution via network device CLI (T1059.008).