CVE-2024-50017

MEDIUM

Linux Kernel < 6.10.14, 6.6.78, 6.11.3 - Denial of Service via Identity Mapping

Title source: llm
STIX 2.1

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.

Scores

CVSS v3 5.5
EPSS 0.0022
EPSS Percentile 12.6%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

Status published
Products (14)
linux/Kernel 4.12.0 - 6.6.78linux
linux/Kernel 6.11.0 - 6.11.3linux
linux/Kernel 6.7.0 - 6.10.14linux
Linux/Linux < 4.12
Linux/Linux 4.12
Linux/Linux 6.10.14 - 6.10.*
Linux/Linux 6.11.3 - 6.11.*
Linux/Linux 6.12
Linux/Linux 6.6.78 - 6.6.*
Linux/Linux 66aad4fdf2bf0af29c7decb4433dc5ec6c7c5451 - a23823098ab2c277c14fc110b97d8d5c83597195
... and 4 more
Published Oct 21, 2024
Tracked Since Feb 18, 2026