Use-after-free in Linux kernel - CVE-2026-43374
Published: May 9, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to use-after-free in remove_nh_grp_entry when removing a nexthop from a group while RCU readers still reference the old group. A local user can trigger concurrent nexthop group updates and access the stale entry to cause a denial of service.
The issue involves freed percpu statistics being dereferenced by RCU readers before the grace period completes.