CVE-2026-93216
Last modified
CVE-2026-93216 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fcf8935832b86d3437f00e732c6d0d4d2819d6a9, < 46761406e14381dc35f498c247a87565b87ea2ef; >= fcf8935832b86d3437f00e732c6d0d4d2819d6a9, < 90f095b816e25c6a9e4446d299bac5007fdcb3df |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93216?
How severe is CVE-2026-93216?
How do I fix CVE-2026-93216?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93210In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93211In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93212In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93213In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93214In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93215In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93217In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93218In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93219In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9322IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…7.5
- CVE-2026-93220In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93221In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93216?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
