Security Advisory

CVE-2024-56666

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-12-27 15:06:28
Last updated 2026-05-11 20:56:54
Assigner Linux
State PUBLISHED

Description

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.