CVE-2026-90321
Linux · Kernel
A memory corruption vulnerability in the Linux kernel OCFS2 subsystem allows an attacker to trigger a use after free condition via specifically crafted inline extended attribute metadata.
Executive summary
A high severity vulnerability in the Linux kernel OCFS2 filesystem component, identified as CVE-2026-90321, poses a significant risk of system instability and potential code execution through corrupted metadata.
Vulnerability
The vulnerability exists in the OCFS2 filesystem driver, specifically within the inode block validation logic. A lack of proper bounds checking on inline extended attribute (xattr) metadata allows an attacker to trigger a use after free condition, which may be exploited by an unauthenticated local user to compromise system integrity.
Business impact
The exploitation of this vulnerability can lead to a denial of service through kernel panic, or potential privilege escalation if the use after free condition is weaponized. Given the CVSS score of 7.8, this flaw represents a significant risk to the stability and security of systems utilizing the OCFS2 filesystem, potentially resulting in unauthorized data access or complete system compromise.
Remediation
Immediate Action: Update the Linux kernel to version 7.2.6 or later, as provided by your distribution vendor, to incorporate the necessary validation checks for xattr entries.
Proactive Monitoring: Review system logs for kernel BUG reports, specifically those referencing KASAN or use after free errors related to the ocfs2_xattr_find_entr function.
Compensating Controls: Restrict access to filesystems using OCFS2 to trusted users only, and ensure that untrusted filesystems are not mounted, as the vector requires local access to manipulate or present corrupted metadata.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Organizations utilizing the OCFS2 filesystem must prioritize the application of kernel security updates. While the requirement for local access and specific filesystem configurations limits the immediate attack surface, the potential for kernel level impact necessitates a prompt patching cycle to maintain system integrity and prevent exploitation.
More Linux CVEs all →
History
CVE Brief tracked this CVE 1 day before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 7.8 (3.1)
- Analyst report written