Junglewise Threat Intelligence

CVE-2026-45864: Linux Kernel infinite loop in NTFS3 ntfs_compress_write

CVE-2026-45864 · Severity: info · CVSS 5.5 · Published 2026-05-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's NTFS3 file system driver can cause the system to hang or become unresponsive. This occurs when the system enters an infinite loop while processing certain file write operations. An attacker with local access could exploit this to cause a denial-of-service, impacting system availability and business operations.

Technical details

A vulnerability exists in the fs/ntfs3/file.c component of the Linux kernel. The issue is caused by a lack of validation for the 'valid' value during compressed write operations in the ntfs_compress_write function. When processing a range where the next valid value retrieved is identical to the current value, the kernel enters an infinite loop. This results in a task hang, as reported by syzbot, where the process blocks indefinitely while holding locks. The fix introduces a check to terminate the loop and return -EINVAL if the value remains unchanged. This is reachable by local users performing specific file operations on NTFS partitions.

Affected products

  • Linux Linux Kernel All versions including and prior to 6.13 (fixed in 6.14 and backported)

Timeline

  • 2025-12-28: other: Patch authored by Edward Adam Davis
  • 2026-01-15: patched: Committed to mainline kernel
  • 2026-05-27: disclosed: CVE published and NVD record created

References