CVE-2025-15008
Stack-Based Buffer Overflow in Tenda WH450 HTTP Handler
Publication date: 2025-12-22
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tenda | wh450 | 1.0.0.18 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-119 | The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-15008 is a stack-based buffer overflow vulnerability in the Tenda WH450 router firmware version 1.0.0.18. It occurs in the HTTP Request Handler component at the /goform/L7Port endpoint. By manipulating the 'page' parameter with crafted input, an attacker can cause a buffer overflow on the stack. This flaw can be exploited remotely without authentication by sending specially crafted HTTP requests, potentially allowing arbitrary code execution or causing denial of service on the device. [2, 3]
How can this vulnerability impact me? :
This vulnerability can allow remote attackers to execute arbitrary code on the affected Tenda WH450 router or cause denial of service (DoS) conditions. Exploitation can compromise the confidentiality, integrity, and availability of the device, potentially leading to unauthorized control or disruption of network services relying on the router. [2, 3]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring HTTP requests to the /goform/L7Port endpoint on the Tenda WH450 router, specifically looking for unusually long or malformed 'page' parameter values that could trigger the stack-based buffer overflow. Detection can involve capturing and analyzing network traffic for such suspicious requests. While no specific detection commands are provided, using tools like curl or wget to send crafted requests to the endpoint or employing network monitoring tools (e.g., Wireshark or tcpdump) to inspect HTTP traffic for abnormal 'page' parameter lengths may help identify exploitation attempts. [2, 3]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include replacing the affected Tenda WH450 device running firmware version 1.0.0.18, as no known mitigations or countermeasures currently exist. Additionally, restricting remote access to the device's HTTP management interface and monitoring for suspicious activity can help reduce exposure. Applying any available firmware updates from the vendor, if released, is also recommended, although no such updates are mentioned in the provided resources. [3]