CVE-2026-93216: mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_memcg()

Published Sep 24, 2026
·
Updated

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

mm/pageowner: use memcgdata snapshot to avoid TOCTOU in printpageownermemcg()

printpageownermemcg() reads page->memcgdata via READONCE() at the start to guard against tail pages and NULL data. However, it later re-reads page->memcgdata locklessly in two places:

1: pagememcgcheck(page)

2: PageMemcgKmem(page) (via foliomemcgkmem(), which includes VMBUGON assertions for tail pages and MEMCGDATAOBJEXTS)

If the page is concurrently freed and reallocated as a THP tail page or slab page between these calls, the VMBUGON assertions can trigger on CONFIGDEBUGVM=y builds, crashing the kernel.

Fix both TOCTOU issues by using the memcgdata snapshot throughout.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 24, 2026
CVE Published
via MITRE·03:10 PM
Data Sourced
via MITRE·03:10 PM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

Which systems are most likely to be affected?

The crash condition is described for kernels built with CONFIG_DEBUG_VM=y. It requires page-owner memory-cgroup reporting to race with a page being freed and reallocated as a THP tail page or slab page.

2

What does an attacker or triggering workload need to do?

The issue depends on a concurrent timing window: page_owner code must read memcg metadata while the same page is freed and then reused in a form that violates the later debug assertions. The described impact is a kernel crash from VM_BUG_ON assertions.

3

How can I tell whether this issue has occurred?

On a CONFIG_DEBUG_VM=y kernel, an occurrence can manifest as a kernel crash caused by VM_BUG_ON assertions while page-owner memory-cgroup information is being printed. The vulnerable behavior involves lockless re-reads of page memcg data during that reporting path.

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