Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2024:5256 - Security Advisory
Issued:
2024-08-13
Updated:
2024-08-13

RHSA-2024:5256 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: kernel-rt security update

Type/Severity

Security Advisory: Important

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An update for kernel-rt is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.

Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.

Description

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.

Security Fix(es):

  • kernel: netfilter: nf_tables: disallow anonymous set with timeout flag (CVE-2024-26642)
  • kernel: netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain (CVE-2024-26808)
  • kernel: TIPC message reassembly use-after-free remote code execution vulnerability (CVE-2024-36886)
  • kernel: fs: sysfs: Fix reference leak in sysfs_break_active_protection() (CVE-2024-26993)
  • kernel: dmaengine/idxd: hardware erratum allows potential security problem with direct access by untrusted application (CVE-2024-21823)
  • kernel: netfilter: nf_tables: use timestamp to check for set element timeout (CVE-2024-27397)
  • kernel: netfilter: nft_flow_offload: reset dst in route object after setting up flow (CVE-2024-27403)
  • kernel: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (CVE-2024-35898)
  • kernel: netfilter: nf_tables: discard table flag update with pending basechain deletion (CVE-2024-35897)
  • kernel: net: CVE-2024-36971 kernel: UAF in network route management (CVE-2024-36971)
  • kernel: ionic: fix use after netif_napi_del() (CVE-2024-39502)
  • kernel: scsi: qedi: Fix crash while reading debugfs attribute (CVE-2024-40978)
  • kernel: net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change (CVE-2021-47624)
  • kernel: virtio-net: tap: mlx5_core short frame denial of service (CVE-2024-41090)
  • kernel: virtio-net: tun: mlx5_core short frame denial of service (CVE-2024-41091)

Bug Fix(es):

  • kernel-rt: update RT source tree to the latest RHEL-9.0.z Batch 19 (JIRA:RHEL-45540)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0 x86_64

Fixes

  • BZ - 2270881 - CVE-2024-26642 kernel: netfilter: nf_tables: disallow anonymous set with timeout flag
  • BZ - 2273405 - CVE-2024-26808 kernel: netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain
  • BZ - 2277238 - CVE-2024-36886 kernel: TIPC message reassembly use-after-free remote code execution vulnerability
  • BZ - 2278314 - CVE-2024-26993 kernel: fs: sysfs: Fix reference leak in sysfs_break_active_protection()
  • BZ - 2278989 - CVE-2024-21823 kernel: dmaengine/idxd: hardware erratum allows potential security problem with direct access by untrusted application
  • BZ - 2280434 - CVE-2024-27397 kernel: netfilter: nf_tables: use timestamp to check for set element timeout
  • BZ - 2281127 - CVE-2024-27403 kernel: netfilter: nft_flow_offload: reset dst in route object after setting up flow
  • BZ - 2281669 - CVE-2024-35898 kernel: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()
  • BZ - 2281672 - CVE-2024-35897 kernel: netfilter: nf_tables: discard table flag update with pending basechain deletion
  • BZ - 2292331 - CVE-2024-36971 kernel: net: CVE-2024-36971 kernel: UAF in network route management
  • BZ - 2297474 - CVE-2024-39502 kernel: ionic: fix use after netif_napi_del()
  • BZ - 2297562 - CVE-2024-40978 kernel: scsi: qedi: Fix crash while reading debugfs attribute
  • BZ - 2298108 - CVE-2021-47624 kernel: net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
  • BZ - 2299240 - CVE-2024-41090 kernel: virtio-net: tap: mlx5_core short frame denial of service
  • BZ - 2299336 - CVE-2024-41091 kernel: virtio-net: tun: mlx5_core short frame denial of service

CVEs

  • CVE-2021-47624
  • CVE-2024-21823
  • CVE-2024-26642
  • CVE-2024-26808
  • CVE-2024-26993
  • CVE-2024-27397
  • CVE-2024-27403
  • CVE-2024-35897
  • CVE-2024-35898
  • CVE-2024-36886
  • CVE-2024-36971
  • CVE-2024-39502
  • CVE-2024-40978
  • CVE-2024-41090
  • CVE-2024-41091

References

  • https://access.redhat.com/security/updates/classification/#important
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.0

SRPM
kernel-rt-5.14.0-70.112.1.rt21.184.el9_0.src.rpm SHA-256: 22214f054886a9a806dc35cc5820b5e3a185ec7cdaf0fe7ccebe75c9c7571946
x86_64
kernel-rt-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 57e9b2e0f7ee3b2bf6e35c44c5a2f5d7e69c1801c50f1aa4a8fd253e2aaa6ba9
kernel-rt-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 57e9b2e0f7ee3b2bf6e35c44c5a2f5d7e69c1801c50f1aa4a8fd253e2aaa6ba9
kernel-rt-core-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 95ab31b21e769ad6e8189c9288c242b6e8c13152e51d1d2486c6ff35fe7b9218
kernel-rt-core-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 95ab31b21e769ad6e8189c9288c242b6e8c13152e51d1d2486c6ff35fe7b9218
kernel-rt-debug-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: d6affa49ade18d7d626605f8cc49f37ae341051d36bae5db76105540a126a93f
kernel-rt-debug-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: d6affa49ade18d7d626605f8cc49f37ae341051d36bae5db76105540a126a93f
kernel-rt-debug-core-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 29aa0927fa9353052e903a0b648db22bd436ad775aa2dcd42c36a556586a9a2b
kernel-rt-debug-core-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 29aa0927fa9353052e903a0b648db22bd436ad775aa2dcd42c36a556586a9a2b
kernel-rt-debug-debuginfo-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: eb176f4b1245461fa81934006aa5282d95b1006734e6629dffbced71f29ceae2
kernel-rt-debug-debuginfo-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: eb176f4b1245461fa81934006aa5282d95b1006734e6629dffbced71f29ceae2
kernel-rt-debug-devel-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 081e333b69a3ebb4279352ec48645638ef9db4067ef55dde2a078256ebb5d9f3
kernel-rt-debug-devel-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 081e333b69a3ebb4279352ec48645638ef9db4067ef55dde2a078256ebb5d9f3
kernel-rt-debug-kvm-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: e1ff464bb5a155efd9c1db132935419c03bf7e050ef94409001c831c4cdabb39
kernel-rt-debug-modules-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 424e78b7a155a1d0847cd6c7f96e756909c453f02af8b15618aefe673b428db3
kernel-rt-debug-modules-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 424e78b7a155a1d0847cd6c7f96e756909c453f02af8b15618aefe673b428db3
kernel-rt-debug-modules-extra-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 27952656584b8eb25fe681f6bcaeffb031fd10c4f9b0906a06b5c6a6ae422339
kernel-rt-debug-modules-extra-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 27952656584b8eb25fe681f6bcaeffb031fd10c4f9b0906a06b5c6a6ae422339
kernel-rt-debuginfo-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 199cf179d70863cdb763a5ce7e019ba8aef40133f52fe0494f08412b47ccd852
kernel-rt-debuginfo-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 199cf179d70863cdb763a5ce7e019ba8aef40133f52fe0494f08412b47ccd852
kernel-rt-debuginfo-common-x86_64-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 9c326eab9d203654c62591af293f1ed5f1b25643e53ec6b3972ef76ff2d0f9a4
kernel-rt-debuginfo-common-x86_64-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 9c326eab9d203654c62591af293f1ed5f1b25643e53ec6b3972ef76ff2d0f9a4
kernel-rt-devel-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 8a2c6a5f9206da5f6c9ca994bb818434fabe1d3b43a51942364cbb3a20245ecb
kernel-rt-devel-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: 8a2c6a5f9206da5f6c9ca994bb818434fabe1d3b43a51942364cbb3a20245ecb
kernel-rt-kvm-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: f419436bc907e2965ffb95dbcc4c80dc7dac6d0b759e6eb1724b37e4e322fc21
kernel-rt-modules-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: dcfd9d109977c94a10960e58b2f7533c2c279b37cde61320808abaafa4dd8bab
kernel-rt-modules-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: dcfd9d109977c94a10960e58b2f7533c2c279b37cde61320808abaafa4dd8bab
kernel-rt-modules-extra-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: de70c1d64edf7b1ccfe350fadc79cd38623e9d937dc3cd86ad95e596c9fdfc81
kernel-rt-modules-extra-5.14.0-70.112.1.rt21.184.el9_0.x86_64.rpm SHA-256: de70c1d64edf7b1ccfe350fadc79cd38623e9d937dc3cd86ad95e596c9fdfc81

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat X (formerly Twitter)

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility