Answer in brief
CVE-2026-80608 records a Unknown severity vulnerability in accel/amdxdna: Fix iommu domain lifetime race during device removal. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ece3e8980907818c72dc9faa7bbaf40488ef1824 <65e7e2b8d71b418439ebc68e80ed3e5a325375d6 || >=ece3e8980907818c72dc9faa7bbaf40488ef1824 <b4a0500fdf6e61a6c5f92ff2e61bc91578075803 | 65e7e2b8d71b418439ebc68e80ed3e5a325375d6, b4a0500fdf6e61a6c5f92ff2e61bc91578075803 |
| Linux/Linuxgeneric | 7.1 | Not reported |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix iommu domain lifetime race during device removal When force_iova mode is enabled, amdxdna_remove() frees xdna->domain. If amdxdna_gem_obj_free() is called after device removal, it may attempt to access xdna->domain, resulting in a use-after-free. Fix the race by adding freeing xdna->domain as a managed release action, so its lifetime is managed by DRM and remains valid until all managed resources are released.
Quoted source text, attributed separately from HOL analysis.