Cyber Posture

CVE-2025-15007

CriticalPublic PoC

Published: 22 December 2025

Published
22 December 2025
Modified
30 December 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0019 40.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

A security vulnerability has been detected in Tenda WH450 1.0.0.18. Affected by this issue is some unknown functionality of the file /goform/L7Im of the component HTTP Request Handler. Such manipulation of the argument page leads to stack-based buffer overflow. The…

more

attack can be launched remotely. The exploit has been disclosed publicly and may be used.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the stack-based buffer overflow vulnerability by applying vendor firmware patches or updates to the Tenda WH450 router.

prevent

Enforces validation of the 'page' argument in HTTP requests to the /goform/L7Im endpoint, preventing the buffer overflow trigger.

prevent

Implements memory protections like stack canaries and address space layout randomization to mitigate exploitation of the stack-based buffer overflow even if triggered.

Security SummaryAI

CVE-2025-15007 is a stack-based buffer overflow vulnerability affecting the Tenda WH450 router running firmware version 1.0.0.18. The issue resides in an unknown functionality of the /goform/L7Im file within the HTTP Request Handler component, triggered by manipulation of the "page" argument. This flaw, associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow), was published on 2025-12-22 and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity.

The vulnerability enables remote exploitation without authentication or user interaction. Attackers with network access can send a specially crafted HTTP request to the vulnerable endpoint, causing a stack-based buffer overflow. Successful exploitation could result in high-impact confidentiality, integrity, and availability violations, potentially allowing arbitrary code execution, denial of service, or full device compromise.

References, including GitHub proof-of-concept disclosures and VulDB entries, detail the exploit but do not specify official patches or vendor mitigations. Security practitioners should isolate affected devices, monitor for anomalous HTTP requests to /goform/L7Im, and seek firmware updates from Tenda, as the public PoC increases the risk of widespread abuse.

Details

CWE(s)

Affected Products

tenda
wh450 firmware
1.0.0.18

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?

Remote unauthenticated stack-based buffer overflow in public-facing HTTP handler (/goform/L7Im) on Tenda WH450 router enables exploitation of public-facing application for potential code execution.

References