CVE & CISA-KEV Catalog

CVE-2023-54114

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment() As the call trace shows, skb_panic was caused by wrong skb->mac_header in nsh_gso_segment(): invalid opcode: 0000 [#1] PREEMPT SMP KASAN PTI CPU: 3 PID: 2737 Comm: syz Not tainted 6.3.0-next-20230505 #1 RIP: 0010:skb_panic+0xda/0xe0 call Trace: skb_push+0x91/0xa0 nsh_gso_segment+0x4f3/0x570 skb_mac_gso_segment+0x19e/0x270 __skb_gso_segment+0x1e8/0x3c0 validate_xmit_skb+0x452/0x890 validate_xmit_skb_list+0x99/0xd0 sch_direct_xmit+0x294/0x7c0 __dev_queue_xmit+0x16f0/0x1d70 packet_xmit+0x185/0x210 packet_snd+0xc15/0x1170 packet_sendmsg+0x7b/0xa0 sock_sendmsg+0x14f/0x160 The root cause is: nsh_gso_segment() use skb->network_header - nhoff to reset mac_header in skb_gso_error_unwind() if inner-layer protocol gso fails. However, skb->network_header may be reset by inner-layer protocol gso function e.g. mpls_gso_segment. skb->mac_header reset by the inaccurate network_header will be larger than skb headroom. nsh_gso_segment nhoff = skb->network_header - skb->mac_header; __skb_pull(skb,nsh_len) skb_mac_gso_segment mpls_gso_segment skb_reset_network_header(skb);//skb->network_header+=nsh_len return -EINVAL; skb_gso_error_unwind skb_push(skb, nsh_len); skb->mac_header = skb->network_header - nhoff; // skb->mac_header > skb->headroom, cause skb_push panic Use correct mac_offset to restore mac_header and get rid of nhoff.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.191-1CVE-2023-54114
Fixed in:6.1.37-1CVE-2023-54114
Fixed in:6.3.7-1CVE-2023-54114
Fixed in:6.3.7-1CVE-2023-54114
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftoolRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:7.3.0-427.72.1.el9_4RHSA-2025:8796
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernelRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64kRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-debugRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-develRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-cross-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-cross-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debugRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debugRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-develRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-tools-libsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperf-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
perfRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
python3-perfRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
rhel8/flatpakRocky
Fixed in:sdk@sha256:37a786d6f9ebeb1f63d0672026492ec9040bf6eb50253ea1b9dc7c3e03a8a438_amd64RHBA-2024:5207
rhel8/flatpakRed Hat / RHEL
Fixed in:sdk@sha256:37a786d6f9ebeb1f63d0672026492ec9040bf6eb50253ea1b9dc7c3e03a8a438_amd64RHBA-2024:5207
rhel8/gcc-toolsetRocky
Fixed in:13-toolchain@sha256:db1e81474e08b958fd19bbb9094b73201fd77e2b2f1b62bb8ba598262677c07d_amd64RHBA-2024:5233
Fixed in:13-toolchain@sha256:02c46457d5914c9598b37118e02819d935e0a090b7d64c7ed597e6430687c1be_arm64RHBA-2024:5233
Fixed in:13-toolchain@sha256:449a18a62dbba4399e569a1d6ad005319e438139cbc3ab88df7c6d3cbc5ab90e_ppc64leRHBA-2024:5233
Fixed in:13-toolchain@sha256:20e84ff9d9e450e09f5443531ba9da0f24a556420f3555cc4ba3743ee78ee278_s390xRHBA-2024:5233
rhel8/gcc-toolsetRed Hat / RHEL
Fixed in:13-toolchain@sha256:02c46457d5914c9598b37118e02819d935e0a090b7d64c7ed597e6430687c1be_arm64RHBA-2024:5233
Fixed in:13-toolchain@sha256:db1e81474e08b958fd19bbb9094b73201fd77e2b2f1b62bb8ba598262677c07d_amd64RHBA-2024:5233
Fixed in:13-toolchain@sha256:20e84ff9d9e450e09f5443531ba9da0f24a556420f3555cc4ba3743ee78ee278_s390xRHBA-2024:5233
Fixed in:13-toolchain@sha256:449a18a62dbba4399e569a1d6ad005319e438139cbc3ab88df7c6d3cbc5ab90e_ppc64leRHBA-2024:5233
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
rtlaRocky
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
rvRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796
Fixed in:0:5.14.0-427.72.1.el9_4RHSA-2025:8796

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.18%probability of exploitation in 30 days
8thpercentile

Low risk: more likely to be exploited than 8% of all known CVEs.

References

Embed a live status badge for CVE-2023-54114
CVE-2023-54114 severity badge

Markdown

[![CVE-2023-54114](https://tridentstack.com/cve/badge/CVE-2023-54114.svg)](https://tridentstack.com/cve/CVE-2023-54114)

HTML

<a href="https://tridentstack.com/cve/CVE-2023-54114"><img src="https://tridentstack.com/cve/badge/CVE-2023-54114.svg" alt="CVE-2023-54114"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-12-29.