2 matches found
CVE-2026-97429
The Linux kernel contains a Use-After-Free (UAF) race condition within the drm/amdkfd component. The vulnerability occurs because the wait_on_destroy_queue() function drops locks while waiting for a queue resume, which allows a concurrent destroy operation to free the queue prematurely. The fix i...
6.1AI score
SaveExploits0References3
EUVD-2026-86042
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix UAF race in destroyqueuecpsch waitondestroyqueue drops locks to wait for queue resume, allowing a concurrent destroy to free the queue. Use isbeingdestroyed flag to serialize destruction...
6.1AI score
SaveExploits0References3
20