CVE-2026-89494

Linux · Kernel

A heap out-of-bounds read and write vulnerability exists in the Linux kernel ocfs2 subsystem, allowing remote nodes to trigger system panics or memory corruption.

Executive summary

A critical vulnerability in the Linux kernel OCFS2 file system driver allows remote, unauthenticated attackers to trigger out-of-bounds memory access, leading to system crashes or potential code execution.

Vulnerability

The ocfs2 file system improperly validates message lengths in the dlm_mig_lockres_handler function. An unauthenticated attacker can send a malformed DLM_MIG_LOCKRES message to perform out-of-bounds reads and writes on the heap, which can cause kernel panics or memory corruption.

Business impact

Successful exploitation of this vulnerability poses a severe threat to system availability and integrity. Because the flaw allows for heap-based memory corruption, an attacker could potentially crash critical infrastructure nodes or gain unauthorized control over affected systems. Given the CVSS score of 9.8, this vulnerability is classified as critical, necessitating immediate attention to prevent system-wide compromise.

Remediation

Immediate Action: Update the Linux kernel to one of the patched versions (e.g., 6.1.188, 6.12.109, or 6.18.50) as provided by your distribution vendor.

Proactive Monitoring: Monitor system logs for kernel panic events or unusual network traffic directed at the OCFS2 Distributed Lock Manager (DLM) ports.

Compensating Controls: If patching is not immediately feasible, restrict network access to OCFS2 cluster communication ports to trusted nodes only via firewall rules to prevent unauthorized messages from reaching the vulnerable handler.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

This vulnerability represents a significant risk to the stability and security of any environment utilizing the OCFS2 file system. Administrators should prioritize the application of kernel security updates across all cluster nodes immediately. Failure to patch leaves systems vulnerable to remote exploitation that could result in total service disruption or unauthorized system access.

More Linux CVEs all →

History

CVE Brief tracked this CVE 2 days before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 9.8 (3.1)
  4. Analyst report written

Sources