First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them [WHAT & HOW] These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when used again. This fixes 3 FORWARD_NULL 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-49922 has a high severity due to potential null pointer dereferences that could lead to a denial of service.
To fix CVE-2024-49922, upgrade your Linux kernel to versions 6.12.11-1 or 6.12.12-1.
CVE-2024-49922 affects Linux kernel versions up to 6.10.14 and between 6.11 and 6.11.3.
Yes, CVE-2024-49922 is specifically related to the AMD display drivers within the Linux kernel.
CVE-2024-49922 may impact system stability by causing crashes or denial of service due to null pointer dereferences.