Double free in Linux kernel - CVE-2026-43481
Published: May 14, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a double free in net_shaper_nl_get_doit() and net_shaper_nl_cap_get_doit() when handling netlink reply messages after genlmsg_reply() failure. A local user can trigger an error path that frees the same skb twice to cause a denial of service.