CVE-2024-53060

Summary

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)

Affected Software

VendorProductVersion RangeStatus
LinuxLinux58556dcbd5606a5daccaee73b2130bc16b48e025 < ce8a00a00e36f61f5a1e47734332420b68784c43affected
LinuxLinux43b4fa6e0e238c6e2662f4fb61d9f51c2785fb1d < 8d7a28eca7553d35d4ce192fa1f390f2357df41baffected
LinuxLinux234682910971732cd4da96fd95946e296e486b38 < 2ac7f253deada4d449559b65a1c1cd0a6f6f19b7affected
LinuxLinux6032287747f874b52dc8b9d7490e2799736e035f < 27fc29b5376998c126c85cf9b15d9dfc2afc9cbeaffected
LinuxLinuxcd67af3c1762de4c2483ae4dbdd98f9ea8fa56e3 < 1a9f55ed5b512f510ccd21ad527d532e60550e80affected
LinuxLinux975ede2a7bec52b5da1428829b3439667c8a234b < a613a392417532ca5aaf3deac6e3277aa7aaef2baffected
LinuxLinux1d7175f9c57b1abf9ecfbdfd53ea760761f52ffe < b9d9881237afeb52eddd70077b7174bf17e2fa30affected
LinuxLinuxbf58f03931fdcf7b3c45cb76ac13244477a60f44 < a6dd15981c03f2cdc9a351a278f09b5479d53d2eaffected
LinuxLinux4.19.323 < 4.19.324affected
LinuxLinux5.4.285 < 5.4.286affected
LinuxLinux5.10.229 < 5.10.230affected
LinuxLinux5.15.170 < 5.15.172affected
LinuxLinux6.1.115 < 6.1.117affected
LinuxLinux6.6.59 < 6.6.61affected
LinuxLinux6.11.6 < 6.11.8affected

Weaknesses

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

CVE Program Container

Additional References

References