RHSA-2026:37729HighCVSS 7.8

Red Hat Security Advisory: kernel security update

Published
July 10, 2026
Last Modified
August 25, 2026

🔗 CVE IDs covered (4)

📋 Description

CVE-2026-43074 — kernel: eventpoll: defer struct eventpoll free to RCU grace period CVE-2026-46113 — kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected GFN CVE-2026-46242 — kernel: eventpoll: fix ep_remove struct eventpoll / struct file UAF CVE-2026-53359 — kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected role

🎯 Affected products200

  • Red Hat Enterprise Linux AppStream E4S (v.9.4)
  • Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • Red Hat Enterprise Linux Real Time E4S (v.9.4)
  • Red Hat Enterprise Linux Real Time for NFV E4S (v.9.4)
  • bpftool-0:7.3.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • bpftool-0:7.3.0-427.137.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • bpftool-0:7.3.0-427.137.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • bpftool-0:7.3.0-427.137.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.4)
  • bpftool-debuginfo-0:7.3.0-427.137.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV E4S (v.9.4)
  • kernel-0:5.14.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-0:5.14.0-427.137.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-0:5.14.0-427.137.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-0:5.14.0-427.137.1.el9_4.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-0:5.14.0-427.137.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-64k-0:5.14.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-64k-core-0:5.14.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-64k-debug-0:5.14.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-64k-debug-core-0:5.14.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-64k-debug-debuginfo-0:5.14.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)
  • kernel-64k-debug-debuginfo-0:5.14.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.4)
  • kernel-64k-debug-devel-0:5.14.0-427.137.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)
  • +170 more not shown

✅ Remediation

For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. Workaround: Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability. Workaround: This vulnerability can be mitigated by disabling nested virtualization. Create a file in `/etc/modprobe.d/` with a descriptive name, such as `cve-2026-53359-mitigation.conf`. In that file, disable nested virtualization for the `kvm_intel` and `kvm_amd` kernel modules: ``` options kvm-intel nested=0 options kvm-amd nested=0 ``` Use `lsmod` to determine if either module is already loaded. If so, remove loaded modules with `modprobe -r`. To validate that nested virtualization is disabled, read the files `/sys/module/kvm_intel/parameters/nested` and `/sys/module/kvm_amd/parameters/nested`. If these modules are loaded, those files should read `N` to indicate that the feature is disabled. In OpenShift 4, a MachineConfig can be utilized to create a modprobe configuration allowing control of the module on applicable nodes. See the following article for an example. https://access.redhat.com/solutions/6979679

🔗 References (6)