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

exploitDog

rocky логотип

RLSA-2026:27353

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

Описание

Important: kernel security, bug fix, and enhancement 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: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)

  • kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)

  • kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing (CVE-2026-43279)

  • kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)

  • kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop (CVE-2026-46090)

  • kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)

  • kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)

Bug Fix(es) and Enhancement(s):

  • Rocky Linux8 RT kernel panic in replenish_dl_entity() caused by stale DEADLINE PI state during rt_mutex de-boosting (JIRA:Rocky Linux-178520)

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 8

НаименованиеАрхитектураРелизRPM
bpftoolx86_64553.136.1.el8_10bpftool-4.18.0-553.136.1.el8_10.x86_64.rpm
kernelx86_64553.136.1.el8_10kernel-4.18.0-553.136.1.el8_10.x86_64.rpm
kernel-abi-stablelistsnoarch553.136.1.el8_10kernel-abi-stablelists-4.18.0-553.136.1.el8_10.noarch.rpm
kernel-corex86_64553.136.1.el8_10kernel-core-4.18.0-553.136.1.el8_10.x86_64.rpm
kernel-debugx86_64553.136.1.el8_10kernel-debug-4.18.0-553.136.1.el8_10.x86_64.rpm
kernel-debug-corex86_64553.136.1.el8_10kernel-debug-core-4.18.0-553.136.1.el8_10.x86_64.rpm
kernel-debug-develx86_64553.136.1.el8_10kernel-debug-devel-4.18.0-553.136.1.el8_10.x86_64.rpm
kernel-debug-modulesx86_64553.136.1.el8_10kernel-debug-modules-4.18.0-553.136.1.el8_10.x86_64.rpm
kernel-debug-modules-extrax86_64553.136.1.el8_10kernel-debug-modules-extra-4.18.0-553.136.1.el8_10.x86_64.rpm
kernel-develx86_64553.136.1.el8_10kernel-devel-4.18.0-553.136.1.el8_10.x86_64.rpm

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

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

oracle-oval
около 1 месяца назад

ELSA-2026-27353: kernel security, bug fix, and enhancement update (IMPORTANT)

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

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
4 месяца назад

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
3 месяца назад

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
3 месяца назад

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