First published: Wed May 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/arm/malidp: fix a possible null pointer dereference In malidp_mw_connector_reset, new memory is allocated with kzalloc, but no check is performed. In order to prevent null pointer dereferencing, ensure that mw_state is checked before calling __drm_atomic_helper_connector_reset.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.19<4.19.316 | |
Linux Kernel | >=4.20<5.4.278 | |
Linux Kernel | >=5.5<5.10.219 | |
Linux Kernel | >=5.11<5.15.161 | |
Linux Kernel | >=5.16<6.1.93 | |
Linux Kernel | >=6.2<6.6.33 | |
Linux Kernel | >=6.7<6.8.12 | |
Linux Kernel | >=6.9<6.9.3 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.16-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-36014 has a severity rating that indicates a potential risk of null pointer dereference in the Linux kernel.
To remediate CVE-2024-36014, update to a fixed version of the Linux kernel such as 5.10.223-1 or higher.
CVE-2024-36014 affects multiple Linux kernel versions including those between 4.19 and 6.9.
CVE-2024-36014 impacts the drm/arm/malidp component of the Linux kernel.
Backporting fixes for CVE-2024-36014 is not recommended since using the latest kernel version is the ideal solution.