5 matches found
CVE-2023-53816
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon as the mutex is unlocked, another thread can free the BO. Mitigation...
UBUNTU-CVE-2023-53816
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon as the mutex is unlocked, another thread can free the BO...
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-2023-53816
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon as the mutex is unlocked, another thread can free the BO...
PT-2025-49676
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the drm/amdkfd subsystem that could lead to use-after-free UAF issues with kgd mem pointers. Specifically, pointers returned by the kfd process...