CVE-2026-8137
Received Received - Intake
Buffer Overflow in Totolink X5000R Firmware

Publication date: 2026-05-08

Last updated on: 2026-05-08

Assigner: VulDB

Description
A vulnerability has been found in Totolink X5000R 9.1.0u.6369_B20230113. This vulnerability affects the function sub_458E40 of the file /boafrm/formDdns. The manipulation of the argument submit-url leads to buffer overflow. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-08
Last Modified
2026-05-08
Generated
2026-05-09
AI Q&A
2026-05-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
totolink x5000r 9.1.0u.6369_b20230113
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-2026-8137 is a critical buffer overflow vulnerability found in the TOTOLINK Router X5000R with firmware version 9.1.0u.6369_B20230113. The flaw exists in the "/boafrm/formDdns" endpoint, specifically in the sub_458E40 function, which uses the unsafe strcpy function to handle the "submit-url" parameter without proper bounds checking.

An attacker can send an oversized "submit-url" value, causing a stack-based buffer overflow. This vulnerability can be exploited remotely without authentication.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability in the TOTOLINK Router X5000R allows remote attackers to execute arbitrary code or cause denial of service by exploiting a buffer overflow in the router's management interface. Successful exploitation could lead to unauthorized control over the device, potentially enabling attackers to monitor network traffic or use the device as a pivot point for further attacks.

Such unauthorized access and control over network devices can compromise the confidentiality, integrity, and availability of data transmitted through the affected router. This may result in violations of data protection regulations such as GDPR or HIPAA, which require organizations to ensure the security of personal and sensitive information.

Therefore, this vulnerability poses a significant risk to compliance with common security standards and regulations by potentially exposing sensitive data and undermining network security controls.


How can this vulnerability impact me? :

Exploitation of this vulnerability can lead to denial of service, memory corruption, or arbitrary code execution on the affected router.

An attacker could potentially gain full control over the router, enabling network monitoring or using the device as a pivot point for further attacks within the network.


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 targeting the "/boafrm/formDdns" endpoint on the Totolink X5000R router management interface.

Specifically, detection involves looking for POST requests with an excessively long "submit-url" parameter, which is used to trigger the buffer overflow.

A practical approach is to capture network traffic and filter HTTP POST requests to the vulnerable endpoint.

  • Use a network packet capture tool like tcpdump or Wireshark to capture traffic on the router's management interface.
  • Example tcpdump command to capture HTTP POST requests to the vulnerable endpoint: tcpdump -i <interface> -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep -i 'POST /boafrm/formDdns'
  • Alternatively, use web server logs on the router (if accessible) to search for POST requests with unusually long "submit-url" parameters.

Because the exploit involves sending an oversized "submit-url" parameter, any detection rule or command should focus on identifying abnormally large parameter values in POST requests to "/boafrm/formDdns".


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the router's management interface to trusted networks or IP addresses to prevent remote exploitation.

If possible, disable remote management features temporarily until a firmware update or patch is available.

Monitor network traffic for suspicious POST requests targeting the "/boafrm/formDdns" endpoint with large "submit-url" parameters and block such traffic using firewall rules.

Check for and apply any available firmware updates from Totolink that address this vulnerability.

If no patch is available, consider isolating the affected device from untrusted networks to reduce the risk of exploitation.


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