---
id: CVE-2026-80608
title: |-
  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
summary: |-
  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 …
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'
published: '2026-08-28'
updated: '2026-08-29'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-80608'
references:
  - url: 'https://git.kernel.org/stable/c/65e7e2b8d71b418439ebc68e80ed3e5a325375d6'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b4a0500fdf6e61a6c5f92ff2e61bc91578075803'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.00165
epssPercentile: 0.05021
ingestedAt: '2026-08-29T22:43:16.244Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
