Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2026:25191

Опубликовано: 13 июн. 2026
Источник: rocky
Оценка: Critical

Описание

Critical: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system.

Security Fix(es):

  • kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)

  • kernel: Linux kernel: Denial of Service in erofs filesystem (CVE-2026-31467)

  • kernel: can: raw: fix ro->uniq use-after-free in raw_rcv() (CVE-2026-31532)

  • kernel: ALSA: 6fire: fix use-after-free on disconnect (CVE-2026-31581)

  • kernel: ip6_tunnel: clear skb2->cb[] in ip4ip6_err() (CVE-2026-43037)

  • kernel: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows (CVE-2026-43501)

  • kernel: selinux: fix overlayfs mmap() and mprotect() access checks (CVE-2026-46054)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 10

НаименованиеАрхитектураРелизRPM
kernel-debug-modules-extraaarch64211.22.1.el10_2kernel-debug-modules-extra-6.12.0-211.22.1.el10_2.aarch64.rpm
kernel-64k-coreaarch64211.22.1.el10_2kernel-64k-core-6.12.0-211.22.1.el10_2.aarch64.rpm
kernel-debug-coreaarch64211.22.1.el10_2kernel-debug-core-6.12.0-211.22.1.el10_2.aarch64.rpm
kernel-modules-coreaarch64211.22.1.el10_2kernel-modules-core-6.12.0-211.22.1.el10_2.aarch64.rpm
kernel-64k-modules-coreaarch64211.22.1.el10_2kernel-64k-modules-core-6.12.0-211.22.1.el10_2.aarch64.rpm
kernel-64k-modules-extraaarch64211.22.1.el10_2kernel-64k-modules-extra-6.12.0-211.22.1.el10_2.aarch64.rpm
kernel-uki-virt-addonsaarch64211.22.1.el10_2kernel-uki-virt-addons-6.12.0-211.22.1.el10_2.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64211.22.1.el10_2kernel-debuginfo-common-aarch64-6.12.0-211.22.1.el10_2.aarch64.rpm
kernelaarch64211.22.1.el10_2kernel-6.12.0-211.22.1.el10_2.aarch64.rpm
kernel-modulesaarch64211.22.1.el10_2kernel-modules-6.12.0-211.22.1.el10_2.aarch64.rpm

Показывать по

Связанные уязвимости

oracle-oval
2 месяца назад

ELSA-2026-25191: kernel security update (CRITICAL)

CVSS3: 7.8
ubuntu
5 месяцев назад

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 ...

CVSS3: 7
redhat
5 месяцев назад

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 ...

CVSS3: 7.8
nvd
5 месяцев назад

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:

msrc
5 месяцев назад

net: bonding: fix use-after-free in bond_xmit_broadcast()