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

exploitDog

rocky логотип

RLSA-2026:55764

Опубликовано: 18 авг. 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: mm/slub: avoid accessing metadata when pointer is invalid in object_err() (CVE-2025-39902)

  • kernel: drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set() (CVE-2026-43206)

  • kernel: crypto: ccp - copy IV using skcipher ivsize (CVE-2026-53016)

  • kernel: drm/amd/display: Clamp VBIOS HDMI retimer register count to array size (CVE-2026-53136)

  • kernel: drm/amd/display: Use krealloc_array() in dal_vector_reserve() (CVE-2026-53329)

  • kernel: drm/amdgpu: zero-initialize GART table on allocation (CVE-2026-53374)

  • kernel: drm/i915: Fix potential UAF in TTM object purge (CVE-2026-63884)

  • kernel: drm/amdgpu: fix amdgpu_hmm_range_get_pages (CVE-2026-63879)

  • kernel: drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async (CVE-2026-64219)

  • kernel: can:bcm: arbitrary kernel code execution leading to escalate privileges (CVE-2026-17523)

Bug Fix(es) and Enhancement(s):

  • Backport "sched/deadline: Fix bandwidth reclaim equation in GRUB" to Rocky Linux 8.10 (JIRA:Rocky Linux-189997)

  • vhost: reset the vring metadata cache on vring reconfiguration [rhel-8.10.z] (JIRA:Rocky Linux-224556)

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

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

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

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

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

CVSS3: 7.1
ubuntu
11 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid accessing metadata when pointer is invalid in object_err() object_err() reports details of an object for further debugging, such as the freelist pointer, redzone, etc. However, if the pointer is invalid, attempting to access object metadata can lead to a crash since it does not point to a valid object. One known path to the crash is when alloc_consistency_checks() determines the pointer to the allocated object is invalid because of a freelist corruption, and calls object_err() to report it. The debug code should report and handle the corruption gracefully and not crash in the process. In case the pointer is NULL or check_valid_pointer() returns false for the pointer, only print the pointer value and skip accessing metadata.

CVSS3: 5.8
redhat
11 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid accessing metadata when pointer is invalid in object_err() object_err() reports details of an object for further debugging, such as the freelist pointer, redzone, etc. However, if the pointer is invalid, attempting to access object metadata can lead to a crash since it does not point to a valid object. One known path to the crash is when alloc_consistency_checks() determines the pointer to the allocated object is invalid because of a freelist corruption, and calls object_err() to report it. The debug code should report and handle the corruption gracefully and not crash in the process. In case the pointer is NULL or check_valid_pointer() returns false for the pointer, only print the pointer value and skip accessing metadata.

CVSS3: 7.1
nvd
11 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid accessing metadata when pointer is invalid in object_err() object_err() reports details of an object for further debugging, such as the freelist pointer, redzone, etc. However, if the pointer is invalid, attempting to access object metadata can lead to a crash since it does not point to a valid object. One known path to the crash is when alloc_consistency_checks() determines the pointer to the allocated object is invalid because of a freelist corruption, and calls object_err() to report it. The debug code should report and handle the corruption gracefully and not crash in the process. In case the pointer is NULL or check_valid_pointer() returns false for the pointer, only print the pointer value and skip accessing metadata.

CVSS3: 5.5
msrc
11 месяцев назад

mm/slub: avoid accessing metadata when pointer is invalid in object_err()