RHSA-2026:47869HighCVSS 7.8

Red Hat Security Advisory: kernel security update

Published
July 29, 2026
Last Modified
July 31, 2026

🔗 CVE IDs covered (5)

📋 Description

CVE-2025-40026 — kernel: KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O CVE-2026-31488 — kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation CVE-2026-31684 — kernel: net: sched: act_csum: validate nested VLAN headers CVE-2026-46116 — kernel: xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete CVE-2026-46135 — kernel: nvmet-tcp: fix race between ICReq handling and queue teardown

🎯 Affected products74

  • Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • bpftool-0:4.18.0-477.156.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • bpftool-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • bpftool-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • bpftool-debuginfo-0:4.18.0-477.156.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • bpftool-debuginfo-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • bpftool-debuginfo-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • kernel-0:4.18.0-477.156.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-0:4.18.0-477.156.1.el8_8.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-0:4.18.0-477.156.1.el8_8.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • kernel-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • kernel-abi-stablelists-0:4.18.0-477.156.1.el8_8.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-abi-stablelists-0:4.18.0-477.156.1.el8_8.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • kernel-core-0:4.18.0-477.156.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-core-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-core-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • kernel-debug-0:4.18.0-477.156.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-debug-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-debug-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • kernel-debug-core-0:4.18.0-477.156.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-debug-core-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-debug-core-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • kernel-debug-debuginfo-0:4.18.0-477.156.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-debug-debuginfo-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-debug-debuginfo-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • kernel-debug-devel-0:4.18.0-477.156.1.el8_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-debug-devel-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)
  • kernel-debug-devel-0:4.18.0-477.156.1.el8_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)
  • +44 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. Red Hat recommends treating all kernel errata as security-relevant. Given the kernel's fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers' overall security posture. Because of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat's CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available. 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 Workaround: Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.

🔗 References (8)