CVE-2026-72202
Last modified
CVE-2026-72202 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid heap allocation for free-cluster readahead state get_nr_free_clusters() allocates a temporary file_ra_state before it publishes the precomputed free cluster count, sets NVolFreeClusterKnown(), and wakes vol->free_waitq. If that allocation fails, the worker returns without setting the flag or waking waiters, so callers waiting for the free count can block indefinitely. The readahead state is only used synchronously while scanning the bitmap. Keep it on the stack and pass it by address to the readahead helper. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid heap allocation for free-cluster readahead state get_nr_free_clusters() allocates a temporary file_ra_state before it publishes the precomputed free cluster count, sets NVolFreeClusterKnown(), and wakes vol->free_waitq. If that allocation fails, the worker returns without setting the flag or waking waiters, so callers waiting for the free count can block indefinitely. The readahead state is only used synchronously while scanning the bitmap. Keep it on the stack and pass it by address to the readahead helper. This eliminates the early allocation failure path instead of adding a special case that publishes a conservative count and wakes the waitqueue. Zero-initialize the on-stack state because file_ra_state_init() only sets ra_pages and prev_pos. Apply the same treatment to __get_nr_free_mft_records(), which scans the MFT bitmap with the same short-lived readahead state.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6251f0b0de7d645e3591931ca4c11d8322c1866f, < 40ee64e633e5e413f2255bb48c063977d8c86f34; >= 6251f0b0de7d645e3591931ca4c11d8322c1866f, < c05132077df57a384919f61d7f8a8e76d748a6d4 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72202?
How severe is CVE-2026-72202?
How do I fix CVE-2026-72202?
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 2026
- CVE-2026-72197In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72198In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72199In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7220A vulnerability has been found in jackwrichards FastlyMCP up…7.3
- CVE-2026-72200In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72201In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72203In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72204In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72205In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72206In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72207In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72208In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72202?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
