CVE-2025-15162
Stack-Based Buffer Overflow in Tenda WH450 /goform/RouteStatic
Publication date: 2025-12-29
Last updated on: 2026-02-24
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?
This vulnerability exists in the Tenda WH450 device, specifically in an unknown functionality of the file /goform/RouteStatic. By manipulating the argument 'page', an attacker can cause a stack-based buffer overflow. This type of vulnerability allows an attacker to overwrite parts of the memory, potentially leading to arbitrary code execution. The attack can be performed remotely, meaning an attacker does not need physical access to the device to exploit it.
How can this vulnerability impact me? :
Exploiting this vulnerability can lead to severe impacts including full compromise of the affected device. Since it is a stack-based buffer overflow, an attacker could execute arbitrary code with high privileges, leading to complete control over the device. This can result in data theft, disruption of network services, or using the device as a foothold for further attacks within a network.
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/RouteStatic endpoint for unusually long or malformed 'page' parameter values that could trigger a stack-based buffer overflow. Network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to alert on such suspicious requests. Specific commands are not provided in the resources, but using tools like curl or wget to send crafted requests to the endpoint and observing the device's response could help detect the vulnerability. Additionally, reviewing logs for abnormal requests to /goform/RouteStatic may indicate exploitation attempts. [1, 3]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to the affected device, especially limiting remote access to the /goform/RouteStatic endpoint. Since no official patches or countermeasures are available, it is recommended to replace the affected Tenda WH450 device with a non-vulnerable model to avoid risk. Monitoring for exploitation attempts and applying network-level protections such as firewalls or intrusion prevention systems to block malicious requests targeting the 'page' parameter can also help reduce exposure. [3]