Linux kernel DLM buffer overflow via unvalidated len in dlm_search
CVE-2026-43125 Published on May 6, 2026
dlm: validate length in dlm_search_rsb_tree
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.
Vulnerability Analysis
CVE-2026-43125 can be exploited with local system access, and requires small amount of user privileges. This vulnerability is consided to have a high level of attack complexity. The potential impact of an exploit of this vulnerability is considered to be very high.
Weakness Type
What is a length manipulation Vulnerability?
The software parses a formatted message or structure, but it does not handle or incorrectly handles a length field that is inconsistent with the actual length of the associated data. If an attacker can manipulate the length parameter associated with an input such that it is inconsistent with the actual length of the input, this can be leveraged to cause the target application to behave in unexpected, and possibly, malicious ways. One of the possible motives for doing so is to pass in arbitrarily large input to the application. Another possible motivation is the modification of application state by including invalid data for subsequent properties of the application. Such weaknesses commonly lead to attacks such as buffer overflows and execution of arbitrary code.
CVE-2026-43125 has been classified to as a length manipulation vulnerability or weakness.
Products Associated with CVE-2026-43125
You can be notified by email with stack.watch whenever vulnerabilities like CVE-2026-43125 are published in these products:
Affected Versions
Linux:- Version 7210cb7a72a22303cdb225bd1aea28697a17bbae and below 67288113c5e6cf9e659b4065c0ed6f16100e0c71 is affected.
- Version 7210cb7a72a22303cdb225bd1aea28697a17bbae and below 082083c9fbd99422a0370fe2102144a231c9f5d6 is affected.
- Version 7210cb7a72a22303cdb225bd1aea28697a17bbae and below 5f053a2e7209d326cbbc07738fa6d6893d307438 is affected.
- Version 7210cb7a72a22303cdb225bd1aea28697a17bbae and below 080e5563f878c64e697b89e7439d730d0daad882 is affected.
- Version 3.4 is affected.
- Before 3.4 is unaffected.
- Version 6.12.75, <= 6.12.* is unaffected.
- Version 6.18.16, <= 6.18.* is unaffected.
- Version 6.19.6, <= 6.19.* is unaffected.
- Version 7.0, <= * is unaffected.
- Version 0:3.10.0-1160.155.1.rt56.1307.el7 and below * is unaffected.
- Version 0:3.10.0-1160.154.1.el7 and below * is unaffected.
- Version 0:4.18.0-553.132.1.rt7.473.el8_10 and below * is unaffected.
- Version 0:4.18.0-553.132.1.el8_10 and below * is unaffected.
- Version 0:4.18.0-372.198.1.el8_6 and below * is unaffected.
- Version 0:4.18.0-372.198.1.el8_6 and below * is unaffected.
- Version 0:4.18.0-477.150.1.el8_8 and below * is unaffected.
- Version 0:4.18.0-477.150.1.el8_8 and below * is unaffected.
- Version 0:5.14.0-687.15.1.el9_8 and below * is unaffected.
- Version 0:5.14.0-284.178.1.el9_2 and below * is unaffected.
- Version 0:5.14.0-284.178.1.rt14.463.el9_2 and below * is unaffected.
- Version 0:5.14.0-427.136.1.el9_4 and below * is unaffected.
- Version 0:5.14.0-570.125.1.el9_6 and below * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.