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

accel/amdxdna: Fix VMA access race

aie2_populate_range() and amdxdna_umap_release() access a saved VMA
pointer that may have already been freed, leading to a potential
use-after-free.

Remove the VMA accesses from these functions to avoid the race.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s AMD XDNA acceleration driver contains a race condition where the functions aie2_populate_range() and amdxdna_umap_release() access a VMA pointer that may already been freed, leading to a use‑after‑free scenario. This flaw can corrupt kernel memory and may provide an attacker with a foothold to destabilize the operating system or execute arbitrary code with elevated privileges.

Affected Systems

The vulnerability applies to installations of the Linux kernel that include the AMD XDNA acceleration driver. No specific kernel release versions are identified, so any kernel containing the affected code prior to the recent patch may be impacted. Kernel vendors should verify that the commit removing the VMA accesses has been applied to their builds.

Risk and Exploitability

The CVSS score of 7.8 reflects high severity, but the EPSS score is below 1%, suggesting a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog, indicating no known active exploits. The likely attack vector is local: an attacker would need to trigger the race between freeing and accessing the VMA pointer, which typically requires kernel execution state or local privilege escalation. While the advisory does not detail a complete exploitation chain, successful exploitation could result in kernel memory corruption, system instability, or privilege escalation. The overall risk remains significant because of the potential impact, but the low EPSS suggests actual exploitation likelihood is limited.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the patch removing the vulnerable VMA accesses.
  • If an immediate kernel upgrade is not feasible, rebuild the kernel applying the supplied patch that eliminates the VMA pointer usage in aie2_populate_range() and amdxdna_umap_release().
  • As a temporary safeguard, disable the accel/amdxdna module or restrict its loading to trusted contexts until the patch is in place.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 06:30: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:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 09:15: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 VMA access race aie2_populate_range() and amdxdna_umap_release() access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid the race.
Title accel/amdxdna: Fix VMA access 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:53.397Z

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

Link: CVE-2026-72331

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72331

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72331 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:15:03Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference