Impact
The vulnerability exists in the Linux kernel’s NTFS filesystem driver. A resident attribute list is copied into the kernel using a simple memcpy with no validation. Subsequent walk functions assume list is well‑formed and read header fields with bounds based on a prior validation step. Because the resident path bypasses that validation, a crafted attribute list can cause out‑of‑bounds reads of kernel memory.
Affected Systems
All Linux kernel implementations that include the legacy ntfs.c module and have not integrated the fix commits referenced in the advisory. Any system that mounts NTFS filesystems via the kernel driver is affected; this includes recent kernel releases lacking the patch.
Risk and Exploitability
The CVSS score of 9.8 indicates a critical severity, and the EPSS score of less than 1% shows a low probability of exploitation. It is not listed in CISA KEV. Based on the description, it is inferred that the attacker must have the ability to mount an NTFS volume that contains a malicious resident attribute list. This triggers out‑of‑bounds reads of the attribute‑list buffer, accessing kernel memory. No additional attack steps are detailed in the supplied information.
OpenCVE Enrichment