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 (deter…
High CVSS 7.8
Summary
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…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/00752893f96b344f258c9c6de18b33171ac4872c
- https://git.kernel.org/stable/c/2884bf72fb8f03409e423397319205de48adca16 Patch
- https://git.kernel.org/stable/c/2de5c8eea0a9db99dae7c36f4b541b74b41d3a04
- https://git.kernel.org/stable/c/a0f661918edc79d7a75e468128af8d41e2a1a83a
- https://git.kernel.org/stable/c/d4cc7e4c80b1634c7b1497574a2fdb18df6c026c Patch
- https://git.kernel.org/stable/c/f5b94654a4a19891a8108d66ef166de6c028c6cd Patch
- https://access.redhat.com/errata/RHSA-2026:13566
- https://access.redhat.com/errata/RHSA-2026:19521
- https://access.redhat.com/errata/RHSA-2026:21209
- https://access.redhat.com/errata/RHSA-2026:22334
- https://access.redhat.com/errata/RHSA-2026:22900
- https://access.redhat.com/errata/RHSA-2026:22940
- https://access.redhat.com/errata/RHSA-2026:23224
- https://access.redhat.com/errata/RHSA-2026:25191
- https://access.redhat.com/errata/RHSA-2026:25217
- https://access.redhat.com/errata/RHSA-2026:27353
- https://access.redhat.com/errata/RHSA-2026:27354
- https://access.redhat.com/errata/RHSA-2026:35870
- https://access.redhat.com/errata/RHSA-2026:36172
- https://access.redhat.com/errata/RHSA-2026:36530
- https://access.redhat.com/errata/RHSA-2026:36531
- https://access.redhat.com/errata/RHSA-2026:36532
- https://access.redhat.com/errata/RHSA-2026:36533
- https://access.redhat.com/errata/RHSA-2026:36534
- https://access.redhat.com/security/cve/CVE-2026-31419
- https://bugzilla.redhat.com/show_bug.cgi?id=2457829
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31419.json
Timeline
- nvd_ingest NVD