CVE-2026-72204 (GCVE-0-2026-72204)
Vulnerability from cvelistv5
Published
2026-08-15 05:54
Modified
2026-08-18 06:56
Summary
In the Linux kernel, the following vulnerability has been resolved: ntfs: centalize $INDEX_ROOT header validation Add a dedicated helper to perform stricter validation of $INDEX_ROOT and use it for both directory inodes and named index inodes. This keeps the root size and header geometry checks consistent across both read paths.
Impacted products
Vendor Product Version
Linux Linux Version: 0a8ac0c1fa0b99a5b29002bc7f232ed7eafddef0
Version: 0a8ac0c1fa0b99a5b29002bc7f232ed7eafddef0
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/index.c",
            "fs/ntfs/index.h",
            "fs/ntfs/inode.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b06730c6af58d3569883f8dd7c36a90aba5ecc0a",
              "status": "affected",
              "version": "0a8ac0c1fa0b99a5b29002bc7f232ed7eafddef0",
              "versionType": "git"
            },
            {
              "lessThan": "8b97b302f553a480fb76d2afd53cd6c0635a9dcd",
              "status": "affected",
              "version": "0a8ac0c1fa0b99a5b29002bc7f232ed7eafddef0",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/index.c",
            "fs/ntfs/index.h",
            "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: centalize $INDEX_ROOT header validation\n\nAdd a dedicated helper to perform stricter validation of $INDEX_ROOT and\nuse it for both directory inodes and named index inodes. This keeps the\nroot size and header geometry checks consistent across both read paths."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.4,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is reached only when the legacy fs/ntfs driver parses a crafted $INDEX_ROOT during mount or local VFS inode load (ntfs_fill_super\u2192ntfs_iget/ntfs_index_iget\u2192ntfs_read_locked_inode or ntfs_read_locked_index_inode); there is no network-facing handler.\nAC:L - The attacker fully controls on-disk $INDEX_ROOT header geometry (value_length, entries_offset, index_length, allocated_size), so the missing checks and resulting out-of-bounds access in ntfs_lookup_inode_by_name are reliably triggerable with no race or uncontrollable layout dependency.\nPR:N - The attacker needs no account or capabilities on the victim\u2014only a malicious NTFS image presented via USB, loop device, or dual-boot partition that root, udisks2, or automount loads on their behalf.\nUI:N - On kiosks, desktops, and automotive/embedded systems that automount removable NTFS media, inserting the device alone runs ntfs_fill_super and inode read of directory/index metadata with no further deliberate victim action beyond presenting the volume.\nS:U - Impact is confined to kernel heap parsing within the same OS security authority; this is not a VM escape, IOMMU bypass, or cross-sandbox boundary crossing.\nC:H - Without full header validation, crafted entries_offset/index_length pairs let ntfs_lookup_inode_by_name and inode-read paths read past the resident $INDEX_ROOT value into adjacent kmalloc MFT/slab memory, enabling unbounded kernel information disclosure.\nI:H - The same unchecked header fields drive index entry walks and later RW index memmove/insert paths on a writable mount; attacker-controlled geometry can corrupt heap metadata beyond the resident value, yielding a write primitive suitable for privilege escalation.\nA:H - Out-of-bounds reads of index entries and header fields from malformed $INDEX_ROOT during mount or directory access can fault on unmapped memory and oops/panic the kernel, fully denying availability."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-18T06:56:23.160Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b06730c6af58d3569883f8dd7c36a90aba5ecc0a"
        },
        {
          "url": "https://git.kernel.org/stable/c/8b97b302f553a480fb76d2afd53cd6c0635a9dcd"
        }
      ],
      "title": "ntfs: centalize $INDEX_ROOT header validation",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72204",
    "datePublished": "2026-08-15T05:54:01.070Z",
    "dateReserved": "2026-08-09T03:40:39.912Z",
    "dateUpdated": "2026-08-18T06:56:23.160Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…