First published: Wed Sep 11 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable() For cases where the crtc's connectors_changed was set without enable/active getting toggled , there is an atomic_enable() call followed by an atomic_disable() but without an atomic_mode_set(). This results in a NULL ptr access for the dpu_encoder_get_drm_fmt() call in the atomic_enable() as the dpu_encoder's connector was cleared in the atomic_disable() but not re-assigned as there was no atomic_mode_set() call. Fix the NULL ptr access by moving the assignment for atomic_enable() and also use drm_atomic_get_new_connector_for_encoder() to get the connector from the atomic_state. Patchwork: https://patchwork.freedesktop.org/patch/606729/
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.19<6.6.48 | |
Linux Kernel | >=6.7<6.10.7 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 | |
Linux Kernel | =6.11-rc4 | |
debian/linux | <=5.10.223-1<=5.10.226-1<=6.1.123-1<=6.1.119-1 | 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-45015 has a severity rating that can range from low to high depending on the specific configurations and usage of the affected Linux kernel versions.
To fix CVE-2024-45015, upgrade to the patched version of the Linux kernel, specifically version 6.12.11-1 or later.
CVE-2024-45015 affects Linux kernel versions between 4.19 and 6.6.48, as well as versions between 6.7 and 6.10.7, including release candidates up to 6.11-rc4.
CVE-2024-45015 may allow local privilege escalation, but remote exploitation would depend on specific system configurations and applications using the Linux kernel.
Yes, a reboot is necessary after applying the kernel update to ensure that the patched version is loaded and the vulnerability is fully mitigated.