
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a vulnerability (CVE-2024-49865) was discovered in the drm/xe/vm component. The issue involves a Use-After-Free (UAF) vulnerability in the virtual memory management of the Intel Xe GPU driver. The vulnerability was discovered and patched in late 2024 (Kernel Commit).
The vulnerability exists in the xevmcreateioctl function where a malicious user could guess the next VM ID before the ioctl operation completes and then call the VM destroy ioctl to trigger a Use-After-Free condition. This was possible because the xaalloc operation was performed before all other initialization steps were complete, allowing a race condition where the VM could be destroyed while the create ioctl was still referencing it (Kernel Commit).
A malicious user with access to the system could potentially exploit this vulnerability to cause a Use-After-Free condition in the kernel, which could lead to privilege escalation or system crashes. The vulnerability specifically affects systems using the Intel Xe GPU driver (Kernel Commit).
The vulnerability has been fixed by moving the xa_alloc operation to the end of the ioctl function, ensuring that all initialization steps are completed before the VM becomes accessible through its ID. The fix was implemented in the Linux kernel through a patch that reorganizes the VM creation process (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."