CVE-2026-72186 (GCVE-0-2026-72186)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:53 – Updated: 2026-08-17 05:41
VLAI
Title
ntfs: make system files immutable to prevent corruption
Summary
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.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: af0db57d4293cc9fe6ce99fb5592dc2652228c9d , < 8f313e92522ac41d273ea137db13ea8a8df2beed (git)
Affected: af0db57d4293cc9fe6ce99fb5592dc2652228c9d , < f72df3a4c33b64de3418ec74d1ad4f028e09d161 (git)
guessed Create a notification for this product.
Linux Linux Affected: 7.1
Unaffected: 0 , < 7.1 (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/inode.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8f313e92522ac41d273ea137db13ea8a8df2beed",
              "status": "affected",
              "version": "af0db57d4293cc9fe6ce99fb5592dc2652228c9d",
              "versionType": "git"
            },
            {
              "lessThan": "f72df3a4c33b64de3418ec74d1ad4f028e09d161",
              "status": "affected",
              "version": "af0db57d4293cc9fe6ce99fb5592dc2652228c9d",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/inode.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "7.1"
            },
            {
              "lessThan": "7.1",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "7.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "7.1",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: make system files immutable to prevent corruption\n\nWhen a system file such as $Bitmap is exposed via show_sys_files and\nwritten from userspace, the volume is corrupted and, because the cluster\nallocator scans $Bitmap through the same inode\u0027s page cache, a write to\n$Bitmap also deadlocks writeback against the folio it already holds locked.\n\nThese files are maintained by the driver itself and have no valid reason\nto be written through the file interface. Mark base metadata files\n(mft_no \u003c FILE_first_user) as immutable during inode read so the VFS\nrejects write, mmap, truncate and unlink with -EPERM. Directories are\nskipped so the root and $Extend remain usable. Internal metadata updates\ndo not go through the VFS write path and are unaffected."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - fs/ntfs registers ntfs_export_ops; remote nfsd/ksmbd write RPCs reach ntfs_file_write_iter on $Bitmap, and dual-boot/shared NTFS volumes are commonly rw-mounted and network-exported on NAS/hybrid servers.\nAC:L - Without S_IMMUTABLE, opening $Bitmap by name and writing is deterministic; expanding $Bitmap triggers ntfs_attr_map_cluster while lcnalloc holds the same folio locked, deadlocking writeback as documented in the fix commit.\nPR:N - Exploitation needs only permission to write on a mounted NTFS volume (default i_mode 0777 with fmask=0, uid/gid mount options, authenticated SMB/NFS client, or guest write); no CAP_SYS_ADMIN or init-namespace root is required at trigger time.\nUI:N - Once an administrator has rw-mounted and optionally exported the NTFS volume, the attacker issues normal write/mmap/truncate/unlink to $Bitmap or other mft_no\u003cFILE_first_user files; no per-attack victim interaction is required.\nS:U - Impact is on-disk NTFS metadata corruption and kernel thread deadlock within the host filesystem/kernel authority; this is standard filesystem abuse, not a VM escape, container breakout, or IOMMU boundary bypass.\nC:N - The flaw is attacker-initiated writes to exposed system files and resulting metadata corruption; it does not perform kernel out-of-bounds reads, use-after-free, or other memory-disclosure primitives.\nI:H - Writing $Bitmap (or $MFT, $LogFile, $Boot, etc.) lets an attacker directly control cluster-allocation state, causing arbitrary on-disk metadata corruption and steered overwrites of live file data clusters across the volume.\nA:H - Concurrent $Bitmap writes deadlock the cluster allocator against writeback on the same folio, hanging kernel I/O threads, and corrupted allocation bitmaps can render the NTFS volume inconsistent and unusable on remount."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:41:16.318Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8f313e92522ac41d273ea137db13ea8a8df2beed"
        },
        {
          "url": "https://git.kernel.org/stable/c/f72df3a4c33b64de3418ec74d1ad4f028e09d161"
        }
      ],
      "title": "ntfs: make system files immutable to prevent corruption",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72186",
    "datePublished": "2026-08-15T05:53:48.127Z",
    "dateReserved": "2026-08-09T03:40:39.911Z",
    "dateUpdated": "2026-08-17T05:41:16.318Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72186",
      "date": "2026-08-21",
      "epss": "0.00467",
      "percentile": "0.3877"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72186\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:21:36.973\",\"lastModified\":\"2026-08-17T06:18:19.193\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nntfs: make system files immutable to prevent corruption\\n\\nWhen a system file such as $Bitmap is exposed via show_sys_files and\\nwritten from userspace, the volume is corrupted and, because the cluster\\nallocator scans $Bitmap through the same inode\u0027s page cache, a write to\\n$Bitmap also deadlocks writeback against the folio it already holds locked.\\n\\nThese files are maintained by the driver itself and have no valid reason\\nto be written through the file interface. Mark base metadata files\\n(mft_no \u003c FILE_first_user) as immutable during inode read so the VFS\\nrejects write, mmap, truncate and unlink with -EPERM. Directories are\\nskipped so the root and $Extend remain usable. Internal metadata updates\\ndo not go through the VFS write path and are unaffected.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/ntfs/inode.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"af0db57d4293cc9fe6ce99fb5592dc2652228c9d\",\"lessThan\":\"8f313e92522ac41d273ea137db13ea8a8df2beed\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"af0db57d4293cc9fe6ce99fb5592dc2652228c9d\",\"lessThan\":\"f72df3a4c33b64de3418ec74d1ad4f028e09d161\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/ntfs/inode.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"7.1\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"7.1\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/8f313e92522ac41d273ea137db13ea8a8df2beed\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f72df3a4c33b64de3418ec74d1ad4f028e09d161\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T15:15:52+00:00",
      "cve": "CVE-2026-72186",
      "id": "CVE-2026-72186",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ntfs: make system files immutable to prevent corruption",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72186.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-21T00:42:50Z",
      "cve": "CVE-2026-72186",
      "id": "CVE-2026-72186",
      "initial_release_date": "2026-08-21T00:42:50Z",
      "product_status:known_not_affected": "284",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-72186",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-72186.json",
      "version": "2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…