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

exploitDog

rocky логотип

RLSA-2026:57253

Опубликовано: 21 авг. 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: net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() (CVE-2024-56602)

  • kernel: ip6_gre: Use cached t->net in ip6erspan_changelink() (CVE-2026-46120)

  • kernel: sched/psi: fix race between file release and pressure write (CVE-2026-52991)

  • kernel: mm/huge_memory: update file PMD counter before folio_put() (CVE-2026-53189)

  • kernel: scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd() (CVE-2026-63888)

  • kernel: scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf (CVE-2026-63887)

  • kernel: net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slot (CVE-2026-64048)

  • kernel: smb: client: mask server-provided mode to 07777 in modefromsid (CVE-2026-64379)

  • kernel: smb/client: handle overlapping allocated ranges in fallocate (CVE-2026-68388)

Bug Fix(es) and Enhancement(s):

  • sfc: TX queue stalls and NIC resets caused by GFP_ATOMIC allocation failures after Rocky Linux 8.10 kernel update (JIRA:Rocky Linux-219767)

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 8

НаименованиеАрхитектураРелизRPM
bpftoolaarch64553.157.1.el8_10bpftool-4.18.0-553.157.1.el8_10.aarch64.rpm
kernelaarch64553.157.1.el8_10kernel-4.18.0-553.157.1.el8_10.aarch64.rpm
kernel-abi-stablelistsnoarch553.157.1.el8_10kernel-abi-stablelists-4.18.0-553.157.1.el8_10.noarch.rpm
kernel-coreaarch64553.157.1.el8_10kernel-core-4.18.0-553.157.1.el8_10.aarch64.rpm
kernel-debugaarch64553.157.1.el8_10kernel-debug-4.18.0-553.157.1.el8_10.aarch64.rpm
kernel-debug-coreaarch64553.157.1.el8_10kernel-debug-core-4.18.0-553.157.1.el8_10.aarch64.rpm
kernel-debug-develaarch64553.157.1.el8_10kernel-debug-devel-4.18.0-553.157.1.el8_10.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64553.157.1.el8_10kernel-debuginfo-common-aarch64-4.18.0-553.157.1.el8_10.aarch64.rpm
kernel-debug-modulesaarch64553.157.1.el8_10kernel-debug-modules-4.18.0-553.157.1.el8_10.aarch64.rpm
kernel-debug-modules-extraaarch64553.157.1.el8_10kernel-debug-modules-extra-4.18.0-553.157.1.el8_10.aarch64.rpm

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

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

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

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

rocky
11 дней назад

Important: kernel security, bug fix, and enhancement update

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

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

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

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() sock_init_data() attaches the allocated sk object to the provided sock object. If ieee802154_create() fails later, the allocated sk object is freed, but the dangling pointer remains in the provided sock object, which may allow use-after-free. Clear the sk pointer in the sock object on error.

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

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() sock_init_data() attaches the allocated sk object to the provided sock object. If ieee802154_create() fails later, the allocated sk object is freed, but the dangling pointer remains in the provided sock object, which may allow use-after-free. Clear the sk pointer in the sock object on error.