CVE-2024-24856

NULL pointer deference in acpi_db_convert_to_package of Linux acpi module

Description

The memory allocation function ACPI_ALLOCATE_ZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return exception code AE_NO_MEMORY.

Remediation

Solution:

  • https://github.com/acpica/acpica/pull/946/commits/4d4547cf13cca820ff7e0f859ba83e1a610b9fd0

Category

5.3
CVSS
Severity: Medium
CVSS 3.1 •
EPSS 0.03%
Affected: OpenAnolis Anolis OS
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2024-24856?
CVE-2024-24856 has been scored as a medium severity vulnerability.
How to fix CVE-2024-24856?
To fix CVE-2024-24856: https://github.com/acpica/acpica/pull/946/commits/4d4547cf13cca820ff7e0f859ba83e1a610b9fd0
Is CVE-2024-24856 being actively exploited in the wild?
As for now, there are no information to confirm that CVE-2024-24856 is being actively exploited. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2024-24856?
CVE-2024-24856 affects OpenAnolis Anolis OS.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.