CVE-2026-72186
Last modified
CVE-2026-72186 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ntfs: make system files immutable to prevent corruption When a system file such as $Bitmap is exposed via show_sys_files and written from userspace, the volume is corrupted and, because the cluster allocator scans $Bitmap through the same inode's page cache, a write to $Bitmap also deadlocks writeback against the folio it already holds locked. These files are maintained by the driver itself and have no valid reason to be written through the file interface. Mark base metadata files (mft_no < FILE_first_user) as immutable during inode read so the VFS rejects write, mmap, truncate and unlink with -EPERM. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ntfs: make system files immutable to prevent corruption When a system file such as $Bitmap is exposed via show_sys_files and written from userspace, the volume is corrupted and, because the cluster allocator scans $Bitmap through the same inode's page cache, a write to $Bitmap also deadlocks writeback against the folio it already holds locked. These files are maintained by the driver itself and have no valid reason to be written through the file interface. Mark base metadata files (mft_no < FILE_first_user) as immutable during inode read so the VFS rejects write, mmap, truncate and unlink with -EPERM. Directories are skipped so the root and $Extend remain usable. Internal metadata updates do not go through the VFS write path and are unaffected.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= af0db57d4293cc9fe6ce99fb5592dc2652228c9d, < 8f313e92522ac41d273ea137db13ea8a8df2beed; >= af0db57d4293cc9fe6ce99fb5592dc2652228c9d, < f72df3a4c33b64de3418ec74d1ad4f028e09d161 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72186?
How severe is CVE-2026-72186?
How do I fix CVE-2026-72186?
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-72180In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72181In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72182In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72183In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72184In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72185In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72187In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72188In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-72189In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7219A flaw has been found in Totolink N300RT 3.4.0-B20250430. Th…7.3
- CVE-2026-72190In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72191In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72186?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
