CVE-2026-68266

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 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: Hold a dma-buf reference for imported BOs

An imported dma-buf BO is created as a ttm_bo_type_sg BO whose reservation object is the exporter's dma_buf->resv. The importer, however, only takes a dma-buf reference after a successful dma_buf_dynamic_attach(). Until then nothing keeps the exporter alive, so if the exporter is freed while the BO still references its resv, a later access to that resv is a use-after-free:

Oops: general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b6b9c Workqueue: ttm ttm_bo_delayed_delete [ttm] RIP: 0010:mutex_can_spin_on_owner+0x3f/0xc0

This can be reached on two paths:

  • dma_buf_dynamic_attach() fails, or
  • ttm_bo_init_reserved() fails during BO creation.

In both cases the BO already has bo->base.resv pointing at the exporter resv, and sg BOs are always torn down via ttm_bo_delayed_delete(), which locks bo->base.resv asynchronously - potentially after the exporter has been freed.

Take the dma-buf reference in xe_bo_init_locked(), before ttm_bo_init_reserved(), so it also covers a creation failure there, and release it in xe_ttm_bo_destroy(). The reference is held for the whole BO lifetime, keeping the shared resv alive on every path.

v2:

  • Reworked the fix to avoid creating the imported sg BO before
dma_buf_dynamic_attach() succeeds.
  • Attach with importer_priv == NULL and make invalidate_mappings ignore
incomplete imports.

v3:

  • Dropped the xe-side reordering approach since importer_priv must be
valid when dma_buf_dynamic_attach() publishes the attachment.
  • Per Christian's suggestion on the v1 thread, keyed the check on
import_attach rather than removing the sg guard entirely.
  • Fixes both xe and amdgpu in a single TTM patch.

v4:

  • Moved import_attach check to after dma_resv_copy_fences() so fences
are copied before returning for successful imports (Thomas).
  • Removed exporter-alive claim from commit message (Thomas).

v5:

  • Add drm/xe patch to keep imported sg BOs off the LRU before attach
succeeds; the TTM fix alone is not sufficient for xe if the BO is already LRU-visible. (Thomas) v4 patch: https://patchwork.freedesktop.org/patch/736663/?series=169129&rev=2
  • Patch 1 (drm/ttm) carries Christian's Reviewed-by from v4.

v6:

  • Reworked the fix based on Thomas' suggestion. Instead of the TTM resv
individualization (v1-v5) plus the xe off-LRU/placement handling (v5), just hold a dma-buf reference for the imported BO lifetime so the shared resv can never be freed while the BO still references it. Single xe patch, no TTM change. (Thomas)
  • Take the reference in xe_bo_init_locked() before ttm_bo_init_reserved()
so a TTM creation failure is covered too (Thomas).
  • Dropped the v5 series (drm/ttm + drm/xe off-LRU); the off-LRU approach
also regressed in CI BAT via ttm_bo_pipeline_gutting() creating a ghost BO that outlived the exporter. Link to v5: https://patchwork.freedesktop.org/series/169984/

v7:

  • Move changelog above --- so it stays in the commit message.
  • Reorder changelog entries oldest-to-newest. (Thomas)

(cherry picked from commit 3516f3fae6be35642f8f06f8a218da6425c0306a)

CVSS v3
7.8
EG Score
7.8(high)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
3%
KEV
Not listed

Published

August 10, 2026

Last Modified

August 17, 2026

Advisory Details (4)

Auto-updated Aug 14, 2026
No patch confirmed yet.
generic

drm/xe: Hold a dma-buf reference for imported BOs - kernel/git/stable/linux.git - Linux kernel stable tree

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

drm/xe: Hold a dma-buf reference for imported BOs - kernel/git/stable/linux.git - Linux kernel stable tree

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

drm/xe: Hold a dma-buf reference for imported BOs - kernel/git/stable/linux.git - Linux kernel stable tree

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

drm/xe: Hold a dma-buf reference for imported BOs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/62775525a27c3b0d56382e08ba81ee2d322058b6

Vendor Advisories for CVE-2026-68266(1)

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

Data Freshness Timeline

(refreshed 37× in last 7d / 43× 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-08-20 10:45 UTCGHSA enrichment
  2. 2026-08-19 23:55 UTCEG score recompute
  3. 2026-08-19 23:55 UTCGHSA enrichment
  4. 2026-08-19 17:04 UTCEPSS rescore
  5. 2026-08-19 13:04 UTCGHSA enrichment
  6. 2026-08-19 02:09 UTCGHSA enrichment
  7. 2026-08-18 15:18 UTCEG score recompute
  8. 2026-08-18 15:18 UTCGHSA enrichment
  9. 2026-08-18 13:49 UTCEPSS rescore
  10. 2026-08-18 13:49 UTCEPSS rescore
  11. 2026-08-18 03:28 UTCGHSA enrichment
  12. 2026-08-17 16:30 UTCEG score recompute
  13. 2026-08-17 16:30 UTCGHSA enrichment
  14. 2026-08-17 13:47 UTCEPSS rescore
  15. 2026-08-17 05:37 UTCEG score recompute
  16. 2026-08-17 05:37 UTCGHSA enrichment
  17. 2026-08-17 05:07 UTCEG score recompute
  18. 2026-08-17 05:07 UTCGHSA enrichment
  19. 2026-08-17 03:41 UTCGHSA enrichment
  20. 2026-08-16 16:50 UTCEG score recompute
  21. 2026-08-16 16:50 UTCGHSA enrichment
  22. 2026-08-16 14:56 UTCEPSS rescore
  23. 2026-08-16 05:59 UTCEG score recompute
  24. 2026-08-16 05:59 UTCGHSA enrichment
  25. 2026-08-15 19:09 UTCGHSA enrichment
Show 18 more
  1. 2026-08-15 08:18 UTCEG score recompute
  2. 2026-08-15 08:18 UTCGHSA enrichment
  3. 2026-08-15 01:30 UTCEPSS rescore
  4. 2026-08-14 21:27 UTCGHSA enrichment
  5. 2026-08-14 10:37 UTCEG score recompute
  6. 2026-08-14 10:37 UTCGHSA enrichment
  7. 2026-08-13 23:46 UTCEG score recompute
  8. 2026-08-13 23:46 UTCGHSA enrichment
  9. 2026-08-13 22:44 UTCEG score recompute 7.80
  10. 2026-08-13 22:44 UTCGHSA enrichment
  11. 2026-08-13 22:44 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  12. 2026-08-13 22:00 UTCEPSS rescore
  13. 2026-08-13 07:31 UTCEG score recompute
  14. 2026-08-13 07:31 UTCGHSA enrichment
  15. 2026-08-12 13:51 UTCEPSS rescore
  16. 2026-08-10 13:24 UTCNVD update
  17. 2026-08-10 12:19 UTCEG score recompute
  18. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-68266?
CVE-2026-68266 is a high vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: drm/xe: Hold a dma-buf reference for imported BOs An imported dma-buf BO is created as a ttmbotype_sg BO whose reservation object is the exporter's dma_buf->resv. The importer, however, only takes a dma-buf reference after a…
When was CVE-2026-68266 disclosed?
CVE-2026-68266 was first published in the National Vulnerability Database on August 10, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-68266 actively exploited?
CVE-2026-68266 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 96.6% of all scored CVEs.
What is the CVSS score of CVE-2026-68266?
CVE-2026-68266 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-68266?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68266, 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-68266

Explore →

Is Your Infrastructure Affected by CVE-2026-68266?

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