CVE-2026-72331
Received Received - Intake

Use-After-Free in Linux Kernel AMDXDNA Driver

Vulnerability report for CVE-2026-72331, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a race condition where two functions, aie2_populate_range() and amdxdna_umap_release(), access a saved VMA pointer that may have already been freed. This leads to a use-after-free scenario, where the system attempts to use memory that has been released, potentially causing crashes or other unpredictable behavior.

Detection Guidance

This vulnerability involves a race condition in the Linux kernel's amdxdna driver. Detection requires checking kernel logs for related errors or crashes involving the amdxdna module. Commands like dmesg | grep amdxdna or journalctl -k | grep amdxdna may help identify issues.

Impact Analysis

This vulnerability could lead to system instability, crashes, or potential privilege escalation if exploited. Systems running affected versions of the Linux kernel with AMD XDNA acceleration features may be at risk of memory corruption or denial-of-service attacks.

Compliance Impact

This vulnerability is a use-after-free issue in the Linux kernel's amdxdna driver, which could lead to memory corruption or crashes. It does not directly relate to data privacy or access controls required by GDPR or HIPAA. Compliance impact would depend on system-specific factors rather than the vulnerability itself.

Mitigation Strategies

Apply the latest kernel update from your Linux distribution to patch this use-after-free vulnerability. If immediate patching is not possible, consider disabling the amdxdna module temporarily using modprobe -r amdxdna until the update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72331. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart