CVE-2025-71289
NTFS3 File Truncation Error Leading to Inconsistent State
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's NTFS3 file system driver. Specifically, when the function attr_set_size() fails during the truncation (shrinking) of files, the error is silently ignored. As a result, the inode, which is a data structure representing the file, may be left in an inconsistent or corrupted state.
How can this vulnerability impact me? :
If attr_set_size() fails and the error is ignored, the file system's metadata (inode) may become inconsistent. This can lead to file corruption or data loss because the file size and its actual data may no longer be properly synchronized.