Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-24856
HistoryApr 17, 2024 - 12:00 a.m.

CVE-2024-24856

2024-04-1700:00:00
ubuntu.com
ubuntu.com
5
vulnerability
acpi_allocate_zeroed
null pointer dereference
exception code
memory allocation
linux kernel
acpica-unix

5.4 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

8.7%

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.

Notes

Author Note
sbeattie bug is private, unclear if issue affects acpi implementation in the linux kernel or the src:acpica-unix package

5.4 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

8.7%

Related for UB:CVE-2024-24856