Red Hat Security Advisory: kernel security update
🔗 CVE IDs covered (6)
📋 Description
CVE-2023-52605 — kernel: ACPI: extlog: fix NULL pointer dereference check CVE-2023-52922 — kernel: can: bcm: Fix UAF in bcm_proc_show() CVE-2024-50264 — kernel: vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans CVE-2024-50302 — kernel: HID: core: zero-initialize the report buffer CVE-2024-53113 — kernel: mm: fix NULL pointer dereference in alloc_pages_bulk_noprof CVE-2024-53197 — kernel: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices
🎯 Affected products200
- Red Hat CodeReady Linux Builder (v. 9)
- Red Hat Enterprise Linux AppStream (v. 9)
- Red Hat Enterprise Linux BaseOS (v. 9)
- Red Hat Enterprise Linux Real Time (v. 9)
- Red Hat Enterprise Linux Real Time for NFV (v. 9)
- bpftool-0:7.4.0-503.31.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- bpftool-0:7.4.0-503.31.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- bpftool-0:7.4.0-503.31.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- bpftool-0:7.4.0-503.31.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)
- bpftool-debuginfo-0:7.4.0-503.31.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)
- kernel-0:5.14.0-503.31.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- kernel-0:5.14.0-503.31.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- kernel-0:5.14.0-503.31.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- kernel-0:5.14.0-503.31.1.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- kernel-0:5.14.0-503.31.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- kernel-64k-0:5.14.0-503.31.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- kernel-64k-core-0:5.14.0-503.31.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)
- +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 vulnerability, prevent the `bcm` kernel module from loading by blacklisting it. Create a file named `/etc/modprobe.d/blacklist-bcm.conf` with the following content: ``` blacklist bcm ``` After creating the file, regenerate the initramfs and reboot the system for the changes to take effect. This mitigation may impact systems that rely on CAN BCM functionality. If CAN BCM is required, this mitigation is not suitable. A system reboot is required for the changes to take effect. 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. Workaround: To mitigate this issue, prevent module snd-usb-audio from being loaded. As the snd_usb_audio module will be auto-loaded when a usb device is hot plugged, the module can be prevented by loading with the following instructions: # echo "install snd_usb_audio /bin/true" >> /etc/modprobe.d/disable-snd-usb-audio.conf The system will need to be restarted if the modules are loaded. In most circumstances, the sound kernel modules will be unable to be unloaded while any programs are active and the device are in use. If the system requires this module to work correctly, this mitigation may not be suitable. If you need further assistance, see KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.
🔗 References (9)
- selfhttps://access.redhat.com/errata/RHSA-2025:2627
- externalhttps://access.redhat.com/security/updates/classification/#important
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2268295
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2327168
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2327169
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2329370
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2329924
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2334412
- selfhttps://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2627.json