First published: Tue Nov 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported acpi_evaluate_object() may return AE_NOT_FOUND (failure), which would result in dereferencing buffer.pointer (obj) while being NULL. Although this case may be unrealistic for the current code, it is still better to protect against possible bugs. Bail out also when status is AE_NOT_FOUND. This fixes 1 FORWARD_NULL issue reported by Coverity Report: CID 1600951: Null pointer dereferences (FORWARD_NULL) (cherry picked from commit 91c9e221fe2553edf2db71627d8453f083de87a1)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <4.19.324 | |
Linux Kernel | >=4.20<5.4.286 | |
Linux Kernel | >=5.5<5.10.230 | |
Linux Kernel | >=5.11<5.15.172 | |
Linux Kernel | >=5.16<6.1.117 | |
Linux Kernel | >=6.2<6.6.61 | |
Linux Kernel | >=6.7<6.11.8 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 | |
Linux Kernel | =6.12-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53060 is classified as a vulnerability that can lead to a NULL pointer dereference in the Linux kernel.
CVE-2024-53060 can cause the system to dereference a NULL pointer when ATIF is not supported, leading to potential system crashes.
To fix CVE-2024-53060, update your Linux kernel to the latest stable version that addresses this vulnerability.
CVE-2024-53060 affects Linux kernel versions from 4.20 up to and including 6.12-rc6.
There is no documented workaround for CVE-2024-53060; the recommended action is to update to a patched version of the Linux kernel.