AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72331

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel, specifically in the AMD GPU driver where functions `aie2_populate_range()` and `amdxdna_umap_release()` may access a freed Virtual Memory Area (VMA) pointer, leading to a potential use-after-free condition. This could result in system instability or exploitation by malicious actors. Organizations using affected Linux distributions, particularly those leveraging AMD GPUs, should prioritize patching this issue to mitigate associated risks.

CVE
CVE-2026-72331
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.