AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72172

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of uninitialized struct pages in ZONE_DEVICE when Direct Access (DAX) memory is hotplugged. This oversight can lead to unexpected behavior or system crashes due to the improper initialization of memory structures. System administrators and developers managing Linux environments, particularly those utilizing DAX memory, should prioritize applying the fix to mitigate potential stability issues.

CVE
CVE-2026-72172
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: mm/mm_init: fix uninitialized struct pages for ZONE_DEVICE If DAX memory is hotplugged into an unoccupied subsection of an early section, section_activate() reuses the unoptimized boot memmap. However, compound_nr_pages() still assumes that vmemmap optimization is in effect and initializes only the reduced number of struct pages. As a result, the remaining tail struct pages are left uninitialized, which can later lead to unexpected behavior or crashes. Fix this by treating early sections as unoptimized when calculating how many struct pages to initialize.