CVE-2026-51704 in TOTOLINKinfo

Summary

by MITRE • 08/31/2026

Incorrect access control in the setWiFiMeshConfig function of TOTOLINK T6 4.1.5cu.748_B20211015 allows unauthenticated attackers to alter mesh configurations via sending a crafted POST request to /cgi-bin/cstecgi.cgi.

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Analysis

by VulDB Data Team • 08/31/2026

The vulnerability identified in the TOTOLINK T6 router, specifically within firmware version 4.1.5cu.748_B20211015, represents a critical failure in access control mechanisms governing network configuration operations. The flaw resides in the setWiFiMeshConfig function, which is responsible for managing mesh networking parameters that allow multiple routers to form a single extended wireless network. This specific component fails to enforce proper authentication or authorization checks before processing incoming requests intended to modify these sensitive settings. Consequently, any actor with network access can interact directly with this endpoint without needing valid credentials, bypassing the security controls designed to protect administrative functions from unauthorized modification.

From a technical perspective, the exploitation vector involves sending a crafted HTTP POST request to the /cgi-bin/cstecgi.cgi interface. This CGI script acts as an intermediary between web-based management interfaces and underlying system configurations. By manipulating specific parameters within this POST payload, an attacker can inject arbitrary mesh configuration values into the router's operational state. The lack of input validation combined with the absence of session verification or token-based authentication allows for straightforward exploitation. An adversary does not need to guess passwords or exploit complex logic errors; they simply need to construct a request that mimics legitimate administrative traffic but originates from an unauthenticated source, effectively tricking the system into accepting unauthorized changes as if they were issued by a privileged user.

The operational impact of this vulnerability is significant for both home and small business environments relying on mesh Wi-Fi systems for seamless connectivity. An attacker who successfully exploits this flaw can alter critical network parameters such as SSID names, encryption keys, channel selections, or node association rules. This capability enables several malicious outcomes including the disruption of service by deconfiguring the mesh network, leading to a denial of service condition where connected devices lose internet access. Furthermore, an attacker could potentially redirect traffic through rogue nodes if they can manipulate how new devices are added to the mesh, facilitating man-in-the-middle attacks or eavesdropping on unencrypted communications within the local area network. In more severe scenarios, altering security settings might expose internal resources that were previously isolated behind secure wireless boundaries.

This vulnerability aligns with CWE-284, which describes Improper Access Control, as well as CWE-352 for Cross-Site Request Forgery if the attack can be triggered via a victim's browser without their knowledge. In terms of the MITRE ATT&CK framework, this behavior maps to T1078 Valid Accounts or more accurately T1496 Local Network Scraping and Configuration Modification depending on whether credentials are stolen first or not. Since no authentication is required, it falls under unauthorized configuration changes that compromise system integrity. To mitigate this risk, users should immediately update their TOTOLINK firmware if a patch has been released by the vendor to enforce proper access controls on the setWiFiMeshConfig function. If an official patch is unavailable, network administrators can implement temporary compensating controls such as restricting management interface access via firewall rules or VLAN segmentation to limit exposure to untrusted networks. Additionally disabling remote administration features and ensuring that only trusted IP addresses can reach the CGI endpoints reduces the attack surface significantly until a permanent fix is deployed by the manufacturer.

Responsible

MITRE

Reservation

06/08/2026

Disclosure

08/31/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Do you want to use VulDB in your project?

Use the official API to access entries easily!