First published: Tue Mar 26 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()' In link_set_dsc_pps_packet(), 'struct display_stream_compressor *dsc' was dereferenced in a DC_LOGGER_INIT(dsc->ctx->logger); before the 'dsc' NULL pointer check. Fixes the below: drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_dpms.c:905 link_set_dsc_pps_packet() warn: variable dereferenced before check 'dsc' (see line 903)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.6.15 | |
Linux Kernel | >=6.7<6.7.3 | |
debian/linux | <=5.10.223-1<=5.10.226-1<=6.1.123-1<=6.1.119-1 | 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26647 is classified as a medium severity vulnerability.
To fix CVE-2024-26647, update your Linux kernel to version 6.12.10-1 or 6.12.11-1, or ensure your kernel is not older than the specified version ranges provided.
CVE-2024-26647 affects Linux kernel versions up to 6.6.15 and from 6.7 to 6.7.3.
The nature of CVE-2024-26647 involves a late dereference check in the AMD display drivers, which could lead to potential instability.
As of now, there is no publicly disclosed exploit specifically targeting CVE-2024-26647.