CVE-2026-52951

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-24. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

drm/xe/dma-buf: handle empty bo and UAF races

There look to be some nasty races here when triggering the invalidate_mappings hook:

1) We do xe_bo_alloc() followed by the attach, before the actual full bo init step in xe_dma_buf_init_obj(). However the bo is visible on the attachments list after the attach. This is bad since exporter driver, say amdgpu, can at any time call back into our invalidate_mappings hook, with an empty/bogus bo, leading to potential bugs/crashes.

2) Similar to 1) but here we get a UAF, when the invalidate_mappings hook is triggered. For example, we get as far as xe_bo_init_locked() but this fails in some way. But here the bo will be freed on error, but we still have it attached from dma-buf pov, so if the invalidate_mappings is now triggered then the bo we access is gone and we trigger UAF and more bugs/crashes.

To fix this, move the attach step until after we actually have a fully set up buffer object. Note that the bo is not published to userspace until later, so not sure what the comment "Don't publish the bo until we have a valid attachment", is referring to.

We have at least two different customers reporting hitting a NULL ptr deref in evict_flags when importing something from amdgpu, followed by triggering the evict flow. Hit rate is also pretty low, which would hint at some kind of race, so something like 1) or 2) might explain this.

v2:

  • Shuffle the order of the ops slightly (no functional change)
  • Improve the comment to better explain the ordering (Matt B)

(cherry picked from commit af1f2ad0c59fe4e2f924c526f66e968289d77971)

CVSS v3
7.8
EG Score
7.8(high)
EPSS
3.1%
KEV
Not listed

Published

June 24, 2026

Last Modified

June 30, 2026

Advisory Details (4)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

drm/xe/dma-buf: handle empty bo and UAF races - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c473ae25421fddc3dde247ba7b85225b10641d09
generic

drm/xe/dma-buf: handle empty bo and UAF races - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9894731e513019df22a29e5c52f1c98890355ff1
generic

drm/xe/dma-buf: handle empty bo and UAF races - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/981bedbbe61364fcc3a3b87ebaf648a66cd07108
generic

drm/xe/dma-buf: handle empty bo and UAF races - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/20a99ea1e2fd720856d6ba497ff26b82c604751f

Vendor Advisories for CVE-2026-52951(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 33× in last 7d / 45× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 02:40 UTCEG score recompute
  2. 2026-07-07 02:40 UTCGHSA enrichment
  3. 2026-07-06 15:20 UTCEG score recompute
  4. 2026-07-06 15:20 UTCGHSA enrichment
  5. 2026-07-06 03:57 UTCEG score recompute
  6. 2026-07-06 03:57 UTCGHSA enrichment
  7. 2026-07-06 02:23 UTCEPSS rescore
  8. 2026-07-06 02:23 UTCEPSS rescore
  9. 2026-07-05 16:37 UTCEG score recompute
  10. 2026-07-05 16:37 UTCGHSA enrichment
  11. 2026-07-05 05:16 UTCEG score recompute
  12. 2026-07-05 05:16 UTCGHSA enrichment
  13. 2026-07-04 17:56 UTCEG score recompute
  14. 2026-07-04 17:55 UTCGHSA enrichment
  15. 2026-07-04 06:33 UTCEG score recompute
  16. 2026-07-04 06:32 UTCGHSA enrichment
  17. 2026-07-04 06:31 UTCEPSS rescore
  18. 2026-07-03 19:05 UTCEG score recompute
  19. 2026-07-03 19:05 UTCGHSA enrichment
  20. 2026-07-03 07:45 UTCEG score recompute
  21. 2026-07-03 07:44 UTCGHSA enrichment
  22. 2026-07-02 20:24 UTCEG score recompute
  23. 2026-07-02 20:24 UTCGHSA enrichment
  24. 2026-07-02 09:04 UTCEG score recompute
  25. 2026-07-02 09:03 UTCGHSA enrichment
Show 20 more
  1. 2026-07-01 21:41 UTCEG score recompute
  2. 2026-07-01 21:41 UTCGHSA enrichment
  3. 2026-07-01 15:07 UTCEPSS rescore
  4. 2026-07-01 10:21 UTCEG score recompute
  5. 2026-07-01 10:21 UTCGHSA enrichment
  6. 2026-06-30 23:22 UTCEPSS rescore
  7. 2026-06-30 23:00 UTCEG score recompute 7.80
  8. 2026-06-30 23:00 UTCGHSA enrichment
  9. 2026-06-29 14:06 UTCEPSS rescore
  10. 2026-06-29 14:06 UTCEPSS rescore
  11. 2026-06-28 14:07 UTCEPSS rescore
  12. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  13. 2026-06-28 04:56 UTCEPSS rescore
  14. 2026-06-28 04:56 UTCEPSS rescore
  15. 2026-06-27 20:45 UTCEG score recompute
  16. 2026-06-27 20:45 UTCGHSA enrichment
  17. 2026-06-27 03:08 UTCEPSS rescore
  18. 2026-06-25 13:49 UTCEPSS rescore
  19. 2026-06-24 18:30 UTCEG score recompute
  20. 2026-06-24 18:02 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-52951?
CVE-2026-52951 is a high vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: drm/xe/dma-buf: handle empty bo and UAF races There look to be some nasty races here when triggering the invalidate_mappings hook: 1) We do xeboalloc() followed by the attach, before the actual full bo init step in…
When was CVE-2026-52951 disclosed?
CVE-2026-52951 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on June 30, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52951 actively exploited?
CVE-2026-52951 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 3.1% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-52951?
CVE-2026-52951 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-52951?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52951, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-52951

Explore →

Is Your Infrastructure Affected by CVE-2026-52951?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.