First published: Wed Jan 08 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check The return value of drm_atomic_get_crtc_state() needs to be checked. To avoid use of error pointer 'crtc_state' in case of the failure.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.6<5.15.174 | |
Linux Kernel | >=5.16<6.1.120 | |
Linux Kernel | >=6.2<6.6.64 | |
Linux Kernel | >=6.7<6.12.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56778 is classified as a medium severity vulnerability in the Linux kernel.
To mitigate CVE-2024-56778, update the Linux kernel to a version higher than the affected versions which are below 5.15.174, 5.16, 6.2, or 6.7.
CVE-2024-56778 affects the Direct Rendering Manager (DRM) subsystem of the Linux kernel.
CVE-2024-56778 is present in Linux kernel versions from 4.6 to 5.15.174, 5.16 to 6.1.120, 6.2 to 6.6.64, and 6.7 to 6.12.4.
CVE-2024-56778 involves a potential dereference of error pointers which could cause issues in the drm/sti subsystem.