First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/stm: Avoid use-after-free issues with crtc and plane ltdc_load() calls functions drm_crtc_init_with_planes(), drm_universal_plane_init() and drm_encoder_init(). These functions should not be called with parameters allocated with devm_kzalloc() to avoid use-after-free issues [1]. Use allocations managed by the DRM framework. Found by Linux Verification Center (linuxtesting.org). [1] https://lore.kernel.org/lkml/u366i76e3qhh3ra5oxrtngjtm2u5lterkekcz6y2jkndhuxzli@diujon4h7qwb/
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.1.113 | |
Linux Kernel | >=6.2<6.6.55 | |
Linux Kernel | >=6.7<6.10.14 | |
Linux Kernel | >=6.11<6.11.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-49992 is classified as medium due to its potential impact on use-after-free vulnerabilities in the Linux kernel.
To fix CVE-2024-49992, users should upgrade to a patched version of the Linux kernel that addresses this vulnerability.
CVE-2024-49992 affects Linux kernel versions prior to 6.1.113 and between specific ranges, namely from 6.2 to 6.6.55, from 6.7 to 6.10.14, and from 6.11 to 6.11.3.
The implications for Linux users include potential exploitation risks that could lead to stability issues and unauthorized access.
There are no official workarounds for CVE-2024-49992, so upgrading to a secure version is highly recommended.