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

Change History

New CVE Received by NIST 10/21/2024 3:15:05 PM

Action Type Old Value New Value
Added Description

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

x86/mm/ident_map: Use gbpages only where full GB page should be mapped.

When ident_pud_init() uses only GB pages to create identity maps, large
ranges of addresses not actually requested can be included in the resulting
table; a 4K request will map a full GB.  This can include a lot of extra
address space past that requested, including areas marked reserved by the
BIOS.  That allows processor speculation into reserved regions, that on UV
systems can cause system halts.

Only use GB pages when map creation requests include the full GB page of
space.  Fall back to using smaller 2M pages when only portions of a GB page
are included in the request.

No attempt is made to coalesce mapping requests. If a request requires a
map entry at the 2M (pmd) level, subsequent mapping requests within the
same 1G region will also be at the pmd level, even if adjacent or
overlapping such requests could have been combined to map a full GB page.
Existing usage starts with larger regions and then adds smaller regions, so
this should not have any great consequence.
Added Reference

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

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

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