๐Ÿ” CVE Alert

CVE-2026-93216

UNKNOWN 0.0

mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_memcg()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_memcg() print_page_owner_memcg() reads page->memcg_data via READ_ONCE() at the start to guard against tail pages and NULL data. However, it later re-reads page->memcg_data locklessly in two places: 1: page_memcg_check(page) 2: PageMemcgKmem(page) (via folio_memcg_kmem(), which includes VM_BUG_ON assertions for tail pages and MEMCG_DATA_OBJEXTS) If the page is concurrently freed and reallocated as a THP tail page or slab page between these calls, the VM_BUG_ON assertions can trigger on CONFIG_DEBUG_VM=y builds, crashing the kernel. Fix both TOCTOU issues by using the memcg_data snapshot throughout.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 24, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
fcf8935832b86d3437f00e732c6d0d4d2819d6a9 < 46761406e14381dc35f498c247a87565b87ea2ef fcf8935832b86d3437f00e732c6d0d4d2819d6a9 < 90f095b816e25c6a9e4446d299bac5007fdcb3df
Linux / Linux
5.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/46761406e14381dc35f498c247a87565b87ea2ef git.kernel.org: https://git.kernel.org/stable/c/90f095b816e25c6a9e4446d299bac5007fdcb3df