Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2024-46822
HistorySep 27, 2024 - 1:15 p.m.

CVE-2024-46822

2024-09-2713:15:14
Debian Security Bug Tracker
security-tracker.debian.org
linux kernel
vulnerability
resolved

AI Score

6.9

Confidence

High

EPSS

0

Percentile

10.9%

In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry In a review discussion of the changes to support vCPU hotplug where a check was added on the GICC being enabled if was online, it was noted that there is need to map back to the cpu and use that to index into a cpumask. As such, a valid ID is needed. If an MPIDR check fails in acpi_map_gic_cpu_interface() it is possible for the entry in cpu_madt_gicc[cpu] == NULL. This function would then cause a NULL pointer dereference. Whilst a path to trigger this has not been established, harden this caller against the possibility.

AI Score

6.9

Confidence

High

EPSS

0

Percentile

10.9%

Related for DEBIANCVE:CVE-2024-46822