Out-of-bounds write in Linux kernel - CVE-2026-53014
Published: June 25, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to memory corruption in tcf_blockcast_redir in net/sched/act_mirred.c when redirecting packets to multiple devices in a block with mixed device types. A local user can trigger packet redirection through such a block to cause a denial of service.
In the worst case, an incorrect mac_len can exhaust skb headroom and panic the kernel.