CVE-2026-72208 (GCVE-0-2026-72208)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:54 – Updated: 2026-08-18 06:56
VLAI
Title
ntfs: add bounds check before accessing EA entries
Summary
In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfs_ea_lookup and ntfs_listxattr, this verifies that there is enough space in the EA entry before accessing the next_entry_offset field of the EA entry.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: c451d34ae14201c2bb40652bf74072a79ff82f7d , < d9d9925de1d8f233cc60d3dc356e12f232f97c15 (git)
Affected: c451d34ae14201c2bb40652bf74072a79ff82f7d , < 937282f7d15b593d0be765fa2ced164130ec87f7 (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/ea.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "d9d9925de1d8f233cc60d3dc356e12f232f97c15",
              "status": "affected",
              "version": "c451d34ae14201c2bb40652bf74072a79ff82f7d",
              "versionType": "git"
            },
            {
              "lessThan": "937282f7d15b593d0be765fa2ced164130ec87f7",
              "status": "affected",
              "version": "c451d34ae14201c2bb40652bf74072a79ff82f7d",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/ea.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: add bounds check before accessing EA entries\n\nin ntfs_ea_lookup and ntfs_listxattr, this verifies that there is enough\nspace in the EA entry before accessing the next_entry_offset field of\nthe EA entry."
        }
      ],
      "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 - NTFS registers NFS export ops and is commonly served via nfsd/ksmbd; remote SMB/NFS OPEN, GETXATTR, or LISTXATTRS on an exported NTFS volume reaches ntfs_ea_lookup/ntfs_listxattr on the server without local login.\nAC:L - Triggering is deterministic once a crafted $EA/$EA_INFORMATION chain is on disk; the attacker controls next_entry_offset values to land with fewer than sizeof(struct ea_attr) bytes left, forcing the out-of-bounds read every time.\nPR:N - Exploitation needs only permission to access files on an exported NTFS share (e.g., guest/anonymous SMB or world-readable NFS); no root, CAP_SYS_ADMIN, or init-namespace privileges are required on the server to hit the parser.\nUI:N - After the NTFS volume is mounted server-side, a remote client can trigger parsing automatically via normal file open or xattr RPCs; no additional victim interaction is needed per attack.\nS:U - Impact is confined to kernel memory and privileges on the host parsing the NTFS image; it does not cross a VM, container, or IOMMU security boundary by itself.\nC:H - The bug reads struct ea_attr fields past the bounded EA query length before validation, causing an out-of-bounds kernel heap read that can disclose adjacent slab memory and feed attacker-influenced values into further EA parsing.\nI:H - Malformed next_entry_offset chaining drives additional unchecked memcmp/memcpy over attacker-chosen offsets inside the EA buffer, providing standard kernel heap grooming primitives that can be developed into arbitrary memory corruption and code execution.\nA:H - Reading EA headers beyond the allocated or mapped buffer can provoke a kernel oops or panic; even failed exploitation still corrupts kernel parsing state and can crash the affected host on repeated access."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-18T06:56:28.443Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/d9d9925de1d8f233cc60d3dc356e12f232f97c15"
        },
        {
          "url": "https://git.kernel.org/stable/c/937282f7d15b593d0be765fa2ced164130ec87f7"
        }
      ],
      "title": "ntfs: add bounds check before accessing EA entries",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72208",
    "datePublished": "2026-08-15T05:54:04.022Z",
    "dateReserved": "2026-08-09T03:40:39.912Z",
    "dateUpdated": "2026-08-18T06:56:28.443Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72208",
      "date": "2026-08-24",
      "epss": "0.00516",
      "percentile": "0.41584"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72208\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:21:39.510\",\"lastModified\":\"2026-08-18T07:16:54.163\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nntfs: add bounds check before accessing EA entries\\n\\nin ntfs_ea_lookup and ntfs_listxattr, this verifies that there is enough\\nspace in the EA entry before accessing the next_entry_offset field of\\nthe EA entry.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/ntfs/ea.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"c451d34ae14201c2bb40652bf74072a79ff82f7d\",\"lessThan\":\"d9d9925de1d8f233cc60d3dc356e12f232f97c15\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c451d34ae14201c2bb40652bf74072a79ff82f7d\",\"lessThan\":\"937282f7d15b593d0be765fa2ced164130ec87f7\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/ntfs/ea.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:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/937282f7d15b593d0be765fa2ced164130ec87f7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d9d9925de1d8f233cc60d3dc356e12f232f97c15\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T16:28:54+00:00",
      "cve": "CVE-2026-72208",
      "id": "CVE-2026-72208",
      "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: add bounds check before accessing EA entries",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72208.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-21T00:42:31Z",
      "cve": "CVE-2026-72208",
      "id": "CVE-2026-72208",
      "initial_release_date": "2026-08-21T00:42:31Z",
      "product_status:known_not_affected": "284",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-72208",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-72208.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…