Red Hat Security Advisory: kernel security update
🔗 CVE IDs covered (10)
📋 Description
CVE-2022-50341 — kernel: cifs: fix oops during encryption CVE-2022-50673 — kernel: ext4: fix use-after-free in ext4_orphan_cleanup CVE-2023-53539 — kernel: RDMA/rxe: Fix incomplete state save in rxe_requester CVE-2023-53581 — kernel: net/mlx5e: Check for NOT_READY flag state after locking CVE-2023-53833 — kernel: drm/i915: Fix NULL ptr deref by checking new_crtc_state CVE-2025-40154 — kernel: ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping CVE-2025-40304 — kernel: Linux kernel: Out-of-bounds write in fbdev can lead to privilege escalation, information disclosure, or denial of service. CVE-2025-40322 — kernel: Linux kernel: Information disclosure and denial of service via out-of-bounds read in font glyph handling CVE-2025-68301 — kernel: net: atlantic: fix fragment overflow handling in RX path CVE-2025-68349 — kernel: NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
🎯 Affected products26
- Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- bpftool-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- bpftool-debuginfo-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-0:4.18.0-193.185.1.el8_2.src as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-abi-whitelists-0:4.18.0-193.185.1.el8_2.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-core-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-debug-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-debug-core-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-debug-debuginfo-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-debug-devel-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-debug-modules-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-debug-modules-extra-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-debuginfo-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-debuginfo-common-x86_64-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-devel-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-doc-0:4.18.0-193.185.1.el8_2.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-modules-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-modules-extra-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-tools-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-tools-debuginfo-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- kernel-tools-libs-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- perf-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- perf-debuginfo-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- python3-perf-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
- python3-perf-debuginfo-0:4.18.0-193.185.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)
✅ 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: To mitigate this issue, prevent the rdma_rxe module from being loaded. See https://access.redhat.com/solutions/41278 for instructions on blacklisting kernel modules. Workaround: To mitigate this issue, prevent the mlx5_core module from loading. See https://access.redhat.com/solutions/41278 for instructions on blacklisting kernel modules. Workaround: To mitigate this issue, prevent the i915 module from being loaded. See https://access.redhat.com/solutions/41278 for instructions on how to blacklist a kernel module. Note that this will disable Intel integrated graphics. Workaround: To mitigate this issue, prevent module snd-soc-core from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Workaround: To mitigate this issue, prevent the `fbdev` kernel module from loading if it is not required for system operation. Create a file named `/etc/modprobe.d/disable-fbdev.conf` with the following content: ``` install fbdev /bin/true blacklist fbdev ``` After creating the file, regenerate the initramfs using `dracut -f -v` and reboot the system for the changes to take effect. This mitigation may impact systems that rely on `fbdev` for console display or specific graphics hardware, requiring careful evaluation before implementation. Workaround: To mitigate this issue, prevent the atlantic module from being loaded. See https://access.redhat.com/solutions/41278 for instructions. Workaround: If NFS service not being used, then disable it to prevent possibility of triggering this bug (and usually it is disabled by default): sudo systemctl stop nfs-server sudo systemctl disable nfs-server
🔗 References (13)
- selfhttps://access.redhat.com/errata/RHSA-2026:2664
- externalhttps://access.redhat.com/security/updates/classification/#moderate
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2395879
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2401510
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2401545
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2414494
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2419870
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2419902
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2420347
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2420366
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2422836
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2424880
- selfhttps://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2664.json