Impact
The vulnerability resides in the Linux kernel’s OCFS2 filesystem. When a caller invokes the OCFS2_IOC_GROUP_ADD ioctl with a user‑controlled group descriptor, the kernel attempts to cache that descriptor before validating it. The code then triggers a BUG_ON in ocfs2_set_new_buffer_uptodate, causing a kernel panic and system crash.
Affected Systems
Any Linux kernel that includes the OCFS2 filesystem module and has not yet incorporated the commit that validates the group descriptor before caching. This encompasses all mainstream distributions shipping the stock kernel with OCFS2 support, as the advisory does not list specific kernel versions.
Risk and Exploitability
The advisory does not provide an EPSS score and is not listed in the CISA KEV catalog. The flaw requires that an attacker be able to issue the OCFS2_IOC_GROUP_ADD ioctl, which typically means local access or privileged user capability. Once the ioctl is executed, the kernel immediately panics, with no recovery path. The attack vector is straightforward for a local user with sufficient rights, and the impact is a complete system crash with possible data loss, but there is no direct privilege escalation beyond the privileges required to run the ioctl.
OpenCVE Enrichment