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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc7:*:*:*:*:*:*

History

07 Oct 2025, 16:28

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb - () https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb - Patch
References () https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882 - () https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882 - Patch
References () https://git.kernel.org/stable/c/a34acf30b19bc4ee3ba2f1082756ea2604c19138 - () https://git.kernel.org/stable/c/a34acf30b19bc4ee3ba2f1082756ea2604c19138 - Patch
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc7:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux linux Kernel
Linux
CWE NVD-CWE-noinfo

21 Nov 2024, 09:32

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: mm: vmalloc: comprueba si hay un índice hash en cpu_possible_mask El problema es que hay sistemas donde cpu_possible_mask tiene espacios entre las CPU configuradas, por ejemplo SPARC. En este escenario, la función hash addr_to_vb_xa() puede devolver un índice que accede a un área de CPU no posible y no configurada usando la macro per_cpu(). Esto da como resultado un ¡Uy en SPARC! También se utiliza una vmap_block_queue por CPU como tabla hash, asumiendo incorrectamente que cpu_possible_mask no tiene espacios. Solucionarlo ajustando un índice a la siguiente CPU posible.
References () https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb - () https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb -
References () https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882 - () https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882 -
References () https://git.kernel.org/stable/c/a34acf30b19bc4ee3ba2f1082756ea2604c19138 - () https://git.kernel.org/stable/c/a34acf30b19bc4ee3ba2f1082756ea2604c19138 -

29 Jul 2024, 15:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-07-29 15:15

Updated : 2025-10-07 16:28


NVD link : CVE-2024-41032

Mitre link : CVE-2024-41032

CVE.ORG link : CVE-2024-41032


JSON object : View

Products Affected

linux

  • linux_kernel