CVE Catalog

CVE-2026-89612

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, parse_ntfs_boot_sector() decodes the NTFS boot sector's 64-bit LCNs into an s64. A crafted high-bit value becomes negative and passes the upper-bound check, leading to an out-of-bounds access to lcn_empty_bits_per_page.

Risk Assessment

An attacker can mount a crafted NTFS image, causing an out-of-bounds memory access in the MFT zone allocator and potential system crash or code execution.

Recommendation

Update the Linux kernel to a version containing the fix that decodes LCNs as unsigned 64-bit and rejects invalid values.

Other vulnerabilities in Linux kernel (ntfs)

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ntfs: reject invalid MFT LCNs from boot sector The NTFS boot sector stores the MFT and MFTMirr locations as unsigned 64-bit LCNs, but parse_ntfs_boot_sector() decoded them into an s64. A crafted high-bit value could therefore become negative and pass the existing upper-bound check. The invalid value then propagated into the MFT zone allocator and could result in an out-of-bounds access to lcn_empty_bits_per_page.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS