CVE-2025-40313
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | 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 in the Linux kernel relates to the ntfs3 driver incorrectly handling $Extend records by not treating them as regular files. The fix involves ensuring that $Extend records are treated as regular files (S_IFREG) to comply with inode type requirements introduced in a kernel commit that restricts valid inode types.
How can this vulnerability impact me? :
The vulnerability could cause improper handling of certain NTFS filesystem records, potentially leading to filesystem errors or unexpected behavior when accessing or manipulating $Extend records. This may affect system stability or data integrity when using NTFS volumes.