CVE-2025-15179
Unknown Unknown - Not Provided

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

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

Publication date: 2025-12-29

Last updated on: 2025-12-29

Assigner: VulDB

Description

A vulnerability was determined in Tenda WH450 1.0.0.18. Impacted is an unknown function of the file /goform/qossetting. This manipulation of the argument page causes stack-based buffer overflow. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-29
Last Modified
2025-12-29
Generated
2026-07-06
AI Q&A
2025-12-29
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

This vulnerability exists in the Tenda WH450 device, specifically in an unknown function related to the file /goform/qossetting. It involves manipulation of an argument called 'page' that causes a stack-based buffer overflow. This type of vulnerability can be exploited remotely and has been publicly disclosed.

Impact Analysis

The vulnerability can lead to a stack-based buffer overflow, which may allow an attacker to execute arbitrary code, cause denial of service, or compromise the confidentiality, integrity, and availability of the affected device. Since the attack can be initiated remotely, it poses a significant security risk.

Compliance Impact

The vulnerability impacts the confidentiality, integrity, and availability of the device, which are core principles in standards like GDPR and HIPAA. Exploitation could lead to unauthorized access or disruption of services, potentially causing non-compliance with these regulations due to compromised data protection and system reliability. However, no specific compliance impact or regulatory guidance is detailed in the provided resources. [3]

Detection Guidance

This vulnerability can be detected by monitoring HTTP requests to the /goform/qossetting endpoint on Tenda WH450 routers, specifically looking for unusually long or malformed 'page' parameter values that could indicate an exploit attempt. Network intrusion detection systems (NIDS) can be configured to alert on such suspicious requests. Additionally, reviewing router logs for repeated or abnormal access to /goform/qossetting may help detect exploitation attempts. Specific commands depend on your network setup, but for example, using tcpdump or Wireshark to capture HTTP traffic and filter for requests to /goform/qossetting can be useful. Example tcpdump command: tcpdump -i <interface> -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep '/goform/qossetting'. [1, 3]

Mitigation Strategies

Immediate mitigation steps include restricting remote access to the Tenda WH450 router's management interface, especially blocking access to the /goform/qossetting endpoint from untrusted networks. If possible, disable remote management features temporarily. Since no official patches or countermeasures are published, replacing the affected device with a non-vulnerable alternative is recommended. Monitoring for exploit attempts and applying network-level protections such as web application firewalls (WAF) to block malicious requests targeting the 'page' parameter can also help reduce risk. [3]

Chat Assistant

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

EPSS Chart