First published: Wed Mar 06 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() Return invalid error code -EINVAL for invalid block id. Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1183 amdgpu_ras_query_error_status_helper() error: we previously assumed 'info' could be null (see line 1176)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <6.7.4 | 6.7.4 |
redhat/kernel | <6.8 | 6.8 |
Linux Kernel | <6.7.4 | |
Linux Kernel | >=5.4<5.4.277 | |
Linux Kernel | >=5.5<5.10.218 | |
Linux Kernel | >=5.11<5.15.160 | |
Linux Kernel | >=5.16<6.1.92 | |
Linux Kernel | >=6.2<6.6.32 | |
Linux Kernel | >=6.7<6.7.4 | |
Debian Linux | =10.0 | |
All of | ||
NetApp H610C | ||
NetApp H610C Firmware | ||
All of | ||
NetApp HCI H610S Firmware | ||
NetApp H610S Firmware | ||
All of | ||
NetApp H615C | ||
NetApp H615C | ||
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52585 is categorized as a medium severity vulnerability due to potential NULL dereference issues.
To fix CVE-2023-52585, update your Linux kernel to version 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, 6.7.4, 6.8, or 6.12.12-1 depending on your distribution.
CVE-2023-52585 affects specific versions of the Linux kernel from Red Hat and Debian.
CVE-2023-52585 affects the amdgpu driver within the Linux kernel.
CVE-2023-52585 addresses a potential NULL dereference issue in the amdgpu_ras_query_error_status_helper() function.