Vulnerability in Linux
CVE-2024-41032
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.
EPSS: 0.003 (22.6th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 062eacf57ad91b5c272f89dc964fd6dd9715ea7d, 6.4, 0
- Linux Linux_kernel — versions 6.10
References
Frequently asked questions
- What is CVE-2024-41032?
- CVE-2024-41032 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2024-07-29.
- How severe is CVE-2024-41032?
- High severity. CVSS v3 base score is 7.8 out of 10.