First published: Fri May 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c Before using list_first_entry, make sure to check that list is not empty, if list is empty return -ENODATA. Fixes the below: drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1347 kfd_create_indirect_link_prop() warn: can 'gpu_link' even be NULL? drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1428 kfd_add_peer_prop() warn: can 'iolink1' even be NULL? drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1433 kfd_add_peer_prop() warn: can 'iolink2' even be NULL?
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52678 is considered a moderate severity vulnerability in the Linux kernel.
To fix CVE-2023-52678, update your Linux kernel to one of the patched versions listed, such as 5.10.223-1 or 6.12.11-1.
CVE-2023-52678 affects the DRM subsystem in the Linux kernel specifically related to the amdkfd component.
The nature of CVE-2023-52678 is an improper check for an empty list before utilizing list_first_entry, which can lead to a negative data error.
Versions of the Linux kernel prior to the fixed versions such as 5.10.223-1 and 6.12.11-1 are vulnerable to CVE-2023-52678.