Impact
The vulnerability arises from a BUG_ON that is triggered when the kernel detects an invalid journal dinode during OCFS2 unmount. Instead of a graceful failure, the kernel panics, causing an immediate system crash and disabling all services. This is a classic denial‑of‑service scenario where a single corrupted journal can bring a system down.
Affected Systems
All Linux kernels that incorporate the OCFS2 filesystem and contain the buggy BUG_ON check between commit 10995aa2451a and the subsequent patch are affected. The CVE notes do not enumerate specific kernel versions, implying that any build with the fault remains vulnerable until the BUG_ON is replaced by a WARN_ON and an error return.
Risk and Exploitability
An attacker who can supply a malformed or corrupted OCFS2 volume during mount can trigger the fault. The EPSS score is less than 1 %, indicating a low but non‑zero likelihood of exploitation. The CVSS score of 5.5 reflects moderate severity. The vulnerability is not listed in CISA KEV, so public exploits have not been observed yet. Nonetheless, the impact is severe – a single kernel panic can cripple a production environment.
OpenCVE Enrichment