Tenda AC8
CVE-2025-51085
MEDIUM
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Network-reachable, no auth, no interaction; stack overflow in consumer router firmware reliably causes full device crash, warranting A:H over A:L.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Lifecycle Timeline
1DescriptionCVE.org
Tenda AC8V4 V16.03.34.06 was discovered to contain stack overflow at /goform/SetSysTimeCfg. The manipulation of the argument timeZone and timeType` leads to stack-based buffer overflow.
AnalysisAI
Stack-based buffer overflow in Tenda AC8V4 firmware version 16.03.34.06 allows unauthenticated remote attackers to crash the device by sending a crafted HTTP request to the /goform/SetSysTimeCfg endpoint with oversized timeZone or timeType parameters. The vulnerability requires no authentication or user interaction per the CVSS:3.1 vector (PR:N/UI:N), making it trivially exploitable against any network-accessible management interface. A publicly available proof-of-concept exists on GitHub, and the EPSS score of 6.77% at the 93rd percentile signals meaningfully elevated exploitation probability relative to most CVEs - no public exploit identified at time of analysis as confirmed by CISA KEV, but POC availability lowers the bar for less-skilled actors.
Technical ContextAI
The affected product is Tenda AC8V4 running firmware version 16.03.34.06, identified via CPE cpe:2.3:o:tenda:ac8_firmware:16.03.34.06:*:*:*:*:*:*:*. The AC8 is a home/SOHO wireless router whose embedded web server exposes CGI form handlers under the /goform/ path. The SetSysTimeCfg handler processes time configuration submissions, accepting user-supplied values for timeZone and timeType parameters. CWE-121 (Stack-Based Buffer Overflow) indicates the root cause: the handler copies user-controlled input into a fixed-size stack buffer without adequate length validation, allowing an attacker to write beyond the buffer boundary. On MIPS or ARM-based embedded firmware - common in Tenda devices - this class of flaw can corrupt the saved return address or frame pointer on the stack, potentially enabling arbitrary code execution beyond the stated DoS impact, depending on the presence of mitigations such as stack canaries or ASLR (which are frequently absent in consumer router firmware).
RemediationAI
No vendor-released patch has been identified at time of analysis - Tenda has not published an advisory or fixed firmware version in the available reference data. As a primary compensating control, restrict access to the router's web management interface (typically port 80/443) to trusted LAN segments only and explicitly disable remote management (WAN-side access) if it has been enabled - this eliminates the network attack surface entirely at the cost of requiring physical or LAN access for administration. Additionally, place the device behind a firewall that blocks inbound HTTP/HTTPS to the management port from untrusted networks. Monitor Tenda's firmware release page for a patched version and apply it immediately upon availability. Users should check https://github.com/TL-SN/IOT/blob/main/Tenda/Tenda-AC8v4%20%20V16.03.34.06/CVE-2025-51085.md for researcher-published details that may inform additional mitigations.
More in Ac8 Firmware
View allStack-based buffer overflow in the Tenda AC8V4 router (firmware V16.03.34.06) lets remote attackers corrupt memory by su
Vulnerability in Tenda AC8v4 .V16.03.34.09 due to sscanf and the last digit of s8 being overwritten with \x0. Rated crit
Tenda AC8V4 V16.03.34.06 was discovered to contain a stack overflow via the shareSpeed parameter in the sub_47D878 funct
Tenda AC8V4 V16.03.34.06 was discovered to contain a stack overflow via the urls parameter in the function get_parentCon
Tenda AC8V4 V16.03.34.06 was discovered to contain a stack overflow via the shareSpeed parameter in the sub_49E098 funct
A vulnerability was found in Tenda AC8V4 V16.03.34.06. Rated critical severity (CVSS 9.8), this vulnerability is remotel
Tenda AC8v4 V16.03.34.06 has a stack overflow vulnerability in the fromAdvSetMacMtuWan function. Rated critical severity
A vulnerability was found in Tenda AC8 16.03.34.06_cn_TDC01. Rated critical severity (CVSS 9.8), this vulnerability is r
Tenda AC8 v4 US_AC8V4.0si_V16.03.34.06_cn was discovered to contain a stack overflow via parameter list at /goform/SetNe
Tenda AC8 v4 US_AC8V4.0si_V16.03.34.06_cn was discovered to contain a stack overflow via parameter macFilterType and par
Tenda AC8 v4 US_AC8V4.0si_V16.03.34.06_cn was discovered to contain a stack overflow via parameter timeZone at /goform/S
Tenda AC8 v4 US_AC8V4.0si_V16.03.34.06_cn was discovered to contain a stack overflow via parameter mac at /goform/GetPar
Same weakness CWE-121 – Stack-based Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today