CyberRota Analysis
AI-GeneratedThe 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.
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.