Description
In the Linux kernel, the following vulnerability has been resolved:

accel/amdxdna: Fix potential amdxdna_umap lifetime race

amdxdna_umap_release() calls the blocking mmu_interval_notifier_remove()
before removing the object from abo->mem.umap_list. If
aie2_populate_range() runs concurrently, it may obtain a reference to an
amdxdna_umap that is being released, leading to a potential use-after-free.

Use kref_get_unless_zero() in aie2_populate_range() when acquiring a
reference. If the reference count has already dropped to zero, release
is in progress and the entry is skipped.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The AMD XDNA acceleration driver contained a lifetime race that allowed a use-After-Free when an amdxdna_umap object was being released concurrently with another context attempting to acquire a reference. This race can corrupt kernel memory or crash the system. The weakness is a classic race leading to use-After-Free, categorized as CWE-825, and is limited to the AMD XDNA subsystem in the Linux kernel.

Affected Systems

Any Linux kernel that includes the AMD XDNA acceleration subsystem—regardless of distribution or hardware—may be vulnerable before the patch. The flaw exists only when that subsystem is enabled; kernel builds without AMD XDNA support are unaffected.

Risk and Exploitability

The CVSS base score is 7.8, indicating high severity, and the EPSS score of < 1% indicates a low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog, so no widespread exploitation has been reported. The attack likely requires local execution on a system with the AMD XDNA subsystem enabled; by concurrently releasing an amdxdna_umap object while another context attempts to acquire a reference, the race can lead to a use-After-Free.

Generated by OpenCVE AI on August 22, 2026 at 10:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to the latest stable release that includes the fix for the amdxdna_umap lifetime race (or apply the specific commit from the kernel source and rebuild).
  • If a kernel upgrade is not possible, apply the patch from commit 14f172eff9c19f8043a9858845f33cd034f3a41e to your kernel source, then rebuild and install the updated kernel.
  • If the AMD XDNA acceleration subsystem is not required for your workloads, disable it in the kernel configuration or blacklist the related module to prevent the vulnerable code from executing.

Generated by OpenCVE AI on August 22, 2026 at 10:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 19 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential amdxdna_umap lifetime race amdxdna_umap_release() calls the blocking mmu_interval_notifier_remove() before removing the object from abo->mem.umap_list. If aie2_populate_range() runs concurrently, it may obtain a reference to an amdxdna_umap that is being released, leading to a potential use-after-free. Use kref_get_unless_zero() in aie2_populate_range() when acquiring a reference. If the reference count has already dropped to zero, release is in progress and the entry is skipped.
Title accel/amdxdna: Fix potential amdxdna_umap lifetime race
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-17T05:42:50.096Z

Reserved: 2026-08-09T03:40:39.919Z

Link: CVE-2026-72328

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:05.873

Modified: 2026-08-17T06:18:36.353

Link: CVE-2026-72328

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72328 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T11:00:04Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference