CVE-2026-90320

Linux · Kernel

A memory safety flaw in the Linux kernel OCFS2 file system allows local attackers to trigger a use-after-free or out-of-bounds read via corrupted external extended attribute metadata.

Executive summary

A vulnerability in the Linux kernel OCFS2 file system implementation poses a high risk to system integrity and stability, potentially allowing for arbitrary code execution or system crashes.

Vulnerability

The vulnerability exists within the OCFS2 file system driver due to improper validation of external extended attribute metadata. An attacker can exploit this by providing a specially crafted file system image that triggers an out-of-bounds access or use-after-free condition during listxattr or getxattr operations.

Business impact

The exploitation of this vulnerability could lead to significant system compromise, including unauthorized access to sensitive data, privilege escalation, or complete system failure. Given the CVSS score of 7.8, this flaw represents a high risk to business operations, particularly for environments relying on OCFS2 for clustered storage, as a successful exploit could disrupt critical infrastructure availability.

Remediation

Immediate Action: Update the Linux kernel to version 7.2.6 or later, which includes the necessary metadata validation checks for OCFS2.

Proactive Monitoring: Monitor system logs for kernel panic events, segmentation faults, or KASAN reports associated with OCFS2 operations, which may indicate attempted exploitation.

Compensating Controls: Restrict access to mounting untrusted or external file systems on production servers, as the attack vector requires local access to the system.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

This vulnerability highlights the critical importance of maintaining up-to-date kernel versions in environments utilizing clustered file systems. Administrators should prioritize patching the kernel across all impacted nodes to prevent potential local exploitation. If immediate patching is not feasible, ensure that only trusted users have the ability to mount external OCFS2 storage volumes.

More Linux CVEs all →

History

CVE Brief tracked this CVE 1 day 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 7.8 (3.1)
  4. Analyst report written

Sources