CVE-2024-26943

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
01/05/2024
Last modified:
03/03/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> nouveau/dmem: handle kcalloc() allocation failure<br /> <br /> The kcalloc() in nouveau_dmem_evict_chunk() will return null if<br /> the physical memory has run out. As a result, if we dereference<br /> src_pfns, dst_pfns or dma_addrs, the null pointer dereference bugs<br /> will happen.<br /> <br /> Moreover, the GPU is going away. If the kcalloc() fails, we could not<br /> evict all pages mapping a chunk. So this patch adds a __GFP_NOFAIL<br /> flag in kcalloc().<br /> <br /> Finally, as there is no need to have physically contiguous memory,<br /> this patch switches kcalloc() to kvcalloc() in order to avoid<br /> failing allocations.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.1 (including) 6.1.84 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.24 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (including) 6.7.12 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.8 (including) 6.8.3 (excluding)
cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*