First published: Tue Mar 26 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay() In edp_setup_replay(), 'struct dc *dc' & 'struct dmub_replay *replay' was dereferenced before the pointer 'link' & 'replay' NULL check. Fixes the below: drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_edp_panel_control.c:947 edp_setup_replay() warn: variable dereferenced before check 'link' (see line 933)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Red Hat Kernel-devel | ||
Linux Kernel | <6.6.15 | |
Linux Kernel | >=6.7<6.7.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26648 is classified as a low severity vulnerability.
To fix CVE-2024-26648, update your Linux kernel to the latest version that includes the security patch.
CVE-2024-26648 affects the Linux Kernel, specifically in the drm/amd/display component.
CVE-2024-26648 involves the edp_setup_replay function, where improper checking of NULL pointers occurred.
CVE-2024-26648 can lead to potential crashes or unexpected behavior in systems using the affected Linux kernel.