First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check phantom_stream before it is used dcn32_enable_phantom_stream can return null, so returned value must be checked before used. This fixes 1 NULL_RETURNS issue reported by Coverity.
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-49897 has a severity rating that reflects the potential impact on system stability and security due to a NULL_RETURNS issue in the Linux kernel.
To fix CVE-2024-49897, update your Linux kernel to version 6.10.14 or later, or apply the recommended patches from your distribution.
CVE-2024-49897 affects Linux kernel versions prior to 6.10.14 and between 6.11.0 and 6.11.3.
CVE-2024-49897 affects the AMD display driver in the Linux kernel and involves the improper handling of the phantom_stream variable.
CVE-2024-49897 was detected through static code analysis tools like Coverity, which identified a NULL_RETURNS issue.