AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-41032

MEDIUM · CVSS 5.5 EPSS 0.29%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-07-29 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.5. It affects Linux.

CVE
CVE-2024-41032
Severity
MEDIUM
CVSS
5.5
EPSS
0.29%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpu_possible_mask The problem is that there are systems where cpu_possible_mask has gaps between set CPUs, for example SPARC. In this scenario addr_to_vb_xa() hash function can return an index which accesses to not-possible and not setup CPU area using per_cpu() macro. This results in an oops on SPARC. A per-cpu vmap_block_queue is also used as hash table, incorrectly assuming the cpu_possible_mask has no gaps. Fix it by adjusting an index to a next possible CPU.

Related CVEs

Other vulnerabilities affecting the same vendor(s)