RHSA-2025:17734HighCVSS 7.3

Red Hat Security Advisory: kernel security update

Published
October 13, 2025
Last Modified
August 4, 2026

🔗 CVE IDs covered (5)

📋 Description

CVE-2022-50087 — kernel: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails CVE-2023-53186 — kernel: skbuff: Fix a race between coalescing and releasing SKBs CVE-2025-37823 — kernel: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too CVE-2025-37914 — kernel: net_sched: ets: Fix double list add in class with netem as child qdisc CVE-2025-38498 — kernel: do_change_type(): refuse to operate on unmounted/not ours mounts

🎯 Affected products169

  • Red Hat Enterprise Linux AppStream E4S (v.9.2)
  • Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • bpftool-0:7.0.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • bpftool-0:7.0.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • bpftool-0:7.0.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • bpftool-0:7.0.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
  • bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
  • bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
  • bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
  • bpftool-debuginfo-0:7.0.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-0:5.14.0-284.142.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-0:5.14.0-284.142.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-0:5.14.0-284.142.1.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-0:5.14.0-284.142.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-64k-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-64k-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-64k-debug-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-64k-debug-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
  • kernel-64k-debug-debuginfo-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-64k-debug-devel-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
  • kernel-64k-debug-devel-matched-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
  • kernel-64k-debug-modules-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-64k-debug-modules-core-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • kernel-64k-debug-modules-extra-0:5.14.0-284.142.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
  • +139 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: It is not possible to completely eliminate the theoretical risk of a remote exploit, but the attack is fairly complex and in many realistic deployments cannot be triggered from outside the local network. You can substantially reduce the likelihood of a successful attack by disabling network features that cause drivers to use the page_pool/zero-copy receive paths. The following commands are a conceptual example of mitigations — adapt them to your interface and driver: # replace eth0 with the actual interface name # turn off generic offloads that often change skb handling ethtool -K eth0 gro off lro off gso off tso off rx off # disable rx/tx offload flags separately: ethtool -K eth0 rxvlan off rxhash off # disable specific features (driver dependent) ethtool -k eth0 Workaround: If ETS (Enhanced Transmission Selection) scheduler not being used, then the mitigation would be to disabled related Kernel module. To mitigate this issue, prevent module sch_ets from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. sch_ets 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.

🔗 References (8)