CVE-2025-15006
Unknown Unknown - Not Provided
Stack-Based Buffer Overflow in Tenda WH450 HTTP Handler

Publication date: 2025-12-22

Last updated on: 2026-02-24

Assigner: VulDB

Description
A weakness has been identified in Tenda WH450 1.0.0.18. Affected by this vulnerability is an unknown functionality of the file /goform/CheckTools of the component HTTP Request Handler. This manipulation of the argument ipaddress causes stack-based buffer overflow. The attack can be initiated remotely. The exploit has been made available to the public and could be used for attacks.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-22
Last Modified
2026-02-24
Generated
2026-05-07
AI Q&A
2025-12-22
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
tenda wh450 1.0.0.18
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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
How can this vulnerability impact me? :

This vulnerability can impact you by allowing remote attackers to fully compromise the affected Tenda WH450 router without any authentication. Exploiting the stack-based buffer overflow can lead to arbitrary code execution, denial of service (DoS), and compromise of the device's confidentiality, integrity, and availability. There are no known mitigations, so the affected device is at high risk. [2, 3]


Can you explain this vulnerability to me?

CVE-2025-15006 is a critical stack-based buffer overflow vulnerability in the Tenda WH450 router version 1.0.0.18. It exists in the HTTP Request Handler component at the /goform/CheckTools endpoint. The vulnerability is caused by improper handling of the 'ipaddress' argument, which allows a remote attacker to trigger a stack-based buffer overflow without authentication. This overflow can lead to arbitrary code execution or denial of service on the device. A proof-of-concept exploit is publicly available. [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/CheckTools endpoint on Tenda WH450 routers for unusually long or malformed 'ipaddress' parameters that could trigger a stack-based buffer overflow. A practical detection method is to capture and analyze network traffic for such suspicious requests. For example, using tcpdump or Wireshark to filter HTTP requests to /goform/CheckTools and inspect the 'ipaddress' parameter length. A sample tcpdump command to capture relevant traffic could be: tcpdump -i <interface> -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep '/goform/CheckTools'. Additionally, custom scripts or intrusion detection systems (IDS) rules can be created to alert on HTTP requests with abnormally long 'ipaddress' parameters targeting this endpoint. [2, 3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include replacing the affected Tenda WH450 router (version 1.0.0.18) with a non-vulnerable device, as no known countermeasures or patches currently exist. Additionally, restricting remote access to the router's HTTP management interface, implementing network-level filtering to block suspicious requests to /goform/CheckTools, and monitoring for exploit attempts can help reduce risk. Since the exploit is publicly available and can be triggered remotely without authentication, isolating the device from untrusted networks or disabling the vulnerable service if possible are recommended interim measures. [2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart