#VU124859 Use-after-free in Linux kernel - CVE-2026-23415
Published: April 3, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to use-after-free in __futex_key_to_node() when processing futex operations during a race with vma policy replacement. A local user can trigger concurrent futex activity and memory policy changes to cause a denial of service.
The issue is caused by a race between futex_key_to_node_opt() and vma_replace_policy() that leads to a use-after-free read of mpol->mode from a freed mempolicy pointer.