CVE-2026-93172

Source
https://cve.org/CVERecord?id=CVE-2026-93172
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93172.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93172
Downstream
Published
2026-09-17T16:12:02Z
Modified
2026-09-18T03:48:44Z
Summary
mm/mm_init: handle alloc_percpu failure in free_area_init_core_hotplug
Details

In the Linux kernel, the following vulnerability has been resolved:

mm/mm_init: handle alloc_percpu failure in free_area_init_core_hotplug

We miss a failed allocation check for pgdat->per_cpu_nodestats, which results in a NULL deref when we offset into the per-cpu area.

Propagate -ENOMEM up the stack and leave per_cpu_nodestats pointing at boot_nodestats so a later online can retry the allocation.

hotadd_init_pgdat() returns NULL on failure, which __try_online_node() already maps to -ENOMEM.

On failure nothing needs to be unwound:

  • the node is never marked online
  • per_cpu_nodestats is left pointing at boot_nodestats
  • __add_memory_resource() cleans up pending memblock resources
  • later online attempts retry the per_cpu_nodestats allocation
Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93172.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
75ef7184053989118d3814c558a9af62e7376a58
Fixed
4cc5caef9a8d1894dfa31d84a0daa0ac1437dadc
Fixed
bc3b5e6519b8df22d622a03eab6772784da97db4
Fixed
1017fe1c7f48e511c5a680e3057005daaff2f3a2
Fixed
2ebce860bdd7ae5e13002811bc9bbbf33fcfc221

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93172.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.8.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93172.json"