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

exploitDog

rocky логотип

RLSA-2026:3488

Опубликовано: 05 мар. 2026
Источник: rocky
Оценка: Moderate

Описание

Moderate: kernel security update

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

Security Fix(es):

  • kernel: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match() (CVE-2025-40168)

  • kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() (CVE-2025-71085)

  • kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097)

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
kernelaarch64611.36.1.el9_7kernel-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64kaarch64611.36.1.el9_7kernel-64k-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64k-coreaarch64611.36.1.el9_7kernel-64k-core-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64k-debugaarch64611.36.1.el9_7kernel-64k-debug-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64k-debug-coreaarch64611.36.1.el9_7kernel-64k-debug-core-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64k-debug-modulesaarch64611.36.1.el9_7kernel-64k-debug-modules-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64k-debug-modules-coreaarch64611.36.1.el9_7kernel-64k-debug-modules-core-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64k-debug-modules-extraaarch64611.36.1.el9_7kernel-64k-debug-modules-extra-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64k-modulesaarch64611.36.1.el9_7kernel-64k-modules-5.14.0-611.36.1.el9_7.aarch64.rpm
kernel-64k-modules-coreaarch64611.36.1.el9_7kernel-64k-modules-core-5.14.0-611.36.1.el9_7.aarch64.rpm

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

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

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

ELSA-2026-3488: kernel security update (MODERATE)

CVSS3: 8.1
ubuntu
9 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match(). smc_clc_prfx_match() is called from smc_listen_work() and not under RCU nor RTNL. Using sk_dst_get(sk)->dev could trigger UAF. Let's use __sk_dst_get() and dst_dev_rcu(). Note that the returned value of smc_clc_prfx_match() is not used in the caller.

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

In the Linux kernel, the following vulnerability has been resolved: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match(). smc_clc_prfx_match() is called from smc_listen_work() and not under RCU nor RTNL. Using sk_dst_get(sk)->dev could trigger UAF. Let's use __sk_dst_get() and dst_dev_rcu(). Note that the returned value of smc_clc_prfx_match() is not used in the caller.

CVSS3: 8.1
nvd
9 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match(). smc_clc_prfx_match() is called from smc_listen_work() and not under RCU nor RTNL. Using sk_dst_get(sk)->dev could trigger UAF. Let's use __sk_dst_get() and dst_dev_rcu(). Note that the returned value of smc_clc_prfx_match() is not used in the caller.

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

smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().