CVE-2026-9532
Received Received - Intake
Command Injection in Totolink CA750-PoE Firmware

Publication date: 2026-05-26

Last updated on: 2026-05-26

Assigner: VulDB

Description
A security vulnerability has been detected in Totolink CA750-PoE 6.2c.510. The affected element is the function setUploadUserData of the file /cgi-bin/cstecgi.cgi of the component Setting Handler. Such manipulation of the argument FileName leads to os command injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-26
Last Modified
2026-05-26
Generated
2026-05-26
AI Q&A
2026-05-26
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
totolink ca750-poe to 6.2c.510 (inc)
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
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability CVE-2026-9532 allows remote attackers to execute arbitrary OS commands on the affected Totolink CA750-PoE router due to improper input validation in the setUploadUserData function. This type of remote command execution flaw can lead to unauthorized access, data breaches, and potential manipulation or exfiltration of sensitive data.

Such security weaknesses can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require organizations to protect personal and sensitive data against unauthorized access and ensure the integrity and confidentiality of systems processing such data.

Specifically, exploitation of this vulnerability could result in violations of data protection requirements, leading to potential legal and financial consequences under these regulations.


Can you explain this vulnerability to me?

CVE-2026-9532 is a Remote Command Execution (RCE) vulnerability found in the Totolink CA750-PoE router, specifically in the setUploadUserData function of the /cgi-bin/cstecgi.cgi file. The vulnerability arises because the FileName parameter is not properly validated, allowing an attacker to inject and execute arbitrary operating system commands remotely.

An attacker can exploit this flaw by sending a specially crafted HTTP POST request with a malicious FileName value, which the router executes, potentially granting the attacker shell access to the device.


How can this vulnerability impact me? :

This vulnerability can allow an attacker to execute arbitrary commands on the affected router remotely without user interaction. This could lead to full control over the device, enabling the attacker to manipulate network traffic, steal sensitive information, disrupt network services, or use the device as a foothold for further attacks within the network.


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 targeting the /cgi-bin/cstecgi.cgi endpoint, specifically those containing the setUploadUserData function with a manipulated FileName parameter.

A crafted HTTP POST request with a malicious FileName payload, such as commands like 'telnetd -l /bin/sh -p 8894', indicates exploitation attempts.

To detect exploitation attempts, you can use network monitoring tools or packet capture utilities (e.g., tcpdump or Wireshark) to filter HTTP POST requests to /cgi-bin/cstecgi.cgi and inspect the FileName parameter for suspicious command injection patterns.

  • Example tcpdump command to capture relevant traffic: tcpdump -A -s 0 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep 'POST /cgi-bin/cstecgi.cgi'
  • Use curl or similar tools to test the endpoint with benign and malicious FileName values to observe the system's response.

What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the vulnerable /cgi-bin/cstecgi.cgi endpoint to trusted networks or IP addresses to prevent remote exploitation.

Disable or block the setUploadUserData function if possible, or apply input validation and sanitization on the FileName parameter to prevent command injection.

Monitor logs and network traffic for exploitation attempts and respond accordingly.

If available, update the device firmware to a version that patches this vulnerability.


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