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

exploitDog

rocky логотип

RLSA-2026:45192

Опубликовано: 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: KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O (CVE-2025-40026)

  • kernel: dm log: fix out-of-bounds write due to region_count overflow (CVE-2026-53059)

  • kernel: drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl() (CVE-2026-52976)

  • kernel: drm/xe/dma-buf: fix UAF with retry loop (CVE-2026-52950)

  • kernel: ipv6: fix possible UAF in icmpv6_rcv() (CVE-2026-53006)

Bug Fix(es) and Enhancement(s):

  • scsi device removal may hang from race with error recovery [rhel-9.8.z] (JIRA:Rocky Linux-187412)

  • [Rocky Linux9] kvm fixes for 2026-07-21 [rhel-9.8.z] (JIRA:Rocky Linux-213468)

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

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

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

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

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

rocky
8 дней назад

Important: kernel security update

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

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

CVSS3: 7.9
ubuntu
9 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O When completing emulation of instruction that generated a userspace exit for I/O, don't recheck L1 intercepts as KVM has already finished that phase of instruction execution, i.e. has already committed to allowing L2 to perform I/O. If L1 (or host userspace) modifies the I/O permission bitmaps during the exit to userspace, KVM will treat the access as being intercepted despite already having emulated the I/O access. Pivot on EMULTYPE_NO_DECODE to detect that KVM is completing emulation. Of the three users of EMULTYPE_NO_DECODE, only complete_emulated_io() (the intended "recipient") can reach the code in question. gp_interception()'s use is mutually exclusive with is_guest_mode(), and complete_emulated_insn_gp() unconditionally pairs EMULTYPE_NO_DECODE with EMULTYPE_SKIP. The bad behavior was detected by a syzkaller program that toggles port I/O...

CVSS3: 5.5
redhat
9 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O When completing emulation of instruction that generated a userspace exit for I/O, don't recheck L1 intercepts as KVM has already finished that phase of instruction execution, i.e. has already committed to allowing L2 to perform I/O. If L1 (or host userspace) modifies the I/O permission bitmaps during the exit to userspace, KVM will treat the access as being intercepted despite already having emulated the I/O access. Pivot on EMULTYPE_NO_DECODE to detect that KVM is completing emulation. Of the three users of EMULTYPE_NO_DECODE, only complete_emulated_io() (the intended "recipient") can reach the code in question. gp_interception()'s use is mutually exclusive with is_guest_mode(), and complete_emulated_insn_gp() unconditionally pairs EMULTYPE_NO_DECODE with EMULTYPE_SKIP. The bad behavior was detected by a syzkaller program that toggles port I/O...