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.
References
Configurations
Configuration 1 (hide)
|
History
07 Oct 2025, 16:28
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb - Patch | |
References | () https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882 - Patch | |
References | () 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 : v3 : |
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 |
|
|
References | () https://git.kernel.org/stable/c/28acd531c9a365dac01b32e6bc54aed8c1429bcb - | |
References | () https://git.kernel.org/stable/c/47f9b6e49b422392fb0e348a65eb925103ba1882 - | |
References | () 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
CWE