← Back to CVE List

CVE-2024-56666

Published: 2024-12-27T15:15Z
Last Modified: 2025-01-06T18:23Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Dereference null return value In the function pqm_uninit there is a call-assignment of "pdd = kfd_get_process_device_data" which could be null, and this value was later dereferenced without checking. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt