In the Linux kernel, the following vulnerability has been resolved:
accel/amdxdna: Fix iommu domain lifetime race during device removal
When forceiova mode is enabled, amdxdnaremove() frees xdna->domain. If amdxdnagemobj_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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80608.json",
"cna_assigner": "Linux"
}