cbcvebase.
CVE-2026-31419
published 2026-04-13

CVE-2026-31419: In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix use-after-free in bond_xmit_broadcast() bond_xmit_broadcast() reuses the…

PriorityP340high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.12%
2.6th percentile
In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix use-after-free in bond_xmit_broadcast() bond_xmit_broadcast() reuses the original skb for the last slave (determined by bond_is_last_slave()) and clones it for others. Concurrent slave enslave/release can mutate the slave list during RCU-protected iteration, changing which slave is "last" mid-loop. This causes the original skb to be double-consumed (double-freed). Replace the racy bond_is_last_slave() check with a simple index comparison (i + 1 == slaves_count) against the pre-snapshot slave count taken via READ_ONCE() before the loop. This preserves the zero-copy optimization for the last slave while making the "last" determination stable against concurrent list mutations. The UAF can trigger the following crash: BUG: KASAN: slab-use-after-free in skb_clone Read of size 8 at addr ffff888100ef8d40 by task exploit/147 CPU: 1 UID: 0 PID: 147 Comm: exploit Not tainted 7.0.0-rc3+ #4 PREEMPTLAZY Call Trace: dump_stack_lvl (lib/dump_stack.c:123) print_report (mm/kasan/report.c:379 mm/kasan/report.c:482) kasan_report (mm/kasan/report.c:597) skb_clone (include/linux/skbuff.h:1724 include/linux/skbuff.h:1792 include/linux/skbuff.h:3396 net/core/skbuff.c:2108) bond_xmit_broadcast (drivers/net/bonding/bond_main.c:5334) bond_start_xmit (drivers/net/bonding/bond_main.c:5567 drivers/net/bonding/bond_main.c:5593) dev_hard_start_xmit (include/linux/netdevice.h:5325 include/linux/netdevice.h:5334 net/core/dev.c:3871 net/core/dev.c:3887) __dev_queue_xmit (include/linux/netdevice.h:3601 net/core/dev.c:4838) ip6_finish_output2 (include/net/neighbour.h:540 include/net/neighbour.h:554 net/ipv6/ip6_output.c:136) ip6_finish_output (net/ipv6/ip6_output.c:208 net/ipv6/ip6_output.c:219) ip6_output (net/ipv6/ip6_output.c:250) ip6_send_skb (net/ipv6/ip6_output.c:1985) udp_v6_send_skb (net/ipv6/udp.c:1442) udpv6_sendmsg (net/ipv6/udp.c:1733) __sys_sendto (net/socket.c:730 net/socket.c:742 net/socket.c:22

Affected

71 ranges· showing 25
VendorProductVersion rangeFixed in
linuxlinux
linuxlinux
linuxlinux
linuxlinux
linuxlinux>= 4e5bd03ae34652cd932ab4c91c71c511793df75c < 2de5c8eea0a9db99dae7c36f4b541b74b41d3a042de5c8eea0a9db99dae7c36f4b541b74b41d3a04
linuxlinux>= 4e5bd03ae34652cd932ab4c91c71c511793df75c < a0f661918edc79d7a75e468128af8d41e2a1a83aa0f661918edc79d7a75e468128af8d41e2a1a83a
linuxlinux>= 4e5bd03ae34652cd932ab4c91c71c511793df75c < d4cc7e4c80b1634c7b1497574a2fdb18df6c026cd4cc7e4c80b1634c7b1497574a2fdb18df6c026c
linuxlinux>= 4e5bd03ae34652cd932ab4c91c71c511793df75c < f5b94654a4a19891a8108d66ef166de6c028c6cdf5b94654a4a19891a8108d66ef166de6c028c6cd
linuxlinux>= 4e5bd03ae34652cd932ab4c91c71c511793df75c < 2884bf72fb8f03409e423397319205de48adca162884bf72fb8f03409e423397319205de48adca16
linuxlinux>= 5.10.94 < 5.115.11
linuxlinux>= 5.15.17 < 5.165.16
linuxlinux>= 5.16.3 < 5.175.17
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel>= 5.10.94 < 5.115.11
linuxlinux_kernel>= 5.15.17 < 5.165.16
linuxlinux_kernel>= 5.16.3 < 5.175.17
linuxlinux_kernel>= 5.17 < 6.12.866.12.86
linuxlinux_kernel>= 6.13 < 6.18.226.18.22
linuxlinux_kernel>= 6.19 < 6.19.126.19.12
ubuntulinux

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vendor_ubuntu7.8HIGH
vendor_redhat7.0HIGH
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.