CVE-2025-40068
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
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 is an integer overflow in the Linux kernel's NTFS3 filesystem driver, specifically in the run_unpack() function. The run_unpack() function decodes the runlist data from the Master File Table (MFT) attributes, which maps file data locations on disk. Because the values in the runlist array are not properly validated before processing, an attacker can substitute crafted runlist data in a file's MFT record. This can cause the function to overflow during calculations, potentially leading to unauthorized access to arbitrary disk data or destruction of data on the disk.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to bypass access checks and gain unauthorized access to arbitrary data on the disk or cause destruction of arbitrary data. This means sensitive information could be exposed or critical data could be corrupted or deleted, leading to data loss or system instability.