CVE-2026-43125
Awaiting Analysis Awaiting Analysis - Queue
Buffer Overflow in Linux Kernel DLM Subsystem

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: dlm: validate length in dlm_search_rsb_tree The len parameter in dlm_dump_rsb_name() is not validated and comes from network messages. When it exceeds DLM_RESNAME_MAXLEN, it can cause out-of-bounds write in dlm_search_rsb_tree(). Add length validation to prevent potential buffer overflow.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-06
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel *
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's distributed lock manager (dlm) component. Specifically, the len parameter in the function dlm_dump_rsb_name() is not properly validated. This parameter originates from network messages, and if its value exceeds the maximum allowed length (DLM_RESNAME_MAXLEN), it can lead to an out-of-bounds write in the function dlm_search_rsb_tree().

The issue is addressed by adding length validation to prevent a potential buffer overflow.


How can this vulnerability impact me? :

If exploited, this vulnerability could cause an out-of-bounds write in the Linux kernel's dlm component. This may lead to memory corruption, which can result in system instability, crashes, or potentially allow an attacker to execute arbitrary code with kernel privileges.


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