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-35987

Change History

New CVE Received by NIST 5/20/2024 6:15:13 AM

Action Type Old Value New Value
Added Description

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

riscv: Fix loading 64-bit NOMMU kernels past the start of RAM

commit 3335068f8721 ("riscv: Use PUD/P4D/PGD pages for the linear
mapping") added logic to allow using RAM below the kernel load address.
However, this does not work for NOMMU, where PAGE_OFFSET is fixed to the
kernel load address. Since that range of memory corresponds to PFNs
below ARCH_PFN_OFFSET, mm initialization runs off the beginning of
mem_map and corrupts adjacent kernel memory. Fix this by restoring the
previous behavior for NOMMU kernels.
Added Reference

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

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

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