cve/2024/CVE-2024-56666.md
2025-09-29 16:08:36 +00:00

819 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.

Github