CVE-2026-9511
Description
A vulnerability was identified in Totolink CA750-PoE 6.2c.510. This affects the function setWebWlanIdx of the file /cgi-bin/cstecgi.cgi of the component Setting Handler. Such manipulation of the argument webWlanIdx leads to os command injection. It is possible to launch the attack remotely. The exploit is publicly available and might be used.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
TOTOLINK CA750-PoE router in firmware 6.2c.510 has a command injection in the setWebWlanIdx function via the webWlanIdx argument, allowing unauthenticated remote attackers to execute arbitrary OS commands.
Vulnerability
The vulnerability resides in the setWebWlanIdx function of the TOTOLINK CA750-PoE router running firmware version 6.2c.510. The function is accessible via the /cgi-bin/cstecgi.cgi endpoint in the Setting Handler component. The argument webWlanIdx is passed directly into a system call without proper sanitization, leading to OS command injection [1]. This affects all devices with this firmware version.
Exploitation
An attacker can send a crafted POST request to /cgi-bin/cstecgi.cgi with a malicious webWlanIdx parameter containing arbitrary OS commands enclosed in backticks. The attack is remote and does not require authentication [1]. For example, the payload telnetd -l /bin/sh -p 1111 can be injected to start a Telnet service on the device [1]. A proof-of-concept request shows the injection works by embedding the payload in the PIN field of a JSON body [1].
Impact
Successful exploitation allows an attacker to execute arbitrary OS commands on the router with root privileges. This can lead to full device compromise, including remote shell access, modification of configuration, and potential lateral movement within the network [1].
Mitigation
As of the publication date (2026-05-25), no official patch or fixed version has been released by TOTOLINK. The vendor has not responded to the report [1]. A potential workaround is to restrict remote access to the management interface to trusted networks only, or to disable the affected functionality if feasible. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog as of May 2026.
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5News mentions
0No linked articles in our index yet.