Logo
componentacpica
Name
acpica
Version
20211217
Type
library
Description
ACPICA tools for the development and debug of ACPI tables
Licenses
Intel | BSD-3-Clause | GPL-2.0-only
PURL
-
CPE
cpe:2.3:*:*:acpica:20211217:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
20260408
scarthgap
20240322

Patches#


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

Vulnerabilities#


Name
Analysis
Description
Patched
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.