CVE-2025-12225
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-27

Last updated on: 2025-10-28

Assigner: VulDB

Description
A vulnerability has been found in Tenda AC6 15.03.06.50. This issue affects some unknown processing of the file /goform/WifiGuestSet of the component HTTP Request Handler. Such manipulation of the argument shareSpeed leads to stack-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-27
Last Modified
2025-10-28
Generated
2026-05-06
AI Q&A
2025-10-27
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
tenda ac6_firmware 15.03.06.50
tenda ac6 2.0
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
Can you explain this vulnerability to me?

This vulnerability is a stack-based buffer overflow found in the Tenda AC6 router firmware version 15.03.06.50. It occurs due to improper processing of the 'shareSpeed' argument in the HTTP Request Handler component at the /goform/WifiGuestSet endpoint. An attacker can remotely exploit this flaw by sending specially crafted requests, potentially leading to arbitrary code execution or system compromise. [2]


How can this vulnerability impact me? :

Exploitation of this vulnerability can allow a remote attacker to execute arbitrary code on the affected device, potentially leading to full control over the router. This can result in unauthorized access to the network, interception or manipulation of network traffic, disruption of network services, and further attacks on connected devices. [2]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection of this vulnerability can involve monitoring HTTP requests to the /goform/WifiGuestSet endpoint for unusual or malformed shareSpeed parameter values that could trigger a stack-based buffer overflow. Using network traffic analysis tools like Wireshark or tcpdump to capture and inspect such requests may help. Additionally, reviewing logs for unexpected crashes or behavior related to the HTTP Request Handler component could indicate exploitation attempts. Specific commands might include using curl or wget to send crafted requests to /goform/WifiGuestSet to test for vulnerability, for example: curl -X POST http://<target-ip>/goform/WifiGuestSet -d "shareSpeed=<malicious_payload>". However, no exact detection commands are provided in the resources. [2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting remote access to the affected device, especially blocking access to the /goform/WifiGuestSet endpoint from untrusted networks. Applying any available firmware updates from the vendor (Tenda) that address this vulnerability is critical. If no patch is available, consider disabling the vulnerable service or isolating the device from the internet to prevent remote exploitation. Monitoring network traffic for suspicious activity targeting this endpoint is also recommended. [1, 2]


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