CVE-2026-6026
Received Received - Intake
OS Command Injection in Totolink A7100RU CGI Handler (Remote

Publication date: 2026-04-10

Last updated on: 2026-04-10

Assigner: VulDB

Description
A security flaw has been discovered in Totolink A7100RU 7.4cu.2313_b20191024. This vulnerability affects the function setPortalConfWeChat of the file /cgi-bin/cstecgi.cgi of the component CGI Handler. Performing a manipulation of the argument enable results in os command injection. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-10
Last Modified
2026-04-10
Generated
2026-05-07
AI Q&A
2026-04-10
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
totolink a7100ru 7.4cu.2313_b20191024
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-6026 is a remote command injection vulnerability found in the TOTOLINK A7100RU router, version 7.4cu.2313_b20191024. It exists in the CGI script /cgi-bin/cstecgi.cgi, specifically in the function that processes the "enabled" parameter.

An attacker can send a specially crafted HTTP POST request with malicious content in the "enabled" parameter. This parameter is improperly sanitized and passed to a system command execution function, allowing the attacker to execute arbitrary operating system commands on the router remotely.

For example, an attacker could inject commands like "wget" to download files or execute other harmful commands on the device, compromising its security.


How can this vulnerability impact me? :

This vulnerability allows remote attackers to execute arbitrary operating system commands on the affected TOTOLINK A7100RU router without any authentication.

  • Attackers can take full control of the router, potentially altering its configuration or using it as a foothold to attack other devices on the network.
  • It can lead to unauthorized access, data interception, or disruption of network services.
  • Since the exploit is publicly available, the risk of exploitation is high.

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 sent to the /cgi-bin/cstecgi.cgi endpoint, specifically those containing the "enabled" parameter with unusual or command-like values.

A practical detection method is to capture and analyze network traffic for POST requests with JSON data targeting the vulnerable router.

For example, using curl or similar tools, you can test if the device is vulnerable by sending a crafted POST request with a command injection payload in the "enabled" parameter.

  • curl -X POST http://<router-ip>/cgi-bin/cstecgi.cgi -d '{"enabled":"`id`"}' -H 'Content-Type: application/json'

Additionally, monitoring logs or network traffic for unexpected outbound connections (such as wget commands to unknown IPs) can indicate exploitation attempts.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the vulnerable /cgi-bin/cstecgi.cgi endpoint by implementing firewall rules or access control lists to limit who can send requests to the router.

Disabling remote management features on the router, if enabled, can reduce exposure.

Monitoring network traffic for suspicious activity and blocking any detected exploitation attempts is also recommended.

If available, applying firmware updates or patches from the vendor that address this vulnerability is the most effective long-term solution.


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

This vulnerability allows remote attackers to execute arbitrary operating system commands on the affected TOTOLINK A7100RU router due to improper input sanitization in the cstecgi.cgi script.

Such a security flaw can lead to unauthorized access, data breaches, and potential compromise of sensitive information handled by the device.

Consequently, organizations using this device may face challenges in maintaining compliance with standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive data against unauthorized access and breaches.

Failure to address this vulnerability could result in violations of these regulations due to potential data exposure or system compromise.


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