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

exploitDog

rocky логотип

RLSA-2025:10371

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

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)

  • kernel: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (CVE-2025-21991)

  • kernel: vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp (CVE-2025-37799)

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-64k-debug-develaarch6455.20.1.el10_0kernel-64k-debug-devel-6.12.0-55.20.1.el10_0.aarch64.rpm
kernel-64k-debug-devel-matchedaarch6455.20.1.el10_0kernel-64k-debug-devel-matched-6.12.0-55.20.1.el10_0.aarch64.rpm
kernel-64k-develaarch6455.20.1.el10_0kernel-64k-devel-6.12.0-55.20.1.el10_0.aarch64.rpm
kernel-64k-devel-matchedaarch6455.20.1.el10_0kernel-64k-devel-matched-6.12.0-55.20.1.el10_0.aarch64.rpm
kernel-debug-develaarch6455.20.1.el10_0kernel-debug-devel-6.12.0-55.20.1.el10_0.aarch64.rpm
kernel-debug-devel-matchedaarch6455.20.1.el10_0kernel-debug-devel-matched-6.12.0-55.20.1.el10_0.aarch64.rpm
kernel-develaarch6455.20.1.el10_0kernel-devel-6.12.0-55.20.1.el10_0.aarch64.rpm
kernel-devel-matchedaarch6455.20.1.el10_0kernel-devel-matched-6.12.0-55.20.1.el10_0.aarch64.rpm
kernel-docnoarch55.20.1.el10_0kernel-doc-6.12.0-55.20.1.el10_0.noarch.rpm
kernel-headersaarch6455.20.1.el10_0kernel-headers-6.12.0-55.20.1.el10_0.aarch64.rpm

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

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

oracle-oval
около 1 года назад

ELSA-2025-10371: kernel security update (IMPORTANT)

rocky
12 месяцев назад

Important: kernel security update

oracle-oval
около 1 года назад

ELSA-2025-10379: kernel security update (IMPORTANT)

CVSS3: 7.8
ubuntu
больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6_send() igmp6_send() can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use sock_alloc_send_skb() because ipv6.igmp_sk uses GFP_KERNEL allocations which can sleep. Instead use alloc_skb() and charge the net->ipv6.igmp_sk socket under RCU protection.

CVSS3: 6.6
redhat
больше 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6_send() igmp6_send() can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use sock_alloc_send_skb() because ipv6.igmp_sk uses GFP_KERNEL allocations which can sleep. Instead use alloc_skb() and charge the net->ipv6.igmp_sk socket under RCU protection.