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

exploitDog

rocky логотип

RLSA-2026:25217

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

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() (CVE-2026-23216)

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

  • kernel: net: openvswitch: Avoid releasing netdev before teardown completes (CVE-2026-31508)

  • 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: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)

  • kernel: netfilter: ctnetlink: ensure safe access to master conntrack (CVE-2026-43116)

  • kernel: dlm: validate length in dlm_search_rsb_tree (CVE-2026-43125)

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

  • kernel: RDMA/rxe: Fix double free in rxe_srq_from_init (CVE-2026-45852)

  • kernel: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() (CVE-2026-46181)

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 9

НаименованиеАрхитектураРелизRPM
kernelx86_64687.15.1.el9_8kernel-5.14.0-687.15.1.el9_8.x86_64.rpm
kernel-abi-stablelistsnoarch687.15.1.el9_8kernel-abi-stablelists-5.14.0-687.15.1.el9_8.noarch.rpm
kernel-corex86_64687.15.1.el9_8kernel-core-5.14.0-687.15.1.el9_8.x86_64.rpm
kernel-debugx86_64687.15.1.el9_8kernel-debug-5.14.0-687.15.1.el9_8.x86_64.rpm
kernel-debug-corex86_64687.15.1.el9_8kernel-debug-core-5.14.0-687.15.1.el9_8.x86_64.rpm
kernel-debuginfo-common-x86_64x86_64687.15.1.el9_8kernel-debuginfo-common-x86_64-5.14.0-687.15.1.el9_8.x86_64.rpm
kernel-debug-modulesx86_64687.15.1.el9_8kernel-debug-modules-5.14.0-687.15.1.el9_8.x86_64.rpm
kernel-debug-modules-corex86_64687.15.1.el9_8kernel-debug-modules-core-5.14.0-687.15.1.el9_8.x86_64.rpm
kernel-debug-modules-extrax86_64687.15.1.el9_8kernel-debug-modules-extra-5.14.0-687.15.1.el9_8.x86_64.rpm
kernel-debug-uki-virtx86_64687.15.1.el9_8kernel-debug-uki-virt-5.14.0-687.15.1.el9_8.x86_64.rpm

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

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

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

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() In iscsit_dec_conn_usage_count(), the function calls complete() while holding the conn->conn_usage_lock. As soon as complete() is invoked, the waiter (such as iscsit_close_connection()) may wake up and proceed to free the iscsit_conn structure. If the waiter frees the memory before the current thread reaches spin_unlock_bh(), it results in a KASAN slab-use-after-free as the function attempts to release a lock within the already-freed connection structure. Fix this by releasing the spinlock before calling complete().

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

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() In iscsit_dec_conn_usage_count(), the function calls complete() while holding the conn->conn_usage_lock. As soon as complete() is invoked, the waiter (such as iscsit_close_connection()) may wake up and proceed to free the iscsit_conn structure. If the waiter frees the memory before the current thread reaches spin_unlock_bh(), it results in a KASAN slab-use-after-free as the function attempts to release a lock within the already-freed connection structure. Fix this by releasing the spinlock before calling complete().

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

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() In iscsit_dec_conn_usage_count(), the function calls complete() while holding the conn->conn_usage_lock. As soon as complete() is invoked, the waiter (such as iscsit_close_connection()) may wake up and proceed to free the iscsit_conn structure. If the waiter frees the memory before the current thread reaches spin_unlock_bh(), it results in a KASAN slab-use-after-free as the function attempts to release a lock within the already-freed connection structure. Fix this by releasing the spinlock before calling complete().

CVSS3: 8.4
msrc
4 месяца назад

scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count()

CVSS3: 7.8
debian
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: s ...