Cyber Resilience

CVE-2025-15047

HighPublic PoC

Published: 23 December 2025

Published
23 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.0110 61.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-15047 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 38.8% 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-15047 is a stack-based buffer overflow vulnerability affecting Tenda WH450 router firmware version 1.0.0.18. The flaw exists in an unknown function of the /goform/PPTPDClient file within the HTTP Request Handler component, triggered by manipulation of the Username argument. It is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow).

The vulnerability enables remote exploitation without authentication, privileges, or user interaction, as indicated by its CVSS 3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). Attackers can initiate the exploit over the network, potentially achieving full control over the affected device through arbitrary code execution, compromising confidentiality, integrity, and availability.

References point to a publicly available Proof-of-Concept (PoC) on GitHub, including reproduction steps for the buffer overflow in Tenda WH450's PPTPDClient. VulDB entries provide further details on the issue, though no specific patches or vendor advisories are detailed in the available information. The exploit has been made public and could be used.

EU & UK References

Vulnerability details

A vulnerability was found in Tenda WH450 1.0.0.18. This affects an unknown function of the file /goform/PPTPDClient of the component HTTP Request Handler. Performing a manipulation of the argument Username results in stack-based buffer overflow. The attack can be initiated…

more

remotely. The exploit has been made public and could be used.

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.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Stack-based buffer overflow in the unauthenticated HTTP handler (/goform/PPTPDClient) of the public-facing Tenda WH450 router web interface enables remote exploitation for arbitrary code execution (T1190: Exploit Public-Facing Application) or denial of service via application crash (T1499.004: Application or System Exploitation).

CVEs Like This One

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

Affected Assets

tenda
wh450 firmware
1.0.0.18

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 requires timely flaw remediation, directly addressing the stack-based buffer overflow in the Tenda WH450 firmware by applying patches or updates.

prevent

SI-10 enforces information input validation on the Username argument in the /goform/PPTPDClient HTTP handler to prevent buffer overflows.

prevent

SI-16 implements memory protections such as stack canaries and non-executable stacks to mitigate remote exploitation of the stack-based buffer overflow.

References