2 matches found
CVE-2023-53816
The CVE-2023-53816 item concerns the Linux kernel DRM AMDGPU driver (kgd_mem UAFs). The issue arises because kgd_mem pointers returned by kfd_process_device_translate_handle are only valid while p->mutex is held; once the mutex is released, another thread may free the backing BO, creating a us...
CVE-2025-37745
In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...