CVE-2026-64368 is a flaw in the Linux kernel mm/slab allocator logic affecting zero-initialized kmalloc() allocations under certain SLUB debugging configurations. When allocation-time zeroing is requested, kmalloc() normally must zero the full backing object size to preserve krealloc() semantics for __GFP_ZERO. If the allocator is tracking the originally requested allocation size, krealloc() can safely rely on that metadata and only the requested size needs to be zeroed. The vulnerable logic used an imprecise condition that treated red-zoning as sufficient to limit zeroing to the original requested size even when the requested size was not actually being tracked. As a result, systems with SLAB_RED_ZONE enabled without SLAB_STORE_USER could perform incomplete initialization of the allocated object, violating the expected __GFP_ZERO behavior. The fix replaces the imprecise check with slub_debug_orig_size(), which accurately determines whether original-size tracking is present before limiting zeroing.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
7 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel SLUB/mm/slab vulnerability where imprecise handling of zeroing during allocation when red zoning is enabled can break krealloc()'s __GFP_ZERO guarantees.
A Linux kernel mm/slab vulnerability addressed in this Red Hat kernel security advisory.
A Linux kernel mm/slab vulnerability related to incorrect zeroing behavior when only red zoning is enabled.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.