CVE-2026-1623
Remote Command Injection in Totolink A7000R Firmware Upgrade Function
Publication date: 2026-01-29
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| totolink | a7000r_firmware | 4.1cu.4154 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a command injection flaw in the Totolink A7000R router (version 4.1cu.4154). It exists in the setUpgradeFW function of the /cgi-bin/cstecgi.cgi file, where improper handling of the FileName argument allows an attacker to inject and execute arbitrary commands remotely without authentication. This means an attacker can manipulate the router by sending specially crafted requests to execute commands on the device. [2, 3]
How can this vulnerability impact me? :
The vulnerability can impact you by compromising the confidentiality, integrity, and availability of the affected device. An attacker can remotely execute arbitrary commands on the router without authorization, potentially taking full control of the device, disrupting network services, stealing sensitive information, or using the device as a foothold for further attacks. [2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring for suspicious HTTP POST requests to the endpoint /cgi-bin/cstecgi.cgi, specifically targeting the setting/setUpgradeFW function with manipulated FileName parameters. Detection can involve capturing and analyzing network traffic for such requests. While no specific detection commands are provided, using tools like curl or wget to simulate or inspect POST requests to this endpoint may help identify vulnerable devices. Additionally, network intrusion detection systems (NIDS) can be configured to alert on unusual POST requests to /cgi-bin/cstecgi.cgi with suspicious payloads. [3, 2]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include replacing the affected Totolink A7000R device running firmware version 4.1cu.4154, as no known countermeasures or patches currently exist. Restricting network access to the device's management interface and monitoring for exploit attempts can reduce risk. It is also recommended to follow vendor updates and advisories for any future patches or fixes. [2]