First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func This commit adds a null check for the set_output_gamma function pointer in the dcn32_set_output_transfer_func function. Previously, set_output_gamma was being checked for null, but then it was being dereferenced without any null check. This could lead to a null pointer dereference if set_output_gamma is null. To fix this, we now ensure that set_output_gamma is not null before dereferencing it. We do this by adding a null check for set_output_gamma before the call to set_output_gamma.
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-49909 has been classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2024-49909, update to versions 6.1.123-1, 6.12.10-1, or 6.12.11-1 of the Linux kernel.
CVE-2024-49909 affects Linux kernel versions prior to 6.10.14 and between 6.11 and 6.11.3.
CVE-2024-49909 specifically impacts the AMD display driver within the Linux kernel.
Yes, CVE-2024-49909 is related to the function pointer null check in the dcn32_set_output_transfer_func function.