CVE-2025-15044
Remote Stack-Based Buffer Overflow in Tenda WH450 /goform/NatStaticSetting
Publication date: 2025-12-23
Last updated on: 2025-12-23
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 is a stack-based buffer overflow found in the Tenda WH450 router firmware version 1.0.0.18. It occurs in an unspecified function within the file /goform/NatStaticSetting, triggered by manipulating the 'page' argument with crafted input. This overflow allows an attacker to overwrite memory on the stack, potentially leading to arbitrary code execution or denial of service. The attack can be performed remotely without authentication, making it highly accessible. [2, 3]
How can this vulnerability impact me? :
The vulnerability can impact you by allowing remote attackers to execute arbitrary code on the affected device or cause denial of service (DoS) conditions. This compromises the confidentiality, integrity, and availability of the Tenda WH450 router, potentially leading to unauthorized access, disruption of network services, or control over the device. [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 sent to the Tenda WH450 router, specifically looking for requests to the /goform/NatStaticSetting endpoint with unusually long or crafted 'page' parameter values that may trigger the stack-based buffer overflow. Detection can involve capturing network traffic and filtering for such requests. While no specific detection commands are provided, using tools like tcpdump or Wireshark to capture HTTP traffic and grep or similar tools to filter for '/goform/NatStaticSetting' requests with suspicious 'page' parameters can 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 router running firmware version 1.0.0.18, as no known countermeasures or patches are available. Additionally, restricting remote access to the router's management interface, implementing network-level filtering to block malicious HTTP requests targeting /goform/NatStaticSetting, and monitoring for exploitation attempts are recommended to reduce risk. [2, 3]