First published: Wed Jun 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtk_drm_gem_obj Add a check to mtk_drm_gem_init if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to allocate a 0x0 GBM buffer. Tested by attempting to allocate a 0x0 GBM buffer on an MT8188 and verifying that we now return EINVAL.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.7<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-38549 has been classified as a medium severity vulnerability due to potential kernel panics impacting system stability.
To fix CVE-2024-38549, upgrade your Linux kernel to versions 5.10.223-1, 6.1.123-1, or later patched versions.
CVE-2024-38549 affects Linux kernel versions from 4.7 to 4.19.316 and several others up to 6.9.3.
CVE-2024-38549 pertains to a lack of size check in the mtk_drm_gem_init function, which can lead to kernel crashes.
Yes, upstream fixes for CVE-2024-38549 have been released in the latest kernel versions and can be applied to affected installations.