Summary
CVE-2026-51729 is an incorrect access control vulnerability in the delDevice function of the TOTOLINK T6 router firmware (version 4.1.5cu.748_B20211015). The flaw allows an unauthenticated, remote attacker to send a crafted HTTP POST request to the device’s CGI web management interface and delete a managed "slave" device entry without any authentication. It carries a CVSS v3.1 base score of 9.1 (Critical).
Technical details
- Root cause: The
delDevicefunction, reachable through the router’s web management CGI handler, fails to verify that the requester is an authenticated/authorized session before processing a device-deletion request (CWE-284: Improper Access Control). - Trigger conditions: An attacker sends a crafted POST request to
/cgi-bin/cstecgi.cgiinvoking thedelDeviceaction; no valid session token or credentials are required. - Attack vector: Network-based, exploitable remotely against the device’s exposed web management interface (AV:N, AC:L, PR:N, UI:N).
- Impact: Unauthenticated removal of a managed slave device from the router’s configuration, resulting in a loss of integrity/availability of the device management state (per the CVSS vector, high confidentiality and integrity impact, no availability impact recorded).
Affected software
- TOTOLINK T6, firmware version 4.1.5cu.748_B20211015
Severity
- CVSS v3.1 Base Score: 9.1 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Mitigation and recommended actions
- Immediate: No vendor patch has been published for this CVE as of research time. Check TOTOLINK’s official download page for a firmware update addressing this issue and apply it as soon as it becomes available.
- If no patch is available: Restrict or disable remote/internet access to the router’s web management interface (
/cgi-bin/cstecgi.cgi); only allow management from trusted internal networks. Place the device behind a firewall or VPN, disable WAN-side administration, and monitor for unexpected POST requests to the CGI endpoint.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/cgi-bin/cstecgi.cgi,TOTOLINK

