CVE-2025-15010
Unknown Unknown - Not Provided

Stack-Based Buffer Overflow in Tenda WH450 /goform/SafeUrlFilter

Vulnerability report for CVE-2025-15010, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-22

Last updated on: 2025-12-22

Assigner: VulDB

Description

A vulnerability has been found in Tenda WH450 1.0.0.18. This issue affects some unknown processing of the file /goform/SafeUrlFilter. The manipulation of the argument page leads to stack-based buffer overflow. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-22
Last Modified
2025-12-22
Generated
2026-07-06
AI Q&A
2025-12-22
EPSS Evaluated
2026-07-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-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).
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2025-15010 is a critical stack-based buffer overflow vulnerability in the Tenda WH450 router firmware version 1.0.0.18. It occurs due to improper processing of the 'page' argument in the /goform/SafeUrlFilter endpoint. By sending a specially crafted HTTP request with an excessively long 'page' parameter, an attacker can trigger a stack-based buffer overflow. This flaw allows remote attackers to potentially execute arbitrary code or cause a denial of service without any authentication. [2, 3]

Impact Analysis

This vulnerability can severely impact the affected device by allowing remote attackers to execute arbitrary code, leading to full compromise of the router. It can also cause denial of service conditions, disrupting network availability. Since exploitation requires no authentication and a proof-of-concept exploit is publicly available, the risk of attack is high. The vulnerability affects confidentiality, integrity, and availability of the device, potentially allowing attackers to intercept, modify, or disrupt network traffic. [2, 3]

Detection Guidance

This vulnerability can be detected by monitoring HTTP requests to the /goform/SafeUrlFilter endpoint, specifically looking for unusually long or malformed 'page' parameter values that could trigger the stack-based buffer overflow. Since the exploit involves sending crafted HTTP requests, network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to alert on suspicious requests targeting this endpoint. Commands such as using curl or wget to test the endpoint with long 'page' parameter values can help verify if the system is vulnerable. For example: curl -v 'http://<router-ip>/goform/SafeUrlFilter?page=' followed by a long string of characters. Additionally, network traffic capture tools like tcpdump or Wireshark can be used to analyze traffic for such exploit attempts. [2, 3]

Mitigation Strategies

Currently, there are no known mitigations or countermeasures available for this vulnerability. The recommended immediate step is to replace the affected Tenda WH450 device with an alternative product to avoid exploitation. Until a patch or firmware update is released by the vendor, restricting network access to the device, disabling remote management, or isolating the device from untrusted networks may reduce exposure but do not fully mitigate the risk. [2]

Compliance Impact

The provided resources do not contain information regarding the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-15010. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart