Katalog CVE

CVE-2026-72212

Niskie ryzyko· EPSS 10%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.20%

Percentyl 10 - wyżej niż 10% wszystkich znanych CVE

Streszczenie

W jądrze Linux w module memory_hotplug występuje błąd polegający na przekazaniu NULL zamiast altmap w ścieżce błędów. Gdy arch_add_memory() się powiedzie, a create_memory_block_devices() zawiedzie, arch_remove_memory() jest wywoływane z NULL altmap, co prowadzi do uszkodzenia pamięci.

Ocena ryzyka

Uszkodzenie pamięci może prowadzić do błędów maszynowych, awarii systemu lub potencjalnego naruszenia integralności danych.

Rekomendacja

Zainstaluj poprawkę jądra, która przekazuje params.altmap do arch_remove_memory() w ścieżce błędów.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS