CVE-2026-43125
Modified Modified - Updated After Analysis

Buffer Overflow in Linux Kernel DLM Subsystem

Vulnerability report for CVE-2026-43125, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-05-06

Last updated on: 2026-07-02

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-07-02
Generated
2026-07-06
AI Q&A
2026-05-06
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 6.13 (inc) to 6.18.16 (exc)
linux linux_kernel From 6.19 (inc) to 6.19.6 (exc)
linux linux_kernel From 3.4 (inc) to 6.12.75 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-130 The product 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.
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-43125. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart