CVE-2026-89610

Summary

In the Linux kernel, the following vulnerability has been resolved:

ntfs: verify run length exceeding volume boundary

The mapping pairs decoder validates that the starting LCN is within the volume but does not check if the run extends beyond the volume boundary.

A malformed NTFS image with a crafted mapping pairs array could cause the kernel to access memory beyond the volume boundary, potentially leading to memory corruption and privilege escalation.

Add validation to ensure lcn + length stays within nr_clusters.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 6e844d4b82434a781b80d02145fd1b17cf90e3c3affected
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < fea9e4488f384c0ef1c0e3d96b565127c1b98447affected
LinuxLinux0 < 7.2.4affected
LinuxLinux7.2.4 <= 7.2.*unaffected
LinuxLinux7.3-rc1 <= *unaffected

Weaknesses

References