Impact
The kernel’s ocfs2 Distributed Lock Manager receives control messages from other nodes in a cluster. The maliciously crafted messages do not bound length fields that drive raw memory copies. When the driver copies these unchecked values into fixed-length buffers, it can write beyond the buffer boundary, corrupting adjacent heap objects or causing the kernel to panic. This heap out‑of‑bounds write can lead to kernel panic and memory corruption, serving as a denial‑of‑service vector. The weakness is a classic input validation flaw labeled CWE‑120.
Affected Systems
All Linux kernel implementations that include the ocfs2 filesystem with its DLM component are affected, regardless of distribution. The vulnerability exists in every kernel build that has not incorporated the two‑part patch series that bounds the namelen, lockname_len, and payload size checks. No specific vendor or kernel version list is supplied, so the impact applies to all current Linux kernels until the patch is applied.
Risk and Exploitability
The CVSS score of 6.4 places this flaw in the medium severity range. Exploitation requires the attacker to already be a member of the DLM domain, meaning an insider or compromised node can send the malformed messages. The EPSS score is low (<1%), and the vulnerability is not listed in the CISA KEV catalog. Because the flaw can lead to kernel panic and memory corruption, the risk is significant for clustered environments where multiple nodes share a domain. The vulnerability is not remotely exploitable from outside the cluster, but the availability of cluster membership makes it a credible threat for organizations with weak isolation controls.
OpenCVE Enrichment