CVE-2024-50017
Last modified
CVE-2024-50017 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 6.10.14 |
| Linux | Linux Kernel | >= 6.11, < 6.11.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-50017?
How severe is CVE-2024-50017?
How do I fix CVE-2024-50017?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-50011In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50012In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50013In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50014In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50015In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50016Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-50018Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-50019In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5002The User Submitted Posts WordPress plugin before 20240516 d…4.8
- CVE-2024-50020In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50021In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50022In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-50017?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
