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

exploitDog

rocky логотип

RLSA-2026:47040

Опубликовано: 30 июл. 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: xfrm: Duplicate SPI Handling (CVE-2025-39797)

  • kernel: lib/buildid: use __kernel_read() for sleepable context (CVE-2026-23002)

  • kernel: futex: Drop CLONE_THREAD requirement for private default hash alloc (CVE-2026-52973)

  • kernel: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption (CVE-2026-53281)

  • kernel: blk-mq: pop cached request if it is usable (CVE-2026-64017)

Bug Fix(es) and Enhancement(s):

  • general protection fault during exportfs / nfsd4_revoke_states [rhel-9.8.z] (JIRA:Rocky Linux-188257)

  • Enable Pretimeout Watchdog Panic Functionality on x86 [rhel-9.8.z] (JIRA:Rocky Linux-193729)

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
kernelaarch64687.31.1.el9_8kernel-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64kaarch64687.31.1.el9_8kernel-64k-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64k-coreaarch64687.31.1.el9_8kernel-64k-core-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64k-debugaarch64687.31.1.el9_8kernel-64k-debug-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64k-debug-coreaarch64687.31.1.el9_8kernel-64k-debug-core-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64k-debug-modulesaarch64687.31.1.el9_8kernel-64k-debug-modules-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64k-debug-modules-coreaarch64687.31.1.el9_8kernel-64k-debug-modules-core-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64k-debug-modules-extraaarch64687.31.1.el9_8kernel-64k-debug-modules-extra-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64k-modulesaarch64687.31.1.el9_8kernel-64k-modules-5.14.0-687.31.1.el9_8.aarch64.rpm
kernel-64k-modules-coreaarch64687.31.1.el9_8kernel-64k-modules-core-5.14.0-687.31.1.el9_8.aarch64.rpm

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

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

oracle-oval
5 дней назад

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

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

In the Linux kernel, the following vulnerability has been resolved: xfrm: Duplicate SPI Handling The issue originates when Strongswan initiates an XFRM_MSG_ALLOCSPI Netlink message, which triggers the kernel function xfrm_alloc_spi(). This function is expected to ensure uniqueness of the Security Parameter Index (SPI) for inbound Security Associations (SAs). However, it can return success even when the requested SPI is already in use, leading to duplicate SPIs assigned to multiple inbound SAs, differentiated only by their destination addresses. This behavior causes inconsistencies during SPI lookups for inbound packets. Since the lookup may return an arbitrary SA among those with the same SPI, packet processing can fail, resulting in packet drops. According to RFC 4301 section 4.4.2 , for inbound processing a unicast SA is uniquely identified by the SPI and optionally protocol. Reproducing the Issue Reliably: To consistently reproduce the problem, restrict the available SPI range in...

CVSS3: 5.3
redhat
11 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: xfrm: Duplicate SPI Handling The issue originates when Strongswan initiates an XFRM_MSG_ALLOCSPI Netlink message, which triggers the kernel function xfrm_alloc_spi(). This function is expected to ensure uniqueness of the Security Parameter Index (SPI) for inbound Security Associations (SAs). However, it can return success even when the requested SPI is already in use, leading to duplicate SPIs assigned to multiple inbound SAs, differentiated only by their destination addresses. This behavior causes inconsistencies during SPI lookups for inbound packets. Since the lookup may return an arbitrary SA among those with the same SPI, packet processing can fail, resulting in packet drops. According to RFC 4301 section 4.4.2 , for inbound processing a unicast SA is uniquely identified by the SPI and optionally protocol. Reproducing the Issue Reliably: To consistently reproduce the problem, restrict the available SPI range in...

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

In the Linux kernel, the following vulnerability has been resolved: xfrm: Duplicate SPI Handling The issue originates when Strongswan initiates an XFRM_MSG_ALLOCSPI Netlink message, which triggers the kernel function xfrm_alloc_spi(). This function is expected to ensure uniqueness of the Security Parameter Index (SPI) for inbound Security Associations (SAs). However, it can return success even when the requested SPI is already in use, leading to duplicate SPIs assigned to multiple inbound SAs, differentiated only by their destination addresses. This behavior causes inconsistencies during SPI lookups for inbound packets. Since the lookup may return an arbitrary SA among those with the same SPI, packet processing can fail, resulting in packet drops. According to RFC 4301 section 4.4.2 , for inbound processing a unicast SA is uniquely identified by the SPI and optionally protocol. Reproducing the Issue Reliably: To consistently reproduce the problem, restrict the available SPI range

CVSS3: 6.1
msrc
8 месяцев назад

xfrm: Duplicate SPI Handling