CVE-2026-72212
Last modified
CVE-2026-72212 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: mm/memory_hotplug: fix incorrect altmap passing in error path In create_altmaps_and_memory_blocks(), when arch_add_memory() succeeds with memmap_on_memory enabled, the vmemmap pages are allocated from params.altmap. If create_memory_block_devices() subsequently fails, the error path calls arch_remove_memory() with a NULL altmap instead of params.altmap. This is a bug that could lead to memory corruption. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mm/memory_hotplug: fix incorrect altmap passing in error path In create_altmaps_and_memory_blocks(), when arch_add_memory() succeeds with memmap_on_memory enabled, the vmemmap pages are allocated from params.altmap. If create_memory_block_devices() subsequently fails, the error path calls arch_remove_memory() with a NULL altmap instead of params.altmap. This is a bug that could lead to memory corruption. Since altmap is NULL, vmemmap_free() falls back to freeing the vmemmap pages into the system buddy allocator via free_pages() instead of the altmap. arch_remove_memory() then immediately destroys the physical linear mapping for this memory. This injects unowned pages into the buddy allocator, causing machine checks or memory corruption if the system later attempts to allocate and use those freed pages. Fix this by passing params.altmap to arch_remove_memory() in the error path.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6b8f0798b85aa529011570369db985a788f3003f, < 3833e6abdbbfb59ec8203a84a84206cb7ffb41ac; >= 6b8f0798b85aa529011570369db985a788f3003f, < 722e6c54bde6391fb95f0357f555aca887c7b18c; >= 6b8f0798b85aa529011570369db985a788f3003f, < 2f9e3ec17c3d2093c664c00a027588a446c39894; >= 6b8f0798b85aa529011570369db985a788f3003f, < 2fac4afa0e2e68841334c78c1821e49f74fbc66a |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72212?
How severe is CVE-2026-72212?
How do I fix CVE-2026-72212?
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 2026
- CVE-2026-72207In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72208In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72209In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7221A vulnerability was found in TencentCloudBase CloudBase-MCP …7.3
- CVE-2026-72210In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72211In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72213In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72214In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72215In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72216In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72217In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72218In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72212?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
