CVE-2026-7503

8.8

TOTOLINK · A800R

A buffer overflow vulnerability in the TOTOLINK A800R router allows remote attackers to execute arbitrary code or cause a denial of service via the setWiFiMultipleConfig interface.

Executive summary

A critical remote buffer overflow vulnerability in the TOTOLINK A800R router allows unauthenticated or low-privileged attackers to achieve arbitrary code execution via the web interface.

Vulnerability

This is a stack-based buffer overflow occurring in the setWiFiMultipleConfig function within the wireless.so library. An attacker can supply a specially crafted wepkey2 parameter that exceeds the 68-byte buffer limit, allowing for the overwriting of return addresses and subsequent control flow hijacking.

Business impact

The ability for an attacker to execute arbitrary code remotely on network infrastructure poses a severe risk to organizational security. Successful exploitation could lead to full device compromise, allowing attackers to intercept network traffic, pivot into internal segments, or render the device inoperable, resulting in significant service disruption. With a CVSS score of 8.8, this vulnerability represents a high-severity threat that requires immediate attention to prevent unauthorized access to the network perimeter.

Remediation

Immediate Action: There is currently no official patch available for the affected firmware version. Users should restrict access to the web management interface to trusted internal segments only and disable remote management features until the vendor releases a firmware update.

Proactive Monitoring: Monitor network traffic for unusual POST requests directed at the /cgi-bin/cstecgi.cgi endpoint, particularly those containing excessively long strings in the wepkey2 parameter.

Compensating Controls: Deploy a Web Application Firewall (WAF) or an Intrusion Prevention System (IPS) rule to inspect and block HTTP requests to the cstecgi.cgi endpoint that contain oversized parameters.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the technical write-up provided by the researcher.

Analyst recommendation

Given the availability of a public proof-of-concept and the critical nature of remote code execution, organizations utilizing the TOTOLINK A800R must prioritize the isolation of these devices. Administrators should ensure that the management interface is not exposed to the public internet and verify that firmware update notifications from the vendor are monitored closely for a resolution to this memory corruption flaw.

More TOTOLINK CVEs

Sources

Originally found and disclosed by xuanyu (VulDB User), per the CVE Program record.