CVE-2025-6939
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-01

Last updated on: 2025-07-07

Assigner: VulDB

Description
A vulnerability classified as critical has been found in TOTOLINK A3002RU 3.0.0-B20230809.1615. Affected is an unknown function of the file /boafrm/formWlSiteSurvey of the component HTTP POST Request Handler. The manipulation of the argument submit-url leads to buffer overflow. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-01
Last Modified
2025-07-07
Generated
2026-05-07
AI Q&A
2025-07-01
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
totolink a3002ru_firmware 3.0.0-b20230809.1615
totolink a3002ru *
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-120 The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-6939 is a critical buffer overflow vulnerability in the TOTOLINK A3002RU router firmware version 3.0.0-B20230809.1615. It occurs in the HTTP POST request handler at the endpoint /boafrm/formWlSiteSurvey, specifically due to improper handling of the 'submit-url' argument. An attacker can send a specially crafted POST request that causes a buffer overflow, potentially disrupting the device's normal operation. [1, 2]


How can this vulnerability impact me? :

This vulnerability can be exploited remotely without authentication, allowing an attacker to cause a denial of service (DoS) on the affected router. It impacts the confidentiality, integrity, and availability of the device, potentially disrupting network connectivity and device functionality. Since the exploit is publicly available, the risk of attack is high. [1, 2]


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

This vulnerability can be detected by monitoring for suspicious HTTP POST requests to the endpoint /boafrm/formWlSiteSurvey with a malicious or unusually large submit-url argument that could trigger a buffer overflow. Network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to alert on POST requests to this specific path. Specific commands are not provided in the resources, but using tools like curl or wget to test the endpoint with crafted POST requests could help detect the vulnerability. For example, a command to test might be: curl -X POST http://<router-ip>/boafrm/formWlSiteSurvey -d "submit-url=<large_payload>" to observe if the device crashes or behaves abnormally. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include replacing the affected TOTOLINK A3002RU router firmware version 3.0.0-B20230809.1615 with a patched or updated version if available. Since no known mitigations or countermeasures have been identified, it is recommended to avoid using the vulnerable device or isolate it from untrusted networks to prevent remote exploitation. Additionally, monitoring and blocking HTTP POST requests to /boafrm/formWlSiteSurvey can reduce exposure until a fix is applied. [2]


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