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

exploitDog

rocky логотип

RLSA-2026:45115

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

  • kernel: xfrm single-frag length not properly limited

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

  • kernel: tipc: fix double-free in tipc_buf_append() (CVE-2026-52993)

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
bpftoolaarch64553.147.1.el8_10bpftool-4.18.0-553.147.1.el8_10.aarch64.rpm
kernelaarch64553.147.1.el8_10kernel-4.18.0-553.147.1.el8_10.aarch64.rpm
kernel-abi-stablelistsnoarch553.147.1.el8_10kernel-abi-stablelists-4.18.0-553.147.1.el8_10.noarch.rpm
kernel-coreaarch64553.147.1.el8_10kernel-core-4.18.0-553.147.1.el8_10.aarch64.rpm
kernel-debugaarch64553.147.1.el8_10kernel-debug-4.18.0-553.147.1.el8_10.aarch64.rpm
kernel-debug-coreaarch64553.147.1.el8_10kernel-debug-core-4.18.0-553.147.1.el8_10.aarch64.rpm
kernel-debug-develaarch64553.147.1.el8_10kernel-debug-devel-4.18.0-553.147.1.el8_10.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64553.147.1.el8_10kernel-debuginfo-common-aarch64-4.18.0-553.147.1.el8_10.aarch64.rpm
kernel-debug-modulesaarch64553.147.1.el8_10kernel-debug-modules-4.18.0-553.147.1.el8_10.aarch64.rpm
kernel-debug-modules-extraaarch64553.147.1.el8_10kernel-debug-modules-extra-4.18.0-553.147.1.el8_10.aarch64.rpm

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

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

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

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

rocky
7 дней назад

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-45192: kernel security, bug fix, and enhancement 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...