Linux Kernel Cacheinfo Signed Error Value Misassignment Vulnerability

Vulnerability

A vulnerability in the Linux kernel's cacheinfo handling for arm64 architecture has been addressed. The issue arose from an incorrect assignment of a signed error value to an unsigned variable, fw_level. The function acpi_find_last_cache_level() began returning -ENOENT when no PPTT table was found, but this negative value was improperly assigned to fw_level, leading to an incorrect calculation of cache leaves. This miscalculation could cause __alloc_pages to issue a warning, as the order would exceed MAX_ORDER due to the inflated cache leaves value.

Impact

Exploitation of this vulnerability could lead to a denial-of-service condition, where the system becomes unresponsive or fails to allocate memory properly, potentially causing critical processes to hang or fail.

Added: Jun 18, 2025, 9:41 PM
Updated: Jun 18, 2025, 9:41 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
4.0
remediation
0.0
relevance
0.2
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.