First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw This commit addresses a potential null pointer dereference issue in the `dcn32_init_hw` function. The issue could occur when `dc->clk_mgr` is null. The fix adds a check to ensure `dc->clk_mgr` is not null before accessing its functions. This prevents a potential null pointer dereference. Reported by smatch: drivers/gpu/drm/amd/amdgpu/../display/dc/hwss/dcn32/dcn32_hwseq.c:961 dcn32_init_hw() error: we previously assumed 'dc->clk_mgr' could be null (see line 782)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.10.14 | |
Linux Kernel | >=6.11<6.11.3 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-49915 is classified as a medium severity vulnerability due to its potential for causing system instability.
To fix CVE-2024-49915, upgrade the Linux kernel to version 6.10.14 or later, or to one of the specified Debian packages such as 6.1.123-1 or 6.12.11-1.
The impact of CVE-2024-49915 can potentially lead to system crashes or unexpected behaviors due to a null pointer dereference.
CVE-2024-49915 affects Linux kernel versions prior to 6.10.14 and those within the range of Linux kernel 6.11.0 to 6.11.3.
Yes, the patch for CVE-2024-49915 has been included in the latest versions of the Linux kernel and certain Debian packages.