CVE-2025-40068
Last modified
CVE-2025-40068 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: Fix integer overflow in run_unpack() The MFT record relative to the file being opened contains its runlist, an array containing information about the file's location on the physical disk. Analysis of all Call Stack paths showed that the values of the runlist array, from which LCNs are calculated, are not validated before run_unpack function. The run_unpack function decodes the compressed runlist data format from MFT attributes (for example, $DATA), converting them into a runs_tree structure, which describes the mapping of virtual clusters (VCN) to logical clusters (LCN). EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: Fix integer overflow in run_unpack() The MFT record relative to the file being opened contains its runlist, an array containing information about the file's location on the physical disk. Analysis of all Call Stack paths showed that the values of the runlist array, from which LCNs are calculated, are not validated before run_unpack function. The run_unpack function decodes the compressed runlist data format from MFT attributes (for example, $DATA), converting them into a runs_tree structure, which describes the mapping of virtual clusters (VCN) to logical clusters (LCN). The NTFS3 subsystem also has a shortcut for deleting files from MFT records - in this case, the RUN_DEALLOCATE command is sent to the run_unpack input, and the function logic provides that all data transferred to the runlist about file or directory is deleted without creating a runs_tree structure. Substituting the runlist in the $DATA attribute of the MFT record for an arbitrary file can lead either to access to arbitrary data on the disk bypassing access checks to them (since the inode access check occurs above) or to destruction of arbitrary data on the disk. Add overflow check for addition operation. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < f6b36cfd25cbadad63447c673743cf771090e756; >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < 3ac37e100385b59ac821a62118494442238aaac4; >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < a86c8b9d03f7101e1750233846fe989df6f0d631; >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < 9378cfe228c2c679564a4116bcb28c8e89dff989; >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < 5aa5799d162ad1b8e8b699d48b6218143c695a78; >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < 736fc7bf5f68f6b74a0925b7e072c571838657d2 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40068?
How severe is CVE-2025-40068?
How do I fix CVE-2025-40068?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-40062In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40063In the Linux kernel, the following vulnerability has been re…7
- CVE-2025-40064In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40065In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40066In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40067In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40069In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-4007A vulnerability classified as critical was found in Tenda W1…8.8
- CVE-2025-40070In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40071In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40072In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40073In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-40068?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
