Junglewise Threat Intelligence

CVE-2026-64533: Linux Kernel NTFS3 out-of-bounds access in log_replay conversion

CVE-2026-64533 · Severity: info · CVSS 0 · Published 2026-07-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's NTFS3 file system driver could allow a system crash or memory corruption when processing a specially crafted NTFS storage device. This occurs when the system attempts to replay file system logs from a malformed disk image. An attacker with physical access or the ability to mount a malicious disk image could exploit this to disrupt system operations.

Technical details

An out-of-bounds access vulnerability exists in the log_replay() function of the fs/ntfs3 driver. The issue stems from a lack of validation for the 'lcns_follow' field in DIR_PAGE_ENTRY_32 records when converting them to DIR_PAGE_ENTRY records during version 0 restart table replays. An attacker can provide a malformed NTFS image with an oversized lcns_follow value, which is used directly to calculate the length of a memmove() operation. This results in reading or writing beyond the allocated restart table buffer. The fix introduces validation to ensure lcns_follow does not exceed the validated restart table entry size.

Affected products

  • Linux Linux Kernel ntfs3 driver

Timeline

  • 2026-07-27: disclosed
  • 2026-07-27: advisory

References

Related threats