U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-46852

Change History

New CVE Received from kernel.org 9/27/2024 9:15:16 AM

Action Type Old Value New Value
Added Description

								
							
							
						
In the Linux kernel, the following vulnerability has been resolved:

dma-buf: heaps: Fix off-by-one in CMA heap fault handler

Until VM_DONTEXPAND was added in commit 1c1914d6e8c6 ("dma-buf: heaps:
Don't track CMA dma-buf pages under RssFile") it was possible to obtain
a mapping larger than the buffer size via mremap and bypass the overflow
check in dma_buf_mmap_internal. When using such a mapping to attempt to
fault past the end of the buffer, the CMA heap fault handler also checks
the fault offset against the buffer size, but gets the boundary wrong by
1. Fix the boundary check so that we don't read off the end of the pages
array and insert an arbitrary page in the mapping.
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/84175dc5b2c932266a50c04e5ce342c30f817a2f [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/e79050882b857c37634baedbdcf7c2047c24cbff [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/ea5ff5d351b520524019f7ff7f9ce418de2dad87 [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/eb7fc8b65cea22f9038c52398c8b22849e9620ea [No types assigned]