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

exploitDog

rocky логотип

RLSA-2026:13565

Опубликовано: 06 мая 2026
Источник: rocky
Оценка: Important

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: Linux kernel: Denial of Service in libceph OSD client due to unreset sparse-read state (CVE-2026-23136)

  • kernel: Linux kernel: Use-after-free in traffic control (act_ct) may lead to denial of service or privilege escalation (CVE-2026-23270)

  • kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (CVE-2026-31402)

  • kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)

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
kernelaarch64611.54.1.el9_7kernel-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64kaarch64611.54.1.el9_7kernel-64k-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64k-coreaarch64611.54.1.el9_7kernel-64k-core-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64k-debugaarch64611.54.1.el9_7kernel-64k-debug-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64k-debug-coreaarch64611.54.1.el9_7kernel-64k-debug-core-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64k-debug-modulesaarch64611.54.1.el9_7kernel-64k-debug-modules-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64k-debug-modules-coreaarch64611.54.1.el9_7kernel-64k-debug-modules-core-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64k-debug-modules-extraaarch64611.54.1.el9_7kernel-64k-debug-modules-extra-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64k-modulesaarch64611.54.1.el9_7kernel-64k-modules-5.14.0-611.54.1.el9_7.aarch64.rpm
kernel-64k-modules-coreaarch64611.54.1.el9_7kernel-64k-modules-core-5.14.0-611.54.1.el9_7.aarch64.rpm

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

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

oracle-oval
5 месяцев назад

ELSA-2026-13565: kernel security update (IMPORTANT)

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

Important: kernel security update

rocky
4 месяца назад

Important: kernel security update

oracle-oval
3 месяца назад

ELSA-2026-19568: kernel security update (IMPORTANT)

CVSS3: 7.5
ubuntu
7 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: libceph: reset sparse-read state in osd_fault() When a fault occurs, the connection is abandoned, reestablished, and any pending operations are retried. The OSD client tracks the progress of a sparse-read reply using a separate state machine, largely independent of the messenger's state. If a connection is lost mid-payload or the sparse-read state machine returns an error, the sparse-read state is not reset. The OSD client will then interpret the beginning of a new reply as the continuation of the old one. If this makes the sparse-read machinery enter a failure state, it may never recover, producing loops like: libceph: [0] got 0 extents libceph: data len 142248331 != extent len 0 libceph: osd0 (1)...:6801 socket error on read libceph: data len 142248331 != extent len 0 libceph: osd0 (1)...:6801 socket error on read Therefore, reset the sparse-read state in osd_fault(), ensuring retries start from a clean state.