Tenda W3
CVE-2026-36793
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Primary rating from Vendor (mitre) · only source for this CVE.
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
Shenzhen Tenda Technology Co., Ltd Tenda W3 Wireless Router v1.0.0.3(2204) was discovered to contain multiple stack overflows in the formwrlSSIDset function via the mit_ssid and mis_ssid_index parameters. These vulnerabilities allow attackers to cause a Denial of Service (DoS) via a crafted HTTP request.
AnalysisAI
Denial of service in Tenda W3 Wireless Router firmware v1.0.0.3(2204) allows remote unauthenticated attackers to crash the device by sending crafted HTTP requests that trigger stack-based buffer overflows in the formwrlSSIDset handler. The flaw is reachable without authentication or user interaction (CVSS 7.5, AV:N/AC:L/PR:N), but EPSS is only 0.01% and no public exploit identified at time of analysis suggests low near-term mass-exploitation likelihood despite the trivial attack surface.
Technical ContextAI
The vulnerable component is the embedded HTTP management daemon of the Tenda W3 SOHO wireless router, specifically the formwrlSSIDset function which processes wireless SSID configuration submissions. Two parameters - mit_ssid and mis_ssid_index - are copied into fixed-size stack buffers without proper length validation, matching CWE-121 (Stack-based Buffer Overflow). Tenda's web management firmware historically uses C-based form handlers (httpd/goahead derivatives) where parameter values from POST bodies are passed to unsafe routines like strcpy or sprintf, corrupting saved frame pointers and return addresses on the call stack. The referenced research at github.com/xhh0124/SemVulLLM points to reverse-engineered analysis of function FUN_00442b44, indicating the issue was identified through static binary analysis of the MIPS/ARM router firmware rather than vendor disclosure.
RemediationAI
No vendor-released patch identified at time of analysis - the only public reference is third-party vulnerability research, not a Tenda security bulletin. Owners of the Tenda W3 v1.0.0.3(2204) should check tendacn.com for firmware updates referencing formwrlSSIDset or SSID handling fixes and apply the newest available image. Until a fix is published, disable remote/WAN-side web management entirely (this is the highest-value mitigation and has no functional cost for typical home users), restrict LAN-side access to the management interface to a specific admin VLAN or trusted MAC, and consider replacing the device if it is end-of-life and unlikely to receive firmware updates - a consideration likely for an older W3 SKU. If the router must remain in service, accept that a malicious LAN client can trivially reboot/crash it and plan for resilience (UPS, monitored uptime) rather than relying on the device's HTTP service.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-121 – Stack-based Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today