CVE-2024-53060

Medium

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)

Package Linux Kernel
Published 2024-11-19
Last modified 2025-11-03
CVSS version 3.1
Patch available
Yes

CVSS 3.1 score

5.5

out of 10
Medium
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
High
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Weakness type

CWE-476

CVE-2024-53060 is a NULL Pointer Dereference vulnerability

What is NULL Pointer Dereference?

The product dereferences a pointer that it expects to be valid but is NULL, typically causing a crash. Learn more on MITRE CWE

Affected versions

Linux kernel versions 4.19.323, 5.4.285, 5.10.229, 5.15.170, 6.1.115, 6.6.59, 6.11.6 and later are affected. Fixed in 4.19.324, 5.4.286, 5.10.230, 5.15.172, 6.1.117, 6.6.61, 6.11.8 and their respective stable series.

Affected from
≥ 4.19.323 ≥ 5.4.285 ≥ 5.10.229 ≥ 5.15.170 ≥ 6.1.115 ≥ 6.6.59 ≥ 6.11.6
Fixed in
✓ 4.19.324 4.19.x ✓ 5.4.286 5.4.x ✓ 5.10.230 5.10.x ✓ 5.15.172 5.15.x ✓ 6.1.117 6.1.x ✓ 6.6.61 6.6.x ✓ 6.11.8 6.11.x

Frequently asked questions

  • What is CVE-2024-53060?

    CVE-2024-53060 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as a NULL Pointer Dereference flaw (CWE-476) . It affects Linux kernel versions from 4.19.323 onward and has been patched in 4.19.324, 5.4.286, 5.10.230 and others. CVE-2024-53060 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • What is the CVSS score for CVE-2024-53060?

    CVE-2024-53060 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H .

  • Is there a patch available for CVE-2024-53060?

    Yes. CVE-2024-53060 has been patched. Fixed versions include 4.19.324, 5.4.286, 5.10.230 and others. If you are running Linux kernel 4.19.323 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2024-53060 actively exploited?

    No. CVE-2024-53060 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.