Red Hat Security Advisory: kpatch-patch-5_14_0-570_116_1, kpatch-patch-5_14_0-570_17_1, kpatch-patch-5_14_0-570_39_1, kpatch-patch-5_14_0-570_66_1, and kpatch-patch-5_14_0-570_94_1 security update
🔗 CVE IDs covered (2)
📋 Description
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 products36
- Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_116_1-0:1-5.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_116_1-0:1-5.el9_6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_116_1-0:1-5.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_116_1-debuginfo-0:1-5.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_116_1-debuginfo-0:1-5.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_116_1-debugsource-0:1-5.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_116_1-debugsource-0:1-5.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_17_1-0:1-20.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_17_1-0:1-20.el9_6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_17_1-0:1-20.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_17_1-debuginfo-0:1-20.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_17_1-debuginfo-0:1-20.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_17_1-debugsource-0:1-20.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_17_1-debugsource-0:1-20.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_39_1-0:1-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_39_1-0:1-11.el9_6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_39_1-0:1-11.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_39_1-debuginfo-0:1-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_39_1-debuginfo-0:1-11.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_39_1-debugsource-0:1-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_39_1-debugsource-0:1-11.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_66_1-0:1-10.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_66_1-0:1-10.el9_6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_66_1-0:1-10.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_66_1-debuginfo-0:1-10.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_66_1-debuginfo-0:1-10.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_66_1-debugsource-0:1-10.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_66_1-debugsource-0:1-10.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- kpatch-patch-5_14_0-570_94_1-0:1-8.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)
- +6 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 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 (5)
- selfhttps://access.redhat.com/errata/RHSA-2026:44007
- externalhttps://access.redhat.com/security/updates/classification/#important
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2483519
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2497033
- selfhttps://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_44007.json