Cyber Resilience

CVE-2025-14878

HighPublic PoC

Published: 18 December 2025

Published
18 December 2025
Modified
24 February 2026
KEV Added
Patch
CVSS Score v4 8.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
EPSS Score 0.0082 52.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-14878 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda Wh450 Firmware. Its CVSS base score is 8.9 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 47.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2025-14878 is a stack-based buffer overflow vulnerability affecting the Tenda WH450 router on firmware version 1.0.0.18. The issue impacts an unknown function in the /goform/wirelessRestart file within the HTTP Request Handler component, where manipulation of the "GO" argument triggers the overflow. Published on 2025-12-18, it is associated with CWEs-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow) and carries a CVSS v3.1 base score of 9.8.

The vulnerability enables remote exploitation with no authentication, privileges, or user interaction required (AV:N/AC:L/PR:N/UI:N). Attackers can achieve high impacts across confidentiality, integrity, and availability (C:H/I:H/A:H), potentially leading to arbitrary code execution on the affected device.

A proof-of-concept exploit has been publicly released on GitHub (https://github.com/z472421519/BinaryAudit/blob/main/PoC/BOF/Tenda_WH450/wirelessRestart/wirelessRestart.md), with further details available via VulDB (https://vuldb.com/?ctiid.337369, https://vuldb.com/?id.337369, https://vuldb.com/?submit.715357). The vendor site is at https://www.tenda.com.cn/, though no specific patch or mitigation guidance is detailed in the references.

EU & UK References

Vulnerability details

A security flaw has been discovered in Tenda WH450 1.0.0.18. This impacts an unknown function of the file /goform/wirelessRestart of the component HTTP Request Handler. The manipulation of the argument GO results in stack-based buffer overflow. The attack may be…

more

performed from remote. The exploit has been released to the public and may be used for attacks.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Stack-based buffer overflow in the public-facing HTTP request handler (/goform/wirelessRestart) of Tenda WH450 router enables remote, unauthenticated arbitrary code execution or DoS via exploitation of a public-facing application.

CVEs Like This One

CVE-2025-15006Same product: Tenda Wh450
CVE-2025-15007Same product: Tenda Wh450
CVE-2025-14665Same product: Tenda Wh450
CVE-2025-15010Same product: Tenda Wh450
CVE-2025-15008Same product: Tenda Wh450
CVE-2025-15044Same product: Tenda Wh450
CVE-2025-15047Same product: Tenda Wh450
CVE-2025-14879Same product: Tenda Wh450
CVE-2025-15046Same product: Tenda Wh450
CVE-2025-15045Same product: Tenda Wh450

Affected Assets

tenda
wh450 firmware
1.0.0.18

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

preventrecover

Directly remediates the stack-based buffer overflow by applying firmware patches or updates from the vendor to eliminate the flaw in the HTTP Request Handler.

prevent

Enforces validation of the 'GO' argument in the /goform/wirelessRestart endpoint to prevent improper restriction of operations within memory bounds leading to buffer overflow.

prevent

Implements memory protection mechanisms such as stack canaries, ASLR, and DEP to detect and prevent exploitation of the stack-based buffer overflow.

References