CVE-2026-68329

HIGHPre-NVD 8.88.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.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: 8.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:

iommu/amd: Wait for completion instead of returning early in iommu_completion_wait()

need_sync is a per-IOMMU flag shared by all domains and devices behind that IOMMU. It is set whenever a command is queued with sync == true and cleared when a completion-wait (CWAIT) command is queued. However, a cleared need_sync only means that a covering CWAIT has been queued, not that all previously queued commands have actually completed in hardware.

iommu_completion_wait() read need_sync locklessly and returned early when it was false. This breaks the "block until all previously queued commands have completed" contract in a multi-CPU scenario:

CPU2: queue inv-B => need_sync = true CPU1: queue CWAIT(N); need_sync = false; then wait_on_sem(N) CPU2: read need_sync == false => return 0 (no wait!)

CPU2 returns without waiting for any sequence number even though its inv-B may not have completed yet (CWAIT(N), queued after inv-B, has not been signaled). CPU2 then proceeds to, for example, free page-table pages while the IOMMU can still walk stale translations, opening a use-after-free window. This is a logical race in the meaning of the flag, not a memory-visibility issue, so barriers alone do not help.

Fix it without losing the optimization of avoiding redundant CWAIT commands: take iommu->lock before testing need_sync, and when it is false do not return early but wait for the last allocated sequence number (cmd_sem_val). Since need_sync == false implies no sync command was queued after the last CWAIT, that CWAIT is FIFO-ordered after every not-yet-completed command, so waiting for its sequence number guarantees all prior commands (possibly queued by another CPU) have completed. The common path with pending work is unchanged and no extra hardware command is issued.

CVSS v3
8.8
EG Score
8.8(high)
EG Risk
44(Track)
EG Risk 44/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
Severity88% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
6%
KEV
Not listed

Published

August 10, 2026

Last Modified

August 17, 2026

Advisory Details (5)

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

iommu/amd: Wait for completion instead of returning early in iommu_completion_wait() - kernel/git/stable/linux.git - Linux kernel stable tree

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

iommu/amd: Wait for completion instead of returning early in iommu_completion_wait() - kernel/git/stable/linux.git - Linux kernel stable tree

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

iommu/amd: Wait for completion instead of returning early in iommu_completion_wait() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/93494bd446396c257fb589f59894577e96e406e2
generic

iommu/amd: Wait for completion instead of returning early in iommu_completion_wait() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1e75a8255f11c81fb07e81e5029cfd75804350a0
generic

iommu/amd: Wait for completion instead of returning early in iommu_completion_wait() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/02f8cefa2ad95ea3754f0cfd6fbae7f866202ccb

Vendor Advisories for CVE-2026-68329(2)

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 34× in last 7d / 46× 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-21 01:49 UTCEG score recompute
  2. 2026-08-21 01:49 UTCVendor advisory
  3. 2026-08-21 01:49 UTCGHSA enrichment
  4. 2026-08-20 22:56 UTCEPSS rescore
  5. 2026-08-20 14:35 UTCGHSA enrichment
  6. 2026-08-20 03:27 UTCEG score recompute
  7. 2026-08-20 03:27 UTCGHSA enrichment
  8. 2026-08-19 17:04 UTCEPSS rescore
  9. 2026-08-19 16:19 UTCGHSA enrichment
  10. 2026-08-19 05:07 UTCGHSA enrichment
  11. 2026-08-18 17:50 UTCEG score recompute
  12. 2026-08-18 17:50 UTCGHSA enrichment
  13. 2026-08-18 13:49 UTCEPSS rescore
  14. 2026-08-18 13:49 UTCEPSS rescore
  15. 2026-08-18 06:28 UTCGHSA enrichment
  16. 2026-08-17 19:20 UTCEG score recompute
  17. 2026-08-17 19:20 UTCGHSA enrichment
  18. 2026-08-17 13:47 UTCEPSS rescore
  19. 2026-08-17 06:33 UTCEG score recompute
  20. 2026-08-17 06:32 UTCGHSA enrichment
  21. 2026-08-17 05:36 UTCEG score recompute
  22. 2026-08-17 05:36 UTCGHSA enrichment
  23. 2026-08-16 18:36 UTCEG score recompute
  24. 2026-08-16 18:36 UTCGHSA enrichment
  25. 2026-08-16 14:56 UTCEPSS rescore
Show 21 more
  1. 2026-08-16 07:28 UTCEG score recompute
  2. 2026-08-16 07:28 UTCGHSA enrichment
  3. 2026-08-15 20:21 UTCGHSA enrichment
  4. 2026-08-15 09:13 UTCEG score recompute
  5. 2026-08-15 09:13 UTCGHSA enrichment
  6. 2026-08-15 01:30 UTCEPSS rescore
  7. 2026-08-14 22:05 UTCGHSA enrichment
  8. 2026-08-14 10:53 UTCEG score recompute
  9. 2026-08-14 10:53 UTCGHSA enrichment
  10. 2026-08-13 23:45 UTCEG score recompute
  11. 2026-08-13 23:45 UTCGHSA enrichment
  12. 2026-08-13 23:04 UTCEG score recompute 8.80
  13. 2026-08-13 23:04 UTCGHSA enrichment
  14. 2026-08-13 23:03 UTCMITRE cvelistV5CVSS v3 → 8.8 · severity → HIGH
  15. 2026-08-13 22:00 UTCEPSS rescore
  16. 2026-08-13 13:59 UTCEG score recompute
  17. 2026-08-13 13:59 UTCGHSA enrichment
  18. 2026-08-12 13:51 UTCEPSS rescore
  19. 2026-08-10 13:24 UTCNVD update
  20. 2026-08-10 12:19 UTCEG score recompute
  21. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-68329?
CVE-2026-68329 is a high vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Wait for completion instead of returning early in iommucompletionwait() need_sync is a per-IOMMU flag shared by all domains and devices behind that IOMMU. It is set whenever a command is queued with sync == true and…
When was CVE-2026-68329 disclosed?
CVE-2026-68329 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-68329 actively exploited?
CVE-2026-68329 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 94.4% of all scored CVEs.
What is the CVSS score of CVE-2026-68329?
CVE-2026-68329 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-68329?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68329, 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-68329

Explore →

Is Your Infrastructure Affected by CVE-2026-68329?

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