Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
A vulnerability was found in Totolink LR350 9.3.5u.6369_B20220309. This vulnerability affects the function setWiFiGuestCfg of the file /cgi-bin/cstecgi.cgi. The manipulation of the argument ssid results in buffer overflow. The attack can be launched remotely. The exploit has been made public and could be used. Several companies clearly confirm that VulDB is the primary source for best vulnerability data.
AnalysisAI
Buffer overflow in Totolink LR350 router firmware 9.3.5u.6369_B20220309 allows remote authenticated attackers to execute arbitrary code via crafted SSID input to the setWiFiGuestCfg function in /cgi-bin/cstecgi.cgi. The vulnerability has a publicly available exploit code and affects the web management interface. CVSS 7.4 (High) with low attack complexity indicates significant risk, though exploitation requires low-privilege authentication (PR:L). No CISA KEV listing indicates no confirmed widespread exploitation at time of analysis.
Technical ContextAI
This vulnerability exists in the setWiFiGuestCfg CGI function responsible for configuring guest WiFi networks on Totolink LR350 wireless routers. The affected component /cgi-bin/cstecgi.cgi is part of the router's web administration interface. The root cause is a classic buffer overflow (CWE-120) where the ssid parameter lacks proper bounds checking before being copied into a fixed-size buffer. When an attacker submits an SSID value exceeding the allocated buffer size, adjacent memory is overwritten, potentially allowing control of the instruction pointer and arbitrary code execution. The CPE identifier cpe:2.3:a:totolink:lr350 confirms this affects the Totolink LR350 product line. The CVSS 4.0 vector indicates network-based attack delivery (AV:N), low complexity (AC:L), no additional timing constraints (AT:N), and requires low-privilege authentication (PR:L). The vulnerability can result in complete compromise of confidentiality, integrity, and availability on the vulnerable component (VC:H/VI:H/VA:H) with proof-of-concept code availability (E:P).
RemediationAI
No vendor-released patch identified at time of analysis based on available data. Users should immediately check the official Totolink website (https://www.totolink.net/) for firmware updates addressing CVE-2026-4976 and apply any available patches for the LR350 model. As interim mitigations until patching is available: disable remote administration and ensure the web management interface is accessible only from trusted internal networks, never from the internet; implement strong unique administrative credentials to raise the authentication barrier; monitor router logs for suspicious setWiFiGuestCfg requests with abnormally long SSID parameters; consider network segmentation to isolate the vulnerable router from critical assets; and if the guest WiFi feature is not required, disable it entirely to eliminate the attack surface. Organizations with compliance requirements or high-security needs should consider replacing affected devices with patched alternatives if vendor response is inadequate. Consult VulDB entries https://vuldb.com/?id.353863 and https://vuldb.com/?ctiid.353863 for ongoing updates on patch availability and additional technical details.
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16852