CVE-2026-2167
Published: 08 February 2026
Description
A vulnerability was detected in Totolink WA300 5.2cu.7112_B20190227. The impacted element is the function setAPNetwork of the file /cgi-bin/cstecgi.cgi. The manipulation of the argument Ipaddr results in os command injection. The attack may be performed from remote. The exploit is…
more
now public and may be used.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents OS command injection by requiring validation and sanitization of the Ipaddr argument in the setAPNetwork function of /cgi-bin/cstecgi.cgi.
Addresses the vulnerability through timely identification, reporting, and correction of the command injection flaw in Totolink WA300 firmware version 5.2cu.7112_B20190227.
Enables detection of the publicly available CVE-2026-2167 via regular vulnerability scanning of the router's web interface and firmware.
Security SummaryAI
CVE-2026-2167 is an OS command injection vulnerability (CWE-77, CWE-78) in the Totolink WA300 router firmware version 5.2cu.7112_B20190227. The flaw affects the setAPNetwork function in the /cgi-bin/cstecgi.cgi file, where manipulation of the Ipaddr argument enables command injection.
The vulnerability is remotely exploitable over the network with low attack complexity and requires low privileges (CVSS:3.1 score of 6.3; AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L). An attacker with authenticated access can inject and execute arbitrary OS commands, potentially achieving limited impacts on confidentiality, integrity, and availability.
Advisories and further details are documented in references including VulDB entries (vuldb.com/?ctiid.344869, vuldb.com/?id.344869, vuldb.com/?submit.752063), a GitHub issue (github.com/master-abc/cve/issues/36), and the vendor site (totolink.net). A public exploit is available and may be used in attacks.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in router web CGI enables exploitation of public-facing application (T1190) and abuse of network device command interpreter (T1059.008).