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

exploitDog

rocky логотип

RLSA-2026:59821

Опубликовано: 27 авг. 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: sctp: purge outqueue on stale COOKIE-ECHO handling (CVE-2026-52924)

  • kernel: scsi: target: iscsi: Validate CHAP_R length before base64 decode (CVE-2026-63886)

  • kernel: netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check (CVE-2026-63913)

  • kernel: i2c: stub: Reject I2C block transfers with invalid length (CVE-2026-64191)

  • kernel: netfilter: ipset: fix race between dump and ip_set_list resize (CVE-2026-64189)

  • kernel: nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page (CVE-2026-64320)

  • kernel: Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count (CVE-2026-64277)

  • kernel: Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count (CVE-2026-64276)

Bug Fix(es) and Enhancement(s):

  • ss core dumped when there is an SCTP session [rhel-8.10.z] (JIRA:Rocky Linux-212400)

  • SELinux TCP/MPTCP connect check bypass via TCP Fast Open [rhel-8.10.z] (JIRA:Rocky Linux-222800)

  • [Rocky Linux-RT] usb_hub_wq items may run on isolated+nohz_full cores (JIRA:Rocky Linux-178088)

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.158.1.el8_10bpftool-4.18.0-553.158.1.el8_10.aarch64.rpm
kernelaarch64553.158.1.el8_10kernel-4.18.0-553.158.1.el8_10.aarch64.rpm
kernel-abi-stablelistsnoarch553.158.1.el8_10kernel-abi-stablelists-4.18.0-553.158.1.el8_10.noarch.rpm
kernel-coreaarch64553.158.1.el8_10kernel-core-4.18.0-553.158.1.el8_10.aarch64.rpm
kernel-debugaarch64553.158.1.el8_10kernel-debug-4.18.0-553.158.1.el8_10.aarch64.rpm
kernel-debug-coreaarch64553.158.1.el8_10kernel-debug-core-4.18.0-553.158.1.el8_10.aarch64.rpm
kernel-debug-develaarch64553.158.1.el8_10kernel-debug-devel-4.18.0-553.158.1.el8_10.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64553.158.1.el8_10kernel-debuginfo-common-aarch64-4.18.0-553.158.1.el8_10.aarch64.rpm
kernel-debug-modulesaarch64553.158.1.el8_10kernel-debug-modules-4.18.0-553.158.1.el8_10.aarch64.rpm
kernel-debug-modules-extraaarch64553.158.1.el8_10kernel-debug-modules-extra-4.18.0-553.158.1.el8_10.aarch64.rpm

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

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

oracle-oval
23 дня назад

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

rocky
22 дня назад

Important: kernel security, bug fix, and enhancement update

oracle-oval
23 дня назад

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

CVSS3: 9.8
ubuntu
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: sctp: purge outqueue on stale COOKIE-ECHO handling sctp_stream_update() is only invoked when the association is moved into COOKIE_WAIT during association setup/reconfiguration. In this path, the outbound stream scheduler state (stream->out_curr) is expected to be clean, since no user data should have been transmitted yet unless the state machine has already partially progressed. However, a corner case exists in sctp_sf_do_5_2_6_stale(): when a Stale Cookie ERROR is received, the association is rolled back from COOKIE_ECHOED to COOKIE_WAIT. In this scenario, user data may already have been queued and even bundled with the COOKIE-ECHO chunk. During the rollback, sctp_stream_update() frees the old stream table and installs a new one, but it does not invalidate stream->out_curr. As a result, out_curr may still point to a freed sctp_stream_out entry from the previous stream state. Later, SCTP scheduler dequeue paths (FCF...

CVSS3: 8.8
redhat
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: sctp: purge outqueue on stale COOKIE-ECHO handling sctp_stream_update() is only invoked when the association is moved into COOKIE_WAIT during association setup/reconfiguration. In this path, the outbound stream scheduler state (stream->out_curr) is expected to be clean, since no user data should have been transmitted yet unless the state machine has already partially progressed. However, a corner case exists in sctp_sf_do_5_2_6_stale(): when a Stale Cookie ERROR is received, the association is rolled back from COOKIE_ECHOED to COOKIE_WAIT. In this scenario, user data may already have been queued and even bundled with the COOKIE-ECHO chunk. During the rollback, sctp_stream_update() frees the old stream table and installs a new one, but it does not invalidate stream->out_curr. As a result, out_curr may still point to a freed sctp_stream_out entry from the previous stream state. Later, SCTP scheduler dequeue paths (FCF...