CVE-2026-74349

7.1

Linux · Kernel

A logic error in the Linux kernel OCFS2 file system's FITRIM range validation can lead to underflow and memory corruption when processing cluster sizes larger than the block size.

Executive summary

A vulnerability in the Linux kernel OCFS2 file system allows for potential memory corruption and system instability due to improper validation of FITRIM ranges.

Vulnerability

This is a logic error in the ocfs2_trim_mainbm function. The vulnerability is triggered by an authenticated local user providing specific FITRIM ranges on filesystems where the cluster size exceeds the block size, leading to incorrect validation and potential out-of-bounds memory access.

Business impact

The vulnerability carries a CVSS score of 7.1, indicating a high severity risk. Successful exploitation could lead to system crashes, denial of service, or potentially privilege escalation, impacting the availability and integrity of systems utilizing the OCFS2 file system.

Remediation

Immediate Action: Update the Linux kernel to version 5.10.261, 5.15.212, 6.1.178, 6.6.145, or later.

Proactive Monitoring: Monitor system logs for kernel panics or OCFS2-related errors that may indicate exploitation attempts.

Compensating Controls: Restrict access to the OCFS2 filesystem mounting operations to trusted users only, as the attack vector requires local access.

Exploitation status

Public Exploit Available: false

Analyst recommendation

Given the potential for system instability and denial of service, organizations running OCFS2 should prioritize patching. Apply the recommended kernel updates as part of the next scheduled maintenance cycle to mitigate the risk of local exploitation.

More Linux CVEs