mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
933 B
933 B
CVE-2024-56666
Description
In the Linux kernel, the following vulnerability has been resolved:drm/amdkfd: Dereference null return valueIn the function pqm_uninit there is a call-assignment of "pdd =kfd_get_process_device_data" which could be null, and this value waslater dereferenced without checking.
POC
Reference
No PoCs from references.