CVE-2026-80638

8.8

Linux · Kernel

A memory safety flaw in the Linux kernel ocfs2 filesystem driver allows an out-of-bounds write during refcounted file unlinking, potentially leading to system instability or code execution.

Executive summary

An out-of-bounds write vulnerability in the Linux kernel OCFS2 filesystem allows authenticated users to trigger memory corruption, posing a high risk to system stability and integrity.

Vulnerability

This is an out-of-bounds memory write vulnerability occurring within the ocfs2_remove_refcount_extent function, triggered when unlinking a refcounted file. The flaw requires low-privileged authenticated access to the filesystem to initiate the operation that triggers the fortify panic.

Business impact

The exploitation of this vulnerability can lead to kernel-level memory corruption, which may result in a denial of service via system panic or, in specific configurations, unauthorized code execution. Given the CVSS score of 8.8, this represents a significant risk to data integrity and service availability for any infrastructure relying on OCFS2 storage volumes.

Remediation

Immediate Action: Update the Linux kernel to version 7.1.5 or later, or apply the upstream commits f5255516ec7add3a6d5d37853ad5a9a9ddb14305 and 1ec3cca2d8b6b9ff6584ca626d4c8918bbf48d44.

Proactive Monitoring: Monitor system logs for kernel panics, fortify checker alerts, or unexpected filesystem errors related to OCFS2 operations.

Compensating Controls: Restrict access to OCFS2 mount points to trusted users only and ensure that the filesystem is managed within a hardened environment to minimize the attack surface.

Exploitation status

Public Exploit Available: No (exploit_available: unknown)

Analyst recommendation

This vulnerability presents a high risk due to the potential for kernel-level memory corruption. System administrators should prioritize testing and deploying the provided kernel patches or upgrading to the fixed version 7.1.5 immediately to prevent potential exploitation of the OCFS2 filesystem driver.

More Linux CVEs

Sources