CVE-2025-6146
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-06-17

Last updated on: 2025-06-23

Assigner: VulDB

Description
A vulnerability was found in TOTOLINK X15 1.0.0-B20230714.1105. It has been classified as critical. This affects an unknown part of the file /boafrm/formSysLog of the component HTTP POST Request Handler. The manipulation of the argument submit-url leads to buffer overflow. It is possible to initiate 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-06-17
Last Modified
2025-06-23
Generated
2026-05-07
AI Q&A
2025-06-17
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
totolink x15_firmware 1.0.0-b20230714.1105
totolink x15 *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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 Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-6146 is a critical buffer overflow vulnerability in the TOTOLINK X15 router firmware version 1.0.0-B20230714.1105. It occurs in the HTTP POST request handler at the endpoint /boafrm/formSysLog, specifically involving the submit-url parameter. The vulnerability arises because the router copies data from an input buffer to an output buffer without checking if the input size fits, leading to a buffer overflow. This flaw can be exploited remotely by sending a specially crafted HTTP POST request, potentially causing denial of service or other impacts on the device. [1, 2]


How can this vulnerability impact me? :

This vulnerability can impact you by compromising the confidentiality, integrity, and availability of the affected TOTOLINK X15 router. An attacker can remotely exploit the buffer overflow to cause denial of service (DoS), potentially disrupting network connectivity. Since the exploit requires no authentication or local access, it poses a high risk of unauthorized control or disruption of the device's normal operation. [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 HTTP POST requests to the endpoint /boafrm/formSysLog, specifically looking for suspicious or unusually large submit-url parameter values that could trigger the buffer overflow. Network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to alert on such requests. As for commands, you can use tools like curl or wget to test the endpoint manually, for example: curl -X POST -d "submit-url=<large_payload>" http://<router_ip>/boafrm/formSysLog. Additionally, packet capture tools like tcpdump or Wireshark can be used to inspect traffic to this endpoint for malicious payloads. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the vulnerable endpoint /boafrm/formSysLog by implementing network-level controls such as firewall rules to block or limit HTTP POST requests to this path from untrusted sources. Since no known mitigations or patches are available, it is recommended to replace the affected TOTOLINK X15 device with an alternative product. Monitoring for exploit attempts and disabling remote management features if possible can also reduce risk. [2]


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