CVE-2026-9534
Deferred Deferred - Pending Action

Command Injection in Totolink CA750-PoE Router

Vulnerability report for CVE-2026-9534, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-05-26

Last updated on: 2026-05-26

Assigner: VulDB

Description

A flaw has been found in Totolink CA750-PoE 6.2c.510. This affects the function setWiFiWpsConfig of the file /cgi-bin/cstecgi.cgi of the component Setting Handler. Executing a manipulation of the argument PIN can lead to os command injection. It is possible to launch the attack remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-05-26
Last Modified
2026-05-26
Generated
2026-07-06
AI Q&A
2026-05-26
EPSS Evaluated
2026-07-04
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
totolink ca750-poe 6.2c.510

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-9534 is a Remote Command Execution (RCE) vulnerability found in the Totolink CA750-PoE router, specifically in the setWiFiWpsConfig function of the /cgi-bin/cstecgi.cgi component. The flaw arises because the PIN parameter is taken from user input without proper validation or sanitization, allowing an attacker to inject arbitrary operating system commands.

An attacker can exploit this vulnerability remotely by sending a specially crafted HTTP POST request to the vulnerable endpoint, which can result in executing malicious commands on the router, such as launching a shell. This is due to the lack of input sanitization in the parameter extraction process.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary operating system commands on the affected Totolink router. This can lead to full compromise of the device, including unauthorized access, control over network traffic, and potential use of the router as a foothold for further attacks within the network.

Exploitation can result in loss of confidentiality, integrity, and availability of the network managed by the router, as attackers may manipulate device settings, intercept or redirect traffic, or disrupt network services.

Detection Guidance

This vulnerability can be detected by sending a crafted HTTP POST request to the vulnerable endpoint /cgi-bin/cstecgi.cgi targeting the setWiFiWpsConfig function with a manipulated PIN parameter.

A typical detection command involves using curl or similar tools to send a POST request with a PIN value containing a command injection payload.

  • Example command to test for vulnerability: curl -X POST http://<router-ip>/cgi-bin/cstecgi.cgi -d 'action=setWiFiWpsConfig&PIN=;telnetd -l /bin/sh -p 8896;'

If the router executes the injected command, it indicates the presence of the vulnerability.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable endpoint /cgi-bin/cstecgi.cgi by limiting network exposure, such as blocking external access to the router's management interface.

Additionally, disable WPS functionality if possible, as the vulnerability is related to the setWiFiWpsConfig function.

Monitor network traffic for suspicious POST requests targeting the vulnerable endpoint and consider applying any available firmware updates from the vendor that address this issue.

Compliance Impact

The provided information does not specify how the vulnerability CVE-2026-9534 affects compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9534. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart