Red Hat Security Advisory: kernel security update
🔗 CVE IDs covered (7)
📋 Description
CVE-2026-31419 — kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service CVE-2026-31467 — kernel: Linux kernel: Denial of Service in erofs filesystem CVE-2026-31532 — kernel: can: raw: fix ro->uniq use-after-free in raw_rcv() CVE-2026-31581 — kernel: ALSA: 6fire: fix use-after-free on disconnect CVE-2026-43037 — kernel: ip6_tunnel: clear skb2->cb[] in ip4ip6_err() CVE-2026-43501 — kernel: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows CVE-2026-46054 — kernel: selinux: fix overlayfs mmap() and mprotect() access checks
🎯 Affected products200
- Red Hat Enterprise Linux AppStream (v. 10)
- Red Hat Enterprise Linux BaseOS (v. 10)
- Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- Red Hat Enterprise Linux Real Time (v. 10)
- Red Hat Enterprise Linux Real Time for NFV (v. 10)
- kernel-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-0:6.12.0-211.22.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-0:6.12.0-211.22.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-0:6.12.0-211.22.1.el10_2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-0:6.12.0-211.22.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-core-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-debug-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-debug-core-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-debug-debuginfo-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- kernel-64k-debug-debuginfo-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-debug-debuginfo-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- kernel-64k-debug-debuginfo-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)
- kernel-64k-debug-devel-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- kernel-64k-debug-devel-matched-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- kernel-64k-debug-modules-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-debug-modules-core-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-debug-modules-extra-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-debuginfo-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- kernel-64k-debuginfo-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- kernel-64k-debuginfo-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- kernel-64k-debuginfo-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)
- kernel-64k-devel-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- kernel-64k-devel-matched-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- kernel-64k-modules-0:6.12.0-211.22.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- +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: To mitigate this issue, prevent the `can` kernel module from loading if CAN functionality is not required. This can be achieved by blacklisting the module. Create a file named `/etc/modprobe.d/blacklist-can.conf` with the following content: ``` blacklist can install can /bin/true ``` After creating the file, regenerate the initramfs and reboot the system for the changes to take effect. ```bash dracut -f -v reboot ``` This mitigation may impact systems that rely on CAN interfaces for their operation. Workaround: To mitigate this issue, prevent the snd_usb_6fire module from being loaded. See https://access.redhat.com/solutions/41278 for instructions. Workaround: Mitigation for this issue is to skip loading the affected module `ip6_tunnel` onto the system till we have a fix available, this can be done by a blacklist mechanism, this will ensure the driver is not loaded at the boot time. ~~~ How do I blacklist a kernel module to prevent it from loading automatically? https://access.redhat.com/solutions/41278 ~~~ We may also want to detection and monitoring an affected system as below: ~~~ Monitor for exploitation attempts: # Enable kernel audit for IPv6 tunnel operations auditctl -a always,exit -F arch=b64 -S socket -F a0=10 -F a1=3 -k ipv6_tunnel # Monitor system logs for kernel panics/crashes journalctl -k -p err -f | grep -i "ip6_tunnel\|icmp\|stack" ~~~ Workaround: To mitigate this issue, disable IPv6 Source Routing by setting the `accept_source_route` sysctl parameter to 0 for all IPv6 interfaces. This can prevent the kernel from processing IPv6 Source Routing Headers, thereby avoiding the vulnerable code path. To disable IPv6 Source Routing: `sysctl -w net.ipv6.conf.all.accept_source_route=0` `sysctl -w net.ipv6.conf.default.accept_source_route=0` To make this change persistent across reboots, add the following lines to `/etc/sysctl.d/99-disable-ipv6-srh.conf`: `net.ipv6.conf.all.accept_source_route = 0` `net.ipv6.conf.default.accept_source_route = 0` Then, apply the changes with: `sysctl --system` Disabling IPv6 Source Routing may impact network configurations that rely on this feature.
🔗 References (10)
- selfhttps://access.redhat.com/errata/RHSA-2026:25191
- externalhttps://access.redhat.com/security/updates/classification/#critical
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2457829
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2460616
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2461107
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2461471
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2464351
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2480457
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2482025
- selfhttps://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25191.json