Logo
vulnerabilityCVE-2024-24856
Name
CVE-2024-24856
Source
NVD ( link)Debian ( link)
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.
Published Date
Updated Date
Workaround
-
Advisories

Analysis#


Affected Component
Analysis
acpica
Patched

Vulnerability Ratings#


5.3
CVSSv31
NaN
other

Others affected components#


Name
Project
Project Version
Version
Status
yocto
master
20260408
Not Affected
yocto
scarthgap
20240322
Not Affected

Resolved with patches#


acpica (yocto:kirkstone)

#
Title
Author
Resolve
1
check null return of ACPI_ALLOCATE_ZEROED in
Huai-Yuan Liu <qq810974084@gmail.com>
CVE-2024-24856