CVE-2026-9533
Description
A vulnerability was detected in Totolink CA750-PoE 6.2c.510. The impacted element is the function recvUpgradeNewFw of the file /cgi-bin/cstecgi.cgi of the component Setting Handler. Performing a manipulation of the argument fwUrl/magicid results in os command injection. It is possible to initiate the attack remotely. The exploit is now public and may be used.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
An OS command injection vulnerability in Totolink CA750-PoE router allows remote attackers to execute arbitrary commands via the fwUrl parameter.
Vulnerability
The vulnerability resides in the recvUpgradeNewFw function within the file /cgi-bin/cstecgi.cgi of the Totolink CA750-PoE router running firmware version 6.2c.510. The function does not sanitize the fwUrl and magicid arguments, allowing an attacker to inject arbitrary OS commands. The code path is reachable via the setting/recvUpgradeNewFw topic URL [1].
Exploitation
An attacker can exploit this vulnerability remotely without authentication by sending a crafted POST request to /cgi-bin/cstecgi.cgi. The request includes a JSON payload with the fwUrl parameter containing backtick-enclosed commands. For example, setting fwUrl to ` telnetd -l /bin/sh -p 8895 ` will cause the router to execute the command, spawning a telnet shell on port 8895. The exploit is publicly available [1].
Impact
Successful exploitation allows an attacker to execute arbitrary OS commands on the router with root privileges. This can lead to full compromise of the device, including data exfiltration, further network attacks, or persistent backdoor access [1].
Mitigation
As of the publication date (2026-05-26), no official patch has been released by Totolink. Users should monitor the vendor's website for firmware updates. Until a fix is available, consider restricting access to the router's management interface to trusted networks only, or disabling remote management if not required. The vulnerability is publicly known and may be actively exploited [1].
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.