Lucene search

K
osvGoogleOSV:CVE-2024-36949
HistoryMay 30, 2024 - 4:15 p.m.

CVE-2024-36949

2024-05-3016:15:00
Google
osv.dev
2
linux kernel
cve-2024-36949
amd/amdkfd
vulnerability
resolution
page fault
software

AI Score

6.7

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfd_suspend_all_processes() to evict all processes on all devices, this call takes time to finish. other device will start reset and recover without waiting. if the process has not been evicted before doing recover, it will be restored, then caused page fault.