Description
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.
Published: 2026-08-28
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Use-After‑Free leading to kernel crash
Action: Apply Patch
AI Analysis

Impact

The Linux kernel’s AMD XDNA driver contains a race condition that can lead to a use‑after‑free. When force_iova mode is enabled, the driver frees an IOMMU domain during device removal, and a later call to free a gem object may try to access the freed domain. The lack of a proper lifetime guard can corrupt kernel memory and result in a crash. The description does not directly state who can exploit it; it is inferred that local execution is required, but this is not explicitly documented.

Affected Systems

All Linux kernel builds that include the AMD XDNA driver with the unpatched force_iova mode are affected. The advisory does not enumerate specific release or version numbers, so any kernel that still contains the vulnerable code is potentially impacted.

Risk and Exploitability

The CVSS score of 8.8 indicates a high‑severity flaw that can be exploited locally. The EPSS score of <1% suggests a low probability of exploitation in the wild, and the vulnerability is not listed in CISA’s KEV catalog. Because the flaw can lead to kernel memory corruption and a system crash, it is considered a high‑risk issue for systems running the affected driver.

Generated by OpenCVE AI on September 2, 2026 at 06:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the updated Linux kernel release that includes the amdxdna driver fix
  • Disable force_iova mode in the AMD XDNA driver configuration until a patch is applied
  • Avoid performing device removal operations that could trigger the race before patching

Generated by OpenCVE AI on September 2, 2026 at 06:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 29 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


Fri, 28 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description 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.
Title accel/amdxdna: Fix iommu domain lifetime race during device removal
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-29T06:21:18.093Z

Reserved: 2026-08-26T14:34:25.773Z

Link: CVE-2026-80608

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:44.777

Modified: 2026-08-29T07:16:45.750

Link: CVE-2026-80608

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80608 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T06:30:07Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference