CVE-2026-93172: mm/mm_init: handle alloc_percpu failure in free_area_init_core_hotplug

Published Sep 17, 2026
·
Updated

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

mm/mminit: handle allocpercpu failure in freeareainitcorehotplug

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

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

hotaddinitpgdat() returns NULL on failure, which tryonlinenode() already maps to -ENOMEM.

On failure nothing needs to be unwound: - the node is never marked online - percpunodestats is left pointing at bootnodestats - addmemoryresource() cleans up pending memblock resources - later online attempts retry the percpunodestats allocation

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:12 PM
Data Sourced
via MITRE·04:12 PM
Description

Frequently Asked Questions

1

When can this issue be triggered?

It can be triggered while bringing a memory node online, when free_area_init_core_hotplug() attempts to allocate pgdat->per_cpu_nodestats and that allocation fails.

2

What is the impact of a failed allocation?

Without the fix, the failed allocation can lead to a NULL-pointer dereference when the kernel offsets into the per-CPU area. The fix propagates -ENOMEM instead of continuing.

3

What happens after the fix if a node-online attempt fails?

The node is not marked online, per_cpu_nodestats remains pointed at boot_nodestats, and pending memblock resources are cleaned up. A later attempt to online the node retries the allocation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203