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

exploitDog

rocky логотип

RLSA-2026:38491

Опубликовано: 14 июл. 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: Memory leak in networking due to incorrect GRO packet handling (CVE-2026-22979)

  • kernel: rtmutex: Use waiter::task instead of current in remove_waiter() (CVE-2026-43499)

  • kernel: net: bridge: use a stable FDB dst snapshot in RCU readers (CVE-2026-46086)

  • kernel: crypto: ccp - copy IV using skcipher ivsize (CVE-2026-53016)

  • kernel: futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock (CVE-2026-53166)

Bug Fix(es) and Enhancement(s):

  • Kernel panic very early during boot while reading a tracefs file (available_filter_functions) due to invalid module name pointer [9.8.z] (JIRA:Rocky Linux-183236)

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.25.1.el9_8kernel-5.14.0-687.25.1.el9_8.x86_64.rpm
kernel-abi-stablelistsnoarch687.25.1.el9_8kernel-abi-stablelists-5.14.0-687.25.1.el9_8.noarch.rpm
kernel-corex86_64687.25.1.el9_8kernel-core-5.14.0-687.25.1.el9_8.x86_64.rpm
kernel-debugx86_64687.25.1.el9_8kernel-debug-5.14.0-687.25.1.el9_8.x86_64.rpm
kernel-debug-corex86_64687.25.1.el9_8kernel-debug-core-5.14.0-687.25.1.el9_8.x86_64.rpm
kernel-debuginfo-common-x86_64x86_64687.25.1.el9_8kernel-debuginfo-common-x86_64-5.14.0-687.25.1.el9_8.x86_64.rpm
kernel-debug-modulesx86_64687.25.1.el9_8kernel-debug-modules-5.14.0-687.25.1.el9_8.x86_64.rpm
kernel-debug-modules-corex86_64687.25.1.el9_8kernel-debug-modules-core-5.14.0-687.25.1.el9_8.x86_64.rpm
kernel-debug-modules-extrax86_64687.25.1.el9_8kernel-debug-modules-extra-5.14.0-687.25.1.el9_8.x86_64.rpm
kernel-debug-uki-virtx86_64687.25.1.el9_8kernel-debug-uki-virt-5.14.0-687.25.1.el9_8.x86_64.rpm

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

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

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

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

CVSS3: 5.5
ubuntu
6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: net: fix memory leak in skb_segment_list for GRO packets When skb_segment_list() is called during packet forwarding, it handles packets that were aggregated by the GRO engine. Historically, the segmentation logic in skb_segment_list assumes that individual segments are split from a parent SKB and may need to carry their own socket memory accounting. Accordingly, the code transfers truesize from the parent to the newly created segments. Prior to commit ed4cccef64c1 ("gro: fix ownership transfer"), this truesize subtraction in skb_segment_list() was valid because fragments still carry a reference to the original socket. However, commit ed4cccef64c1 ("gro: fix ownership transfer") changed this behavior by ensuring that fraglist entries are explicitly orphaned (skb->sk = NULL) to prevent illegal orphaning later in the stack. This change meant that the entire socket memory charge remained with the head SKB, but the corre...

CVSS3: 5.5
redhat
6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: net: fix memory leak in skb_segment_list for GRO packets When skb_segment_list() is called during packet forwarding, it handles packets that were aggregated by the GRO engine. Historically, the segmentation logic in skb_segment_list assumes that individual segments are split from a parent SKB and may need to carry their own socket memory accounting. Accordingly, the code transfers truesize from the parent to the newly created segments. Prior to commit ed4cccef64c1 ("gro: fix ownership transfer"), this truesize subtraction in skb_segment_list() was valid because fragments still carry a reference to the original socket. However, commit ed4cccef64c1 ("gro: fix ownership transfer") changed this behavior by ensuring that fraglist entries are explicitly orphaned (skb->sk = NULL) to prevent illegal orphaning later in the stack. This change meant that the entire socket memory charge remained with the head SKB, but the corre...

CVSS3: 5.5
nvd
6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: net: fix memory leak in skb_segment_list for GRO packets When skb_segment_list() is called during packet forwarding, it handles packets that were aggregated by the GRO engine. Historically, the segmentation logic in skb_segment_list assumes that individual segments are split from a parent SKB and may need to carry their own socket memory accounting. Accordingly, the code transfers truesize from the parent to the newly created segments. Prior to commit ed4cccef64c1 ("gro: fix ownership transfer"), this truesize subtraction in skb_segment_list() was valid because fragments still carry a reference to the original socket. However, commit ed4cccef64c1 ("gro: fix ownership transfer") changed this behavior by ensuring that fraglist entries are explicitly orphaned (skb->sk = NULL) to prevent illegal orphaning later in the stack. This change meant that the entire socket memory charge remained with the head SKB, but the cor

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

net: fix memory leak in skb_segment_list for GRO packets