Impact
The Linux kernel includes a patch that validates NTFS index entries immediately after they are read from disk. The previous implementation failed to perform adequate checks on these entries, creating an opportunity for malformed NTFS metadata to cause memory corruption or kernel crashes. This flaw is a classic case of missing input validation, which, if exploited, could allow an attacker to execute arbitrary code with privileged kernel rights, cause a denial of service, or otherwise disrupt system stability. The CVE information indicates that the fix reduces the risk by ensuring checks are performed at the point of data ingestion rather than relying on later stages of the file‑system code.
Affected Systems
Any Linux system running a kernel that contains the NTFS driver before the application of this patch is at potential risk. The vendor product affected is the Linux kernel; specific affected releases are not enumerated in the advisory, but any build prior to the commit that introduced the validation logic would be vulnerable.
Risk and Exploitability
The vulnerability stems from a lack of validation of NTFS metadata during index processing, which could allow a crafted NTFS filesystem to trigger memory corruption or a kernel panic. This exploit is rated a CVSS score of 9.8 and an EPSS score of < 1%, indicating a high severity but low probability of exploitation at this time; it is also not listed in the CISA KEV catalog. The flaw could allow an attacker with local access to a malicious NTFS volume to execute arbitrary code with kernel privileges, causing a system compromise, or to force a denial of service. Although no publicly disclosed exploits exist yet, the high severity score demands prompt attention.
OpenCVE Enrichment