CVE-2026-53290 (GCVE-0-2026-53290)

Vulnerability from cvelistv5 – Published: 2026-06-26 19:40 – Updated: 2026-08-05 12:34
VLAI
Title
drm/xe/eustall: Fix drm_dev_put called before stream disable in close
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/xe/eustall: Fix drm_dev_put called before stream disable in close In xe_eu_stall_stream_close(), drm_dev_put() is called before the stream is disabled and its resources are freed. If this drops the last reference, the device structures could be freed while the subsequent cleanup code still accesses them, leading to a use-after-free. Fix this by moving drm_dev_put() after all device accesses are complete. This matches the ordering in xe_oa_release(). (cherry picked from commit 35aff528f7297e949e5e19c9cd7fd748cf1cf21c)
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 9a0b11d4cf3b4324378c322b7043962e648681ed , < bebce43f34b5feb8a760aa832eba81e0f8a38871 (git)
Affected: 9a0b11d4cf3b4324378c322b7043962e648681ed , < 84f2bfbe6e38f8b9815ca00826e53b7f51420402 (git)
Affected: 9a0b11d4cf3b4324378c322b7043962e648681ed , < dc2d9842c67d883d3200ae33b9c3859dd9492408 (git)
Create a notification for this product.
Linux Linux Affected: 6.15
Unaffected: 0 , < 6.15 (semver)
Unaffected: 6.18.33 , ≤ 6.18.* (semver)
Unaffected: 7.0.10 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/xe/xe_eu_stall.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "bebce43f34b5feb8a760aa832eba81e0f8a38871",
              "status": "affected",
              "version": "9a0b11d4cf3b4324378c322b7043962e648681ed",
              "versionType": "git"
            },
            {
              "lessThan": "84f2bfbe6e38f8b9815ca00826e53b7f51420402",
              "status": "affected",
              "version": "9a0b11d4cf3b4324378c322b7043962e648681ed",
              "versionType": "git"
            },
            {
              "lessThan": "dc2d9842c67d883d3200ae33b9c3859dd9492408",
              "status": "affected",
              "version": "9a0b11d4cf3b4324378c322b7043962e648681ed",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/xe/xe_eu_stall.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.15"
            },
            {
              "lessThan": "6.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.33",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.33",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.10",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/xe/eustall: Fix drm_dev_put called before stream disable in close\n\nIn xe_eu_stall_stream_close(), drm_dev_put() is called before the\nstream is disabled and its resources are freed. If this drops the\nlast reference, the device structures could be freed while the\nsubsequent cleanup code still accesses them, leading to a\nuse-after-free.\n\nFix this by moving drm_dev_put() after all device accesses are\ncomplete. This matches the ordering in xe_oa_release().\n\n(cherry picked from commit 35aff528f7297e949e5e19c9cd7fd748cf1cf21c)"
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The vulnerable close handler is reached from local userspace through the Xe DRM render-node ioctl path that opens an EU stall observation stream fd, then close/release on that fd. It is not reachable from network or adjacent protocols.\nAC:L - Once an EU stall stream fd exists, the vulnerable cleanup ordering is exercised by closing that fd; there is no attacker-uncontrolled race to win in the close path itself. The final-reference lifetime condition is a normal DRM device lifetime state rather than a precise timing primitive.\nPR:L - The default `xe_observation_paranoid` gate requires `CAP_PERFMON` or `CAP_SYS_ADMIN`, but the driver explicitly provides a sysctl allowing non-privileged users to access observation data. Under the required most-severe reasonable deployment rule, a basic local user with render-node access can reach the stream open/close path.\nUI:N - No victim interaction is needed after the attacker can issue the ioctl and close the returned stream fd. The attacker drives the relevant userspace operations directly.\nS:U - The vulnerable code is in the host kernel DRM driver and impacts the same kernel security authority. There is no evidence of a VM, IOMMU, or separate security-scope boundary crossing.\nC:H - This is a use-after-free of DRM/Xe device-related structures before subsequent cleanup dereferences them. Per kernel CVSS guidance, UAF memory corruption is treated as capable of enabling high confidentiality impact through reclaimed-object control and memory disclosure primitives.\nI:H - The UAF occurs before hardware stream disable, buffer teardown, and stream free operations continue through freed object graphs. Per kernel CVSS guidance, such UAF memory corruption is treated as potentially enabling arbitrary write or control-flow compromise.\nA:H - At minimum, dereferencing freed device structures in the close path can cause a kernel oops or panic. UAFs in kernel cleanup paths are therefore high availability impact."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:34:56.992Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/bebce43f34b5feb8a760aa832eba81e0f8a38871"
        },
        {
          "url": "https://git.kernel.org/stable/c/84f2bfbe6e38f8b9815ca00826e53b7f51420402"
        },
        {
          "url": "https://git.kernel.org/stable/c/dc2d9842c67d883d3200ae33b9c3859dd9492408"
        }
      ],
      "title": "drm/xe/eustall: Fix drm_dev_put called before stream disable in close",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53290",
    "datePublished": "2026-06-26T19:40:50.073Z",
    "dateReserved": "2026-06-09T07:44:35.396Z",
    "dateUpdated": "2026-08-05T12:34:56.992Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-53290",
      "date": "2026-08-05",
      "epss": "0.00124",
      "percentile": "0.02499"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-53290\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-26T20:17:21.870\",\"lastModified\":\"2026-07-08T03:54:22.773\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/xe/eustall: Fix drm_dev_put called before stream disable in close\\n\\nIn xe_eu_stall_stream_close(), drm_dev_put() is called before the\\nstream is disabled and its resources are freed. If this drops the\\nlast reference, the device structures could be freed while the\\nsubsequent cleanup code still accesses them, leading to a\\nuse-after-free.\\n\\nFix this by moving drm_dev_put() after all device accesses are\\ncomplete. This matches the ordering in xe_oa_release().\\n\\n(cherry picked from commit 35aff528f7297e949e5e19c9cd7fd748cf1cf21c)\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/gpu/drm/xe/xe_eu_stall.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"9a0b11d4cf3b4324378c322b7043962e648681ed\",\"lessThan\":\"bebce43f34b5feb8a760aa832eba81e0f8a38871\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9a0b11d4cf3b4324378c322b7043962e648681ed\",\"lessThan\":\"84f2bfbe6e38f8b9815ca00826e53b7f51420402\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9a0b11d4cf3b4324378c322b7043962e648681ed\",\"lessThan\":\"dc2d9842c67d883d3200ae33b9c3859dd9492408\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/gpu/drm/xe/xe_eu_stall.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.15\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.15\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.33\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.10\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"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:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.15\",\"versionEndExcluding\":\"6.18.33\",\"matchCriteriaId\":\"986D4552-0ECA-40C4-9708-6D088AC7A485\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.0.10\",\"matchCriteriaId\":\"A13475D2-59BF-4716-94B5-7C1D239A2CF4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"B1EF7059-E670-45F4-B422-54C40FA86390\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/84f2bfbe6e38f8b9815ca00826e53b7f51420402\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bebce43f34b5feb8a760aa832eba81e0f8a38871\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/dc2d9842c67d883d3200ae33b9c3859dd9492408\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-05T14:32:50+00:00",
      "cve": "CVE-2026-53290",
      "id": "CVE-2026-53290",
      "initial_release_date": "2026-06-26T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: drm/xe/eustall: Fix drm_dev_put called before stream disable in close",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53290.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-06-30T01:43:04Z",
      "cve": "CVE-2026-53290",
      "id": "CVE-2026-53290",
      "initial_release_date": "2026-06-28T01:09:16Z",
      "product_status:known_not_affected": "291",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-53290",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-53290.json",
      "version": "4"
    }
  }
}



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…