Tenda US_W3V1.0BR
CVE-2026-36770
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 US_W3V1.0BR v1.0.0.3 was discovered to contain a stack overflow in the Go parameter of the ask_to_reboot function. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted input.
AnalysisAI
Remote denial of service in Tenda US_W3V1.0BR router firmware v1.0.0.3 allows unauthenticated network attackers to crash the device by sending a crafted value in the 'Go' parameter to the ask_to_reboot function, triggering a stack-based buffer overflow. No public exploit identified at time of analysis, though a third-party research repository on GitHub references the vulnerable function.
Technical ContextAI
The flaw resides in the ask_to_reboot handler of the Tenda US_W3V1.0BR consumer router's web management interface, where the 'Go' HTTP parameter is copied into a fixed-size stack buffer without adequate bounds checking. This is a classic CWE-121 (Stack-based Buffer Overflow) condition in embedded MIPS/ARM SOHO router firmware, a code pattern repeatedly identified across Tenda's product line where httpd-style CGI handlers parse query parameters using unsafe string operations (e.g., strcpy/sprintf) into stack frames. While the CVSS vector reports availability-only impact (C:N/I:N/A:H), the underlying primitive is a memory-corruption flaw that could in principle be escalated; the provided intelligence only substantiates the DoS outcome. CPE data was generic (cpe:2.3:a:n/a:n/a) and does not authoritatively bind the CVE to a specific vendor/product record.
RemediationAI
No vendor-released patch identified at time of analysis; the only referenced URL is a third-party GitHub research repository (https://github.com/xhh0124/SemVulLLM/tree/main/W3/ask_to_reboot), not a Tenda security bulletin. Until Tenda publishes fixed firmware, restrict reachability of the router's web management interface by disabling any WAN-side remote management option and limiting LAN-side access to a trusted management VLAN or specific admin IPs via firewall rules - the trade-off is loss of convenient remote administration and added segmentation overhead. Consider replacing internet-exposed units with a supported model if Tenda does not issue a firmware update, and monitor Tenda's official security page for an advisory specifically referencing CVE-2026-36770 and the ask_to_reboot function.
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