Double free in Linux kernel - CVE-2026-64054
Published: July 20, 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_group_doit() when processing a GROUP request with duplicate NET_SHAPER_A_LEAVES entries. A local user can supply the same leaf handle twice to cause a denial of service.
The issue occurs when multiple supplied leaves reference the same parent, causing the same old-parent pointer to be stored twice in the cleanup list.