CVE-2026-72186

Source
https://cve.org/CVERecord?id=CVE-2026-72186
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72186.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72186
Downstream
Published
2026-08-15T05:53:48.127Z
Modified
2026-08-18T03:56:38.262360650Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H CVSS Calculator
Summary
ntfs: make system files immutable to prevent corruption
Details

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 showsysfiles 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 (mftno < FILEfirst_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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72186.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
af0db57d4293cc9fe6ce99fb5592dc2652228c9d
Fixed
8f313e92522ac41d273ea137db13ea8a8df2beed
Fixed
f72df3a4c33b64de3418ec74d1ad4f028e09d161

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72186.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72186.json"