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

exploitDog

rocky логотип

RLSA-2026:54343

Опубликовано: 13 авг. 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: accel/ivpu: Fix signed integer truncation in IPC receive (CVE-2026-53202)

  • kernel: net/sched: act_api: use RCU with deferred freeing for action lifecycle (CVE-2026-53264)

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

  • kernel: perf/aux: Fix page UAF in map_range() (CVE-2026-64300)

Bug Fix(es) and Enhancement(s):

  • netfilter: CVE backports for Rocky Linux 10.2.z (JIRA:Rocky Linux-185311)

  • tlbflush - Windows Driver Verifier catches FLTMGR/Ntfs crashes during KVM 42-VM soak test on AMD EPYC Turin [rhel-10.2.z] (JIRA:Rocky Linux-214436)

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 10

НаименованиеАрхитектураРелизRPM
kernel-64k-debug-coreaarch64211.47.1.el10_2kernel-64k-debug-core-6.12.0-211.47.1.el10_2.aarch64.rpm
kernel-abi-stablelistsnoarch211.47.1.el10_2kernel-abi-stablelists-6.12.0-211.47.1.el10_2.noarch.rpm
kernel-64k-debug-modulesaarch64211.47.1.el10_2kernel-64k-debug-modules-6.12.0-211.47.1.el10_2.aarch64.rpm
kernel-debug-coreaarch64211.47.1.el10_2kernel-debug-core-6.12.0-211.47.1.el10_2.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64211.47.1.el10_2kernel-debuginfo-common-aarch64-6.12.0-211.47.1.el10_2.aarch64.rpm
kernel-64k-debug-modules-extraaarch64211.47.1.el10_2kernel-64k-debug-modules-extra-6.12.0-211.47.1.el10_2.aarch64.rpm
kernel-uki-virt-addonsaarch64211.47.1.el10_2kernel-uki-virt-addons-6.12.0-211.47.1.el10_2.aarch64.rpm
kernel-64k-debug-modules-coreaarch64211.47.1.el10_2kernel-64k-debug-modules-core-6.12.0-211.47.1.el10_2.aarch64.rpm
kernel-modules-coreaarch64211.47.1.el10_2kernel-modules-core-6.12.0-211.47.1.el10_2.aarch64.rpm
kernel-toolsaarch64211.47.1.el10_2kernel-tools-6.12.0-211.47.1.el10_2.aarch64.rpm

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

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

oracle-oval
около 1 месяца назад

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

rocky
около 1 месяца назад

Important: kernel security, bug fix, and enhancement update

oracle-oval
около 1 месяца назад

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

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

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix signed integer truncation in IPC receive Fix potential buffer overflow where firmware-supplied data_size is cast to signed int before being used in min_t(). Large unsigned values (>= 0x80000000) become negative, causing unsigned wraparound and oversized memcpy operations that can overflow the stack buffer. Change min_t(int, ...) to min() as both values are unsigned and can be handled by min() without explicit cast.

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

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix signed integer truncation in IPC receive Fix potential buffer overflow where firmware-supplied data_size is cast to signed int before being used in min_t(). Large unsigned values (>= 0x80000000) become negative, causing unsigned wraparound and oversized memcpy operations that can overflow the stack buffer. Change min_t(int, ...) to min() as both values are unsigned and can be handled by min() without explicit cast.