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:8614 - Security Advisory
Issued:
2024-10-30
Updated:
2024-10-30

RHSA-2024:8614 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: kernel-rt security update

Type/Severity

Security Advisory: Moderate

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.2 Extended Update Support.

Red Hat Product Security has rated this update as having a security impact of Moderate. 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: ovl: fix use after free in struct ovl_aio_req (CVE-2023-1252)
  • hw: cpu: intel: Native Branch History Injection (BHI) (CVE-2024-2201)
  • kernel: mm/sparsemem: fix race in accessing memory_section->usage (CVE-2023-52489)
  • kernel: blk-mq: fix IO hang from sbitmap wakeup race (CVE-2024-26671)
  • kernel: fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats (CVE-2024-26686)
  • kernel: mptcp: fix data re-injection from stale subflow (CVE-2024-26826)
  • kernel: mac802154: fix llsec key resources release in mac802154_llsec_key_del (CVE-2024-26961)
  • kernel: hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field (CVE-2021-47384)
  • kernel: mptcp: ensure snd_nxt is properly initialized on connect (CVE-2024-36889)
  • kernel: ipv6: prevent possible NULL dereference in rt6_probe() (CVE-2024-40960)
  • kernel: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (CVE-2024-40998)
  • kernel: filelock: fix potential use-after-free in posix_lock_inode (CVE-2024-41049)
  • kernel: mm: prevent derefencing NULL ptr in pfn_section_valid() (CVE-2024-41055)
  • kernel: nvmet: fix a possible leak when destroy a ctrl during qp establishment (CVE-2024-42152)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to 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

The system must be rebooted for this update to take effect.

Affected Products

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

Fixes

  • BZ - 2176140 - CVE-2023-1252 kernel: ovl: fix use after free in struct ovl_aio_req
  • BZ - 2268118 - CVE-2024-2201 hw: cpu: intel: Native Branch History Injection (BHI)
  • BZ - 2269189 - CVE-2023-52489 kernel: mm/sparsemem: fix race in accessing memory_section->usage
  • BZ - 2272811 - CVE-2024-26671 kernel: blk-mq: fix IO hang from sbitmap wakeup race
  • BZ - 2273109 - CVE-2024-26686 kernel: fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
  • BZ - 2275604 - CVE-2024-26826 kernel: mptcp: fix data re-injection from stale subflow
  • BZ - 2278176 - CVE-2024-26961 kernel: mac802154: fix llsec key resources release in mac802154_llsec_key_del
  • BZ - 2282356 - CVE-2021-47384 kernel: hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field
  • BZ - 2284571 - CVE-2024-36889 kernel: mptcp: ensure snd_nxt is properly initialized on connect
  • BZ - 2297544 - CVE-2024-40960 kernel: ipv6: prevent possible NULL dereference in rt6_probe()
  • BZ - 2297582 - CVE-2024-40998 kernel: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
  • BZ - 2300422 - CVE-2024-41049 kernel: filelock: fix potential use-after-free in posix_lock_inode
  • BZ - 2300429 - CVE-2024-41055 kernel: mm: prevent derefencing NULL ptr in pfn_section_valid()
  • BZ - 2301519 - CVE-2024-42152 kernel: nvmet: fix a possible leak when destroy a ctrl during qp establishment

CVEs

  • CVE-2021-47384
  • CVE-2023-1252
  • CVE-2023-52489
  • CVE-2024-2201
  • CVE-2024-26671
  • CVE-2024-26686
  • CVE-2024-26826
  • CVE-2024-26961
  • CVE-2024-36889
  • CVE-2024-40960
  • CVE-2024-40998
  • CVE-2024-41049
  • CVE-2024-41055
  • CVE-2024-42152

References

  • https://access.redhat.com/security/updates/classification/#moderate
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.2

SRPM
kernel-rt-5.14.0-284.90.1.rt14.375.el9_2.src.rpm SHA-256: c76967336a41c0a6dd4bde3e342fc7253a60a733aae3b6044920d5bdf1c177cb
x86_64
kernel-rt-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: c1511f08b503a663a51d27c4fe3ffef3ca322e3f3ac4a746618dfeed0119a872
kernel-rt-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: c1511f08b503a663a51d27c4fe3ffef3ca322e3f3ac4a746618dfeed0119a872
kernel-rt-core-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 201d7b740dcb5a141615814b86ea85738ac96617132d704852d253ec85b9b6f2
kernel-rt-core-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 201d7b740dcb5a141615814b86ea85738ac96617132d704852d253ec85b9b6f2
kernel-rt-debug-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 2f8940c44eba42b5de3daf775dc8b3f2625b2786942afeb5f035b566bffc5b48
kernel-rt-debug-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 2f8940c44eba42b5de3daf775dc8b3f2625b2786942afeb5f035b566bffc5b48
kernel-rt-debug-core-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 9210561a9fc66994166aba0628fa3db4483b6d3c12f2e791cd21e419366b2d90
kernel-rt-debug-core-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 9210561a9fc66994166aba0628fa3db4483b6d3c12f2e791cd21e419366b2d90
kernel-rt-debug-debuginfo-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: ee938bc26289d9bc179f2d69fd8e427d122f476a79038f9c777167ebce125c70
kernel-rt-debug-debuginfo-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: ee938bc26289d9bc179f2d69fd8e427d122f476a79038f9c777167ebce125c70
kernel-rt-debug-devel-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 5f2f970009dd448b9ade70a33462fef3bcf53e787dacc60adbad72907baeebff
kernel-rt-debug-devel-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 5f2f970009dd448b9ade70a33462fef3bcf53e787dacc60adbad72907baeebff
kernel-rt-debug-kvm-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 4d9262fc68718a7b6f378c793ea8b5f714c47403f9d110132da328bc6b3ca6a4
kernel-rt-debug-modules-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: d1a8ba5d1fd35802e081fb9ed45a153a135086099ca10bbb79d75ad83d3f1f42
kernel-rt-debug-modules-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: d1a8ba5d1fd35802e081fb9ed45a153a135086099ca10bbb79d75ad83d3f1f42
kernel-rt-debug-modules-core-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 8613913f0dc99d5783eb71c28974e5c08f66befb0e47829be37afc60ddece88b
kernel-rt-debug-modules-core-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 8613913f0dc99d5783eb71c28974e5c08f66befb0e47829be37afc60ddece88b
kernel-rt-debug-modules-extra-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 0d64d8362d49639c1c95844e4c81a3e011a69d3190774d4fa2f58a12da633a42
kernel-rt-debug-modules-extra-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 0d64d8362d49639c1c95844e4c81a3e011a69d3190774d4fa2f58a12da633a42
kernel-rt-debuginfo-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: eeee941fdd23e1962790d226888701ef6885fc4cf556947704fbd4d709bb0741
kernel-rt-debuginfo-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: eeee941fdd23e1962790d226888701ef6885fc4cf556947704fbd4d709bb0741
kernel-rt-debuginfo-common-x86_64-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 701a22938cf86f4953773be442a2f0da0570ad62b0df12bb768be968891a701f
kernel-rt-debuginfo-common-x86_64-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 701a22938cf86f4953773be442a2f0da0570ad62b0df12bb768be968891a701f
kernel-rt-devel-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: e5b26a319f4cc91fe708d6fdd88796e597753f37bdf13750a900e5cc98c5174b
kernel-rt-devel-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: e5b26a319f4cc91fe708d6fdd88796e597753f37bdf13750a900e5cc98c5174b
kernel-rt-kvm-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 5c58f6b1c16132d74d6466d3d573175a15162a0a5629fa22146c0f8883fcd38c
kernel-rt-modules-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 1301794258cea2a938666c9b9de1b5e937801fdf4a8403af86358d4971ab5e1a
kernel-rt-modules-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 1301794258cea2a938666c9b9de1b5e937801fdf4a8403af86358d4971ab5e1a
kernel-rt-modules-core-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 370d7e3044bb4f82e2ce9a6d4f90ca24e167766536337d16b02a1d83971f4376
kernel-rt-modules-core-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: 370d7e3044bb4f82e2ce9a6d4f90ca24e167766536337d16b02a1d83971f4376
kernel-rt-modules-extra-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: f2b71b3f69cdd6da90bdabeeef57cfd4652f4a9f728164172de5f5fd4c85a7d7
kernel-rt-modules-extra-5.14.0-284.90.1.rt14.375.el9_2.x86_64.rpm SHA-256: f2b71b3f69cdd6da90bdabeeef57cfd4652f4a9f728164172de5f5fd4c85a7d7

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

Red Hat LinkedIn YouTube Facebook 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

Red Hat legal and privacy links

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