CVE-2026-89614

Linux · Kernel

A slab out of bounds read vulnerability exists in the Linux kernel NTFS driver caused by improper bounds checking during free cluster bitmap scans.

Executive summary

A critical out of bounds read vulnerability in the Linux kernel NTFS filesystem driver may allow an attacker to trigger system instability or information disclosure.

Vulnerability

The vulnerability exists in the ntfs_cluster_alloc function, which fails to correctly bound scans of the free cluster bitmap against the actual volume size. An unauthenticated attacker can exploit this by providing a specially crafted NTFS filesystem image, leading to a slab out of bounds read when a file is extended.

Business impact

The vulnerability carries a CVSS score of 9.8, indicating a critical severity level. Successful exploitation could lead to system crashes, denial of service, or potentially the exposure of sensitive kernel memory, which poses a significant risk to data integrity and system availability in environments where untrusted NTFS media is processed.

Remediation

Immediate Action: Update the Linux kernel to version 7.2.4 or later to apply the necessary bounds checking patches.

Proactive Monitoring: Monitor system logs for kernel oops or KASAN reports that may indicate memory access violations during filesystem operations.

Compensating Controls: Restrict the ability to mount or interact with untrusted or external NTFS-formatted storage media on critical production systems.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

Given the critical nature of this kernel-level memory safety issue, organizations should prioritize patching their Linux kernels to the latest stable release. If immediate patching is not feasible, administrators must strictly control the mounting of external NTFS volumes to prevent potential exploitation of the flaw.

More Linux CVEs all →

History

CVE Brief tracked this CVE 1 day before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 9.8 (3.1)
  4. Analyst report written

Sources