CVE-2026-72471
Last modified
CVE-2026-72471 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent potential lcn remains uninitialized The target VCN being sought was not found within runs[0], causing run_lookup() to return false. This causes run_lookup_entry() to return false, which in turn results in a len value of 0, and the new parameter passed to attr_data_get_block() is NULL. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent potential lcn remains uninitialized The target VCN being sought was not found within runs[0], causing run_lookup() to return false. This causes run_lookup_entry() to return false, which in turn results in a len value of 0, and the new parameter passed to attr_data_get_block() is NULL. Collectively, these factors ultimately cause attr_data_get_block_locked() to exit prematurely without initializing lcn, thereby triggering [1]. To prevent [1], the clen check within ni_seek_data_or_hole() has been moved to occur before the lcn check. [1] BUG: KMSAN: uninit-value in ni_seek_data_or_hole+0x24f/0x5f0 fs/ntfs3/frecord.c:2862 ni_seek_data_or_hole+0x24f/0x5f0 fs/ntfs3/frecord.c:2862 ntfs_llseek+0x22a/0x4a0 fs/ntfs3/file.c:1530 vfs_llseek fs/read_write.c:391 [inline]
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c61326967728392931f8a2240cb2cf4c81b523c1, < 7ae7e98b71438c494532492cbf58fc0d7f7988bb; >= c61326967728392931f8a2240cb2cf4c81b523c1, < 57ac2831c8e0f168090d38e3de758c6a59db44db |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72471?
How severe is CVE-2026-72471?
How do I fix CVE-2026-72471?
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-72466In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72467In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72468In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72469In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-7247A vulnerability has been found in D-Link DI-8100 16.07.26A1.…7.3
- CVE-2026-72470In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72472In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72473In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72474In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72475In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72476In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72477In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72471?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
