Impact
The flaw resides in the OCFS2 file system implementation in the Linux kernel. During shutdown, the journal reference is cleared, yet a later inode eviction path continues to dereference that pointer without a null check. An attacker that can trigger this unmount sequence may cause the kernel to dereference a null pointer, leading to a system crash and denial of service. This weakness is a classic NULL pointer dereference (CWE‑476).
Affected Systems
The vulnerability exists in the Linux kernel’s OCFS2 module. All current releases that incorporate the legacy OCFS2 filesystem are potentially affected until the patch is applied, as no specific kernel version is listed.
Risk and Exploitability
Based on the description, it is inferred that the vulnerability can be triggered by forcing an OCFS2 filesystem to unmount, which would clear the journal pointer. An attacker with sufficient privileges to perform such an unmount—normally local or root-level—could then cause the kernel to dereference the now‑null pointer during inode eviction, leading to a crash. The CVSS score of 5.5 indicates moderate severity, and the EPSS score is less than 1%, indicating an extremely low probability of exploitation. However, the lack of a published exploit and the requirement of elevated local privileges suggest a moderate to high exploitation likelihood only in a privileged context. The vulnerability is not listed in the CISA KEV catalog, and no remote exploitation path is known.
OpenCVE Enrichment