CVE-2026-72206 (GCVE-0-2026-72206)
Vulnerability from cvelistv5
Published
2026-08-15 05:54
Modified
2026-08-18 06:56
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index block header more strictly Modify ntfs_index_block_inconsisent() to perform stricter validation of INDEX_HEADER geometry in INDX blocks, and update ntfs_lookup_inode_by_name() to use that function to validate INDX blocks.
Impacted products
Vendor Product Version
Linux Linux Version: 1e9ea7e04472d4e5e12e58c881eaacfb3e49b669
Version: 1e9ea7e04472d4e5e12e58c881eaacfb3e49b669
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/dir.c",
            "fs/ntfs/index.c",
            "fs/ntfs/index.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "34a49b3e94a50f45b62c6e6f574f676a079ba23e",
              "status": "affected",
              "version": "1e9ea7e04472d4e5e12e58c881eaacfb3e49b669",
              "versionType": "git"
            },
            {
              "lessThan": "14bc34fe948523dc2b0174691f9af9e74eb4f3fd",
              "status": "affected",
              "version": "1e9ea7e04472d4e5e12e58c881eaacfb3e49b669",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/dir.c",
            "fs/ntfs/index.c",
            "fs/ntfs/index.h"
          ],
          "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: validate index block header more strictly\n\nModify ntfs_index_block_inconsisent() to perform stricter validation of\nINDEX_HEADER geometry in INDX blocks, and update\nntfs_lookup_inode_by_name() to use that function to validate INDX\nblocks."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - Legacy fs/ntfs registers ntfs_export_ops; remote nfsd/ksmbd LOOKUP or open/stat on an exported crafted NTFS volume reaches ntfs_lookup\u2192ntfs_lookup_inode_by_name INDX B+tree descent without attacker local shell access.\nAC:L - The attacker fully controls on-disk INDX INDEX_HEADER geometry (entries_offset, index_length, allocated_size); pre-fix ntfs_lookup_inode_by_name omitted checks that ntfs_index_block_inconsistent enforced, enabling reliable malformed-index parsing with no race.\nPR:N - Exploitation needs only a malicious NTFS image (USB, loop, dual-boot) mounted by root/udisks2/automount, or NFS/SMB read access to exported paths; no init-namespace root or CAP_SYS_ADMIN on the lookup trigger path.\nUI:N - Automounting removable NTFS or fill_super lookups (e.g. into $Extend/Quota) invoke ntfs_lookup_inode_by_name against index-allocation blocks without further victim action beyond presenting the crafted volume.\nS:U - Out-of-bounds INDX parsing impacts only the host kernel within its filesystem security authority; this is not a VM escape, IOMMU bypass, or cross-sandbox boundary crossing.\nC:H - Missing entries_offset/index_length versus bytes_available validation lets lookup reinterpret INDX header bytes as index entries and read past the index area within the kmalloc page buffer into adjacent kernel memory.\nI:H - The same unchecked INDX geometry is parsed by ntfs_ib_read for write-capable index operations; attacker-steerable header/entry walks can feed later memmove/insert paths and heap corruption beyond the intended index buffer.\nA:H - Crafted INDX entries_offset/length fields can cause infinite index-entry loops, slab/page out-of-bounds reads on malformed walks, or unhandled faults that oops or panic the kernel during directory lookup or mount."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-18T06:56:26.018Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/34a49b3e94a50f45b62c6e6f574f676a079ba23e"
        },
        {
          "url": "https://git.kernel.org/stable/c/14bc34fe948523dc2b0174691f9af9e74eb4f3fd"
        }
      ],
      "title": "ntfs: validate index block header more strictly",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72206",
    "datePublished": "2026-08-15T05:54:02.534Z",
    "dateReserved": "2026-08-09T03:40:39.912Z",
    "dateUpdated": "2026-08-18T06:56:26.018Z",
    "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…