CVE-2026-45864
The CVE-2026-45864 issue affects the Linux kernel’s NTFS-3 file system code. A loop in ntfs_file_write_iter could infinite-loop if the retrieved valid value remains the same within the range [valid, pos). The documented fix adds a check for the valid value inside the loop and terminates the loop,...