
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23412 is a use-after-free (UaF) vulnerability in the Linux kernel's netfilter BPF hook implementation. It occurs when a concurrent process dumps hooks via nfnetlink_hooks while hook memory is being released before RCU (Read-Copy-Update) readers have completed, resulting in a slab-use-after-free condition. The vulnerability was disclosed on April 2, 2026, and affects Linux kernel versions from 6.4 through multiple stable branches up to 6.19.x and 7.0 release candidates. It carries a CVSS v3.1 base score of 7.8 (High) (GitHub Advisory, Feedly).
The root cause is classified as CWE-416 (Use After Free): the netfilter BPF hook subsystem releases hook memory without waiting for concurrent RCU readers to finish, allowing a racing nfnetlink_hooks dump operation to access freed memory. The bug was reported by researcher Yiming Qian, who demonstrated a KASAN-detected slab-use-after-free at nfnl_hook_dump_one.isra.0+0xe71/0x10f0 triggered by a PoC process. The fix defers memory release until all RCU readers have completed, using standard kernel RCU synchronization primitives. Exploitation requires local access with low privileges and the ability to trigger concurrent netlink hook enumeration (GitHub Advisory, Kernel Patch).
Successful exploitation can result in kernel memory disclosure (confidentiality impact), memory corruption (integrity impact), or kernel panic causing denial of service (availability impact). A local attacker with low privileges who can interact with nfnetlink may leverage the use-after-free condition to read sensitive kernel memory contents or potentially escalate privileges to root. All three CIA pillars are rated High in the CVSS assessment, reflecting the severity of kernel-level compromise (Feedly, GitHub Advisory).
NFNL_SUBSYS_HOOK subsystem (typically available to unprivileged users with CAP_NET_ADMIN or in user namespaces depending on kernel configuration).nfnl_hook_get to enumerate netfilter BPF hooks via nfnetlink_hooks, while simultaneously triggering hook teardown/removal in another thread or process.dmesg) containing BUG: KASAN: slab-use-after-free in nfnl_hook_dump_one.isra.0 with stack traces referencing netlink_dump and nfnl_hook_get.nfnl_hook_dump_one, netlink_dump, or nfnl_hook_get in /var/log/kern.log or journalctl -k.NFNL_SUBSYS_HOOK queries in rapid succession.ss -xp or strace on suspicious processes.Apply the upstream kernel patches available for the following stable branches: upgrade to 6.6.130 or later (for 6.4.1–6.6.x), 6.12.78 or later (for 6.7–6.12.x), 6.18.20 or later (for 6.13–6.18.x), 6.19.10 or later (for 6.19.x), or 7.0-rc7 or later. Patch commits are available at git.kernel.org (hashes: 24f90fa3, 54244d54, c25e0dec, cb2bf5ef, d016c216). As a temporary workaround, restrict nfnetlink access to trusted users by limiting CAP_NET_ADMIN capabilities or disabling user namespaces where not required. SUSE and Amazon Linux 2023 have issued distribution-specific advisories with updated kernel packages (GitHub Advisory, SUSE Advisory, Amazon Linux).
SUSE issued security updates (SUSE-SU-2026:2217-1 and SUSE-SU-2026:2238-1) addressing this vulnerability among other kernel issues. Amazon Linux 2023 published advisory ALAS2023-2026-1594. The Yocto Project security mailing list also tracked the issue across multiple messages. No notable independent researcher commentary or significant social media discussion has been identified beyond standard vulnerability tracking and distribution advisories (SUSE Advisory, Amazon Linux).
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."