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

exploitDog

rocky логотип

RLSA-2026:64808

Опубликовано: 09 сент. 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: can: bcm: add locking for bcm_op runtime updates (CVE-2025-38004)

  • kernel: io_uring/poll: fix signed comparison in io_poll_get_ownership() (CVE-2026-52933)

  • kernel: netfilter: nat: use kfree_rcu to release ops (CVE-2026-53000)

  • kernel: smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked() (CVE-2026-64136)

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

  • kernel: nvmet-auth: validate reply message payload bounds against transfer length (CVE-2026-64319)

  • kernel: KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPU (CVE-2026-64287)

  • kernel: smb: client: fix change notify replay double-free (CVE-2026-64384)

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

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

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

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

ELSA-2026-64808-0: kernel security update (IMPORTANT)

rocky
6 дней назад

Important: kernel security, bug fix, and enhancement update

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

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

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

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking for bcm_op runtime updates The CAN broadcast manager (CAN BCM) can send a sequence of CAN frames via hrtimer. The content and also the length of the sequence can be changed resp reduced at runtime where the 'currframe' counter is then set to zero. Although this appeared to be a safe operation the updates of 'currframe' can be triggered from user space and hrtimer context in bcm_can_tx(). Anderson Nascimento created a proof of concept that triggered a KASAN slab-out-of-bounds read access which can be prevented with a spin_lock_bh. At the rework of bcm_can_tx() the 'count' variable has been moved into the protected section as this variable can be modified from both contexts too.

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

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking for bcm_op runtime updates The CAN broadcast manager (CAN BCM) can send a sequence of CAN frames via hrtimer. The content and also the length of the sequence can be changed resp reduced at runtime where the 'currframe' counter is then set to zero. Although this appeared to be a safe operation the updates of 'currframe' can be triggered from user space and hrtimer context in bcm_can_tx(). Anderson Nascimento created a proof of concept that triggered a KASAN slab-out-of-bounds read access which can be prevented with a spin_lock_bh. At the rework of bcm_can_tx() the 'count' variable has been moved into the protected section as this variable can be modified from both contexts too.