CVE-2026-7123
Received Received - Intake
OS Command Injection in Totolink A8000RU CGI Handler (Remote

Publication date: 2026-04-27

Last updated on: 2026-04-27

Assigner: VulDB

Description
A vulnerability was found in Totolink A8000RU 7.1cu.643_b20200521. Affected is the function setIptvCfg of the file /cgi-bin/cstecgi.cgi of the component CGI Handler. Performing a manipulation of the argument setIptvCfg results in os command injection. The attack can be initiated remotely. The exploit has been made public and could be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-27
Last Modified
2026-04-27
Generated
2026-05-07
AI Q&A
2026-04-27
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
totolink a8000ru 7.1cu.643_b20200521
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-7123 is a command injection vulnerability found in the TOTOLINK A8000RU router, version 7.1cu.643_b20200521. It exists in the CGI Handler component, specifically in the function setIptvCfg within the /cgi-bin/cstecgi.cgi file.

The vulnerability occurs because a user-supplied parameter named "igmpVer" is processed insecurely. This parameter's value is passed to a function that constructs a command string, which is then executed by the system without proper sanitization.

An attacker can exploit this remotely by sending a crafted HTTP POST request to the vulnerable endpoint, injecting arbitrary OS commands. For example, a proof of concept showed that the attacker could execute the command `ls>./setIptvCfg.txt`, which creates a file containing the directory listing, demonstrating successful command execution.


How can this vulnerability impact me? :

This vulnerability allows an attacker to execute arbitrary operating system commands on the affected router remotely without any authentication.

The impact includes potential full compromise of the device, allowing the attacker to manipulate router settings, intercept or redirect network traffic, install malware, or use the device as a foothold to attack other systems on the network.

Because the exploit is publicly available, the risk of exploitation is high, and the vulnerability has a very high severity score (CVSS v3.1 score of 9.8).


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by sending a crafted HTTP POST request to the endpoint /cgi-bin/cstecgi.cgi with a manipulated parameter "igmpVer" that attempts command injection.

For example, a proof of concept involves setting the "igmpVer" parameter to the command `ls>./setIptvCfg.txt`. If the router is vulnerable, it will execute this command and create a file named setIptvCfg.txt containing the directory listing.

  • Send a POST request to http://[router_ip]/cgi-bin/cstecgi.cgi with body containing igmpVer=ls>./setIptvCfg.txt
  • Check the router's file system for the presence of setIptvCfg.txt to confirm command execution.

What immediate steps should I take to mitigate this vulnerability?

To mitigate the CVE-2026-7123 vulnerability in the TOTOLINK A8000RU router, immediate steps should focus on preventing exploitation of the command injection flaw in the /cgi-bin/cstecgi.cgi component.

  • Restrict or block remote access to the affected CGI endpoint (/cgi-bin/cstecgi.cgi) to prevent attackers from sending malicious requests.
  • Implement network-level protections such as firewall rules or intrusion prevention systems to detect and block suspicious HTTP POST requests targeting the vulnerable function.
  • Monitor router logs for unusual activity or unexpected files (e.g., setIptvCfg.txt) that may indicate exploitation attempts.
  • If possible, update or patch the router firmware to a version that addresses this vulnerability once available from the vendor.

How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The CVE-2026-7123 vulnerability allows remote attackers to perform OS command injection on the TOTOLINK A8000RU router, potentially leading to unauthorized control over the device.

Such unauthorized access and control could lead to compromise of sensitive data or disruption of services, which may violate requirements under common standards and regulations like GDPR and HIPAA that mandate protection of personal and health information.

Therefore, if this vulnerability is exploited in an environment subject to these regulations, it could result in non-compliance due to failure to adequately secure systems against unauthorized access and data breaches.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart