CVE-2025-5790
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-06-06

Last updated on: 2025-06-09

Assigner: VulDB

Description
A vulnerability classified as critical was found in TOTOLINK X15 1.0.0-B20230714.1105. This vulnerability affects unknown code of the file /boafrm/formIpQoS of the component HTTP POST Request Handler. The manipulation of the argument mac leads to buffer overflow. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-06
Last Modified
2025-06-09
Generated
2026-05-07
AI Q&A
2025-06-06
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-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-5790 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/formIpQoS, specifically when processing the 'mac' parameter. An attacker can remotely send a specially crafted POST request that causes the device to overflow a buffer due to improper input size validation, potentially disrupting router functionality. [1, 2]


How can this vulnerability impact me? :

This vulnerability can be exploited remotely to cause a denial of service (DoS) on the affected TOTOLINK X15 router, disrupting its normal operation. It impacts the confidentiality, integrity, and availability of the device, potentially allowing attackers to disrupt network connectivity or compromise device stability. The exploit is easy to execute and publicly available, increasing the risk of attacks. [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/formIpQoS on the TOTOLINK X15 router firmware version 1.0.0-B20230714.1105. Specifically, look for suspicious or unusually large 'mac' parameter values in POST requests that could trigger the buffer overflow. Network intrusion detection systems (NIDS) can be configured to alert on POST requests to this endpoint. Additionally, you can use tools like curl or wget to test the endpoint manually by sending crafted POST requests to observe abnormal behavior or crashes. Example command to test the endpoint: curl -X POST http://<router-ip>/boafrm/formIpQoS -d "mac=<malicious_payload>". However, no specific detection commands are provided in the resources. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Currently, no known countermeasures or mitigations are available for this vulnerability. The recommended immediate step is to consider replacing the affected TOTOLINK X15 router running firmware version 1.0.0-B20230714.1105. Additionally, restricting remote access to the router's management interface and monitoring for exploit attempts can help reduce risk until a patch or update is released. [2]


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