CVE-2023-52678

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-52678
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-52678.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-52678
Downstream
Related
Published
2024-05-17T15:15:19Z
Modified
2025-09-25T16:18:28Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/amdkfd: Confirm list is non-empty before utilizing listfirstentry in kfd_topology.c

Before using listfirstentry, make sure to check that list is not empty, if list is empty return -ENODATA.

Fixes the below: drivers/gpu/drm/amd/amdgpu/../amdkfd/kfdtopology.c:1347 kfdcreateindirectlinkprop() warn: can 'gpulink' even be NULL? drivers/gpu/drm/amd/amdgpu/../amdkfd/kfdtopology.c:1428 kfdaddpeerprop() warn: can 'iolink1' even be NULL? drivers/gpu/drm/amd/amdgpu/../amdkfd/kfdtopology.c:1433 kfdaddpeerprop() warn: can 'iolink2' even be NULL?

References

Affected packages