
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23415 is a use-after-free (UAF) vulnerability in the Linux kernel's futex subsystem, specifically in the interaction between futex_key_to_node_opt() and vma_replace_policy(). It was published on April 2, 2026, and affects Linux kernel versions 6.16 through 6.18.20, 6.19 through 6.19.10, and 7.0-rc1 through 7.0-rc5. The vulnerability carries a CVSS v3.1 base score of 7.8 (High) (Github Advisory).
The root cause is a race condition classified as CWE-416 (Use After Free). During futex_key_to_node_opt() execution, vma->vm_policy is read under speculative mmap lock and RCU protection. Concurrently, a call to mbind() may invoke vma_replace_policy(), which immediately frees the old mempolicy object via kmem_cache_free(). This creates a window where __futex_key_to_node() dereferences the now-freed mempolicy pointer, resulting in a use-after-free read of mpol->mode (a 2-byte read at the freed address). The fix involves adding RCU-deferred freeing to __mpol_put() to ensure the mempolicy object remains valid until all RCU readers have completed (Github Advisory).
A local attacker with low privileges could exploit this race condition to read sensitive kernel memory (confidentiality impact) or trigger a kernel panic/system instability (availability impact). The KASAN report confirms a slab-use-after-free read in kernel/futex/core.c, which could potentially be leveraged for information disclosure of kernel heap contents or denial of service. Integrity impact is also rated High in the CVSS scoring, suggesting the possibility of memory corruption under certain conditions (Github Advisory).
futex(FUTEX_WAIT)) to trigger futex_key_to_node_opt() and get_futex_key(), and another that repeatedly calls mbind() on the same memory region to trigger vma_replace_policy().mbind() call to free the old mempolicy object (kmem_cache_free()) while the futex thread is mid-execution in __futex_key_to_node(), reading vma->vm_policy.__futex_key_to_node() dereferences the freed mempolicy pointer and reads mpol->mode from freed memory, potentially leaking kernel heap data or causing a kernel crash.dmesg) showing BUG: KASAN: slab-use-after-free in __futex_key_to_node (kernel/futex/core.c:349) or similar KASAN reports.__asan_load2, __futex_key_to_node, and get_futex_key in sequence.futex and mbind() system calls on the same memory region, detectable via strace or auditd syscall logging.Update the Linux kernel to a patched version: 6.18.21 or later, 6.19.11 or later, or 7.0-rc6 or later. The fix is implemented via three kernel commits: 190a8c48ff623c3d67cb295b4536a660db2012aa, 7e196194ea27bd49adf3551e2aceb83498eb73fe, and 853f70c67d1b37e368fdcb3e328c4b8c04f53ac0. No configuration-based workaround is known; upgrading the kernel is the only reliable remediation. Kernel updates should be tested in a staging environment and deployed according to organizational change management procedures (Github Advisory).
The vulnerability was announced via the Linux kernel CVE mailing list (lore.kernel.org) on April 2, 2026, and subsequently tracked by multiple vulnerability databases including ENISA EUVD (EUVD-2026-18196), VulDB, and CIRCL. The Yocto Project security mailing list discussed the issue across multiple messages in late April and May 2026, indicating downstream embedded Linux distributions are tracking the fix. Social media activity was limited to automated CVE notification accounts on Bluesky and Mastodon/infosec.exchange.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."