CVE-2026-9476: Totolink A8000RU Web Management cstecgi.cgi setPasswordCfg os command injection
A vulnerability was identified in Totolink A8000RU 7.1cu.643_b20200521. This vulnerability affects the function setPasswordCfg of the file /cgi-bin/cstecgi.cgi of the component Web Management Interface. Such manipulation of the argument admpass leads to os command injection. The attack can be executed remotely. The exploit is publicly available and might be used.
CVE-2026-9476 affects Totolink A8000RU routers. A password-setting function in the web management interface can allow remote command execution. The provided sources say public exploit material exists, but do not show confirmed active exploitation or a named vendor fix.
Executive priority
Treat exposed affected routers as urgent perimeter risk. Prioritize discovery and isolation immediately, then follow vendor guidance because the provided sources do not name a specific patch.
Technical view
The flaw is OS command injection in /cgi-bin/cstecgi.cgi, specifically setPasswordCfg handling of the admpass argument. The affected firmware identified is A8000RU 7.1cu.643_b20200521. VulDB rates it CVSS 10.0 under CVSS v2, with network access and no authentication indicated.
Likely exposure
Highest risk is internet-exposed Totolink A8000RU web management running firmware 7.1cu.643_b20200521. Internal-only devices still matter if untrusted users or compromised hosts can reach the management interface.
Exploitation context
The source bundle states the attack can be executed remotely and that exploit material is public. KEV is false, and no provided source confirms active exploitation in the wild.
Researcher notes
Evidence is centered on VulDB and a public GitHub reference. The record identifies CWE-77 and CWE-78, remote command injection, and affected firmware. Patch status, vendor advisory detail, and exploitation telemetry are not established in the provided bundle.
Mitigation direction
Identify A8000RU devices and confirm firmware 7.1cu.643_b20200521.
Remove web management exposure from the internet.
Restrict administration access to trusted management networks only.
Check Totolink guidance for fixed firmware or replacement advice.
Rotate administrative credentials after containment if exposure is confirmed.
Validation and detection
Inventory edge devices for Totolink A8000RU model and firmware.
Review firewall and NAT rules for exposed web management interfaces.
Check available logs for requests to /cgi-bin/cstecgi.cgi.
Look for unexpected administrator password changes or configuration changes.
Avoid active injection testing on production routers.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-77: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
4CVSS vectors
6Timeline events
0ADP providers
6Source links
CVSS vector scores
4 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
Improper Neutralization of Special Elements used in an OS Command
Improper Neutralization of Special Elements used in an OS Command represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.