CVE & CISA-KEV Catalog

CVE-2025-21961

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix truesize for mb-xdp-pass case When mb-xdp is set and return is XDP_PASS, packet is converted from xdp_buff to sk_buff with xdp_update_skb_shared_info() in bnxt_xdp_build_skb(). bnxt_xdp_build_skb() passes incorrect truesize argument to xdp_update_skb_shared_info(). The truesize is calculated as BNXT_RX_PAGE_SIZE * sinfo->nr_frags but the skb_shared_info was wiped by napi_build_skb() before. So it stores sinfo->nr_frags before bnxt_xdp_build_skb() and use it instead of getting skb_shared_info from xdp_get_shared_info_from_buff(). Splat looks like: ------------[ cut here ]------------ WARNING: CPU: 2 PID: 0 at net/core/skbuff.c:6072 skb_try_coalesce+0x504/0x590 Modules linked in: xt_nat xt_tcpudp veth af_packet xt_conntrack nft_chain_nat xt_MASQUERADE nf_conntrack_netlink xfrm_user xt_addrtype nft_coms CPU: 2 UID: 0 PID: 0 Comm: swapper/2 Not tainted 6.14.0-rc2+ #3 RIP: 0010:skb_try_coalesce+0x504/0x590 Code: 4b fd ff ff 49 8b 34 24 40 80 e6 40 0f 84 3d fd ff ff 49 8b 74 24 48 40 f6 c6 01 0f 84 2e fd ff ff 48 8d 4e ff e9 25 fd ff ff <0f> 0b e99 RSP: 0018:ffffb62c4120caa8 EFLAGS: 00010287 RAX: 0000000000000003 RBX: ffffb62c4120cb14 RCX: 0000000000000ec0 RDX: 0000000000001000 RSI: ffffa06e5d7dc000 RDI: 0000000000000003 RBP: ffffa06e5d7ddec0 R08: ffffa06e6120a800 R09: ffffa06e7a119900 R10: 0000000000002310 R11: ffffa06e5d7dcec0 R12: ffffe4360575f740 R13: ffffe43600000000 R14: 0000000000000002 R15: 0000000000000002 FS: 0000000000000000(0000) GS:ffffa0755f700000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f147b76b0f8 CR3: 00000001615d4000 CR4: 00000000007506f0 PKRU: 55555554 Call Trace: <IRQ> ? __warn+0x84/0x130 ? skb_try_coalesce+0x504/0x590 ? report_bug+0x18a/0x1a0 ? handle_bug+0x53/0x90 ? exc_invalid_op+0x14/0x70 ? asm_exc_invalid_op+0x16/0x20 ? skb_try_coalesce+0x504/0x590 inet_frag_reasm_finish+0x11f/0x2e0 ip_defrag+0x37a/0x900 ip_local_deliver+0x51/0x120 ip_sublist_rcv_finish+0x64/0x70 ip_sublist_rcv+0x179/0x210 ip_list_rcv+0xf9/0x130 How to reproduce: <Node A> ip link set $interface1 xdp obj xdp_pass.o ip link set $interface1 mtu 9000 up ip a a 10.0.0.1/24 dev $interface1 <Node B> ip link set $interfac2 mtu 9000 up ip a a 10.0.0.2/24 dev $interface2 ping 10.0.0.1 -s 65000 Following ping.py patch adds xdp-mb-pass case. so ping.py is going to be able to reproduce this issue.

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.20-1CVE-2025-21961
Fixed in:6.12.20-1CVE-2025-21961
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernelRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64kRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debugRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-docRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rtRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-toolsRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
libperfRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
perfRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
perf-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
python3-perfRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
rtlaRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
rvRocky
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:6.12.0-55.19.1.el10_0RHSA-2025:9896
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
Fixed in:0:5.14.0-570.22.1.el9_6RHSA-2025:9080
linuxUbuntu
Fixed in:6.8.0-84.84USN-7764-1
linux-awsUbuntu
Fixed in:6.8.0-1039.41USN-7764-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1039.41~22.04.1USN-7766-1
linux-azureUbuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-azure-6.11Ubuntu
Fixed in:6.11.0-1018.18~24.04.1USN-7628-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
linux-azure-nvidiaUbuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-gcpUbuntu
Fixed in:6.8.0-1040.42USN-7764-1
linux-gcp-6.11Ubuntu
Fixed in:6.11.0-1016.16~24.04.1USN-7605-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1040.42~22.04.1USN-7766-1
linux-gkeUbuntu
Fixed in:6.8.0-1036.40USN-7764-1
linux-gkeopUbuntu
Fixed in:6.8.0-1023.25USN-7764-1
linux-hwe-6.11Ubuntu
Fixed in:6.11.0-28.28~24.04.1USN-7605-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
linux-ibmUbuntu
Fixed in:6.8.0-1037.37USN-7779-1
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1037.37~22.04.1USN-7779-1
linux-image-6.11.0-1015-lowlatencyUbuntu
Fixed in:6.11.0-1015.16~24.04.2USN-7605-2
linux-image-6.11.0-1015-lowlatency-64kUbuntu
Fixed in:6.11.0-1015.16~24.04.2USN-7605-2
linux-image-6.11.0-1016-gcpUbuntu
Fixed in:6.11.0-1016.16~24.04.1USN-7605-1
linux-image-6.11.0-1016-gcp-64kUbuntu
Fixed in:6.11.0-1016.16~24.04.1USN-7605-1
linux-image-6.11.0-1018-azureUbuntu
Fixed in:6.11.0-1018.18~24.04.1USN-7628-1
linux-image-6.11.0-1018-azure-fdeUbuntu
Fixed in:6.11.0-1018.18~24.04.1USN-7628-1
linux-image-6.11.0-1024-oemUbuntu
Fixed in:6.11.0-1024.24USN-7606-1
linux-image-6.11.0-28-genericUbuntu
Fixed in:6.11.0-28.28~24.04.1USN-7605-1
linux-image-6.11.0-28-generic-64kUbuntu
Fixed in:6.11.0-28.28~24.04.1USN-7605-1
linux-image-6.8.0-1023-gkeopUbuntu
Fixed in:6.8.0-1023.25USN-7764-1
linux-image-6.8.0-1025-azure-nvidiaUbuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-image-6.8.0-1036-azureUbuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
linux-image-6.8.0-1036-azure-fdeUbuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
linux-image-6.8.0-1036-gkeUbuntu
Fixed in:6.8.0-1036.40USN-7764-1
linux-image-6.8.0-1036-gke-64kUbuntu
Fixed in:6.8.0-1036.40USN-7764-1
linux-image-6.8.0-1037-ibmUbuntu
Fixed in:6.8.0-1037.37~22.04.1USN-7779-1
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-6.8.0-1037-oracleUbuntu
Fixed in:6.8.0-1037.38~22.04.1USN-7801-3
Fixed in:6.8.0-1037.38USN-7801-2
linux-image-6.8.0-1037-oracle-64kUbuntu
Fixed in:6.8.0-1037.38~22.04.1USN-7801-3
Fixed in:6.8.0-1037.38USN-7801-2
linux-image-6.8.0-1038-azureUbuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-6.8.0-1038-azure-fdeUbuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-6.8.0-1039-awsUbuntu
Fixed in:6.8.0-1039.41~22.04.1USN-7766-1
Fixed in:6.8.0-1039.41USN-7764-1
linux-image-6.8.0-1039-aws-64kUbuntu
Fixed in:6.8.0-1039.41~22.04.1USN-7766-1
Fixed in:6.8.0-1039.41USN-7764-1
linux-image-6.8.0-1039-nvidiaUbuntu
Fixed in:6.8.0-1039.42~22.04.1USN-7765-1
Fixed in:6.8.0-1039.42USN-7765-1
linux-image-6.8.0-1039-nvidia-64kUbuntu
Fixed in:6.8.0-1039.42~22.04.1USN-7765-1
Fixed in:6.8.0-1039.42USN-7765-1
linux-image-6.8.0-1039-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1039.42.1USN-7765-1
linux-image-6.8.0-1039-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1039.42.1USN-7765-1
linux-image-6.8.0-1039-raspiUbuntu
Fixed in:6.8.0-1039.43USN-7790-1
linux-image-6.8.0-1040-gcpUbuntu
Fixed in:6.8.0-1040.42~22.04.1USN-7766-1
Fixed in:6.8.0-1040.42USN-7764-1
linux-image-6.8.0-1040-gcp-64kUbuntu
Fixed in:6.8.0-1040.42~22.04.1USN-7766-1
Fixed in:6.8.0-1040.42USN-7764-1
linux-image-6.8.0-2031-raspi-realtimeUbuntu
Fixed in:6.8.0-2031.32USN-7800-1
linux-image-6.8.0-84-genericUbuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-84.84USN-7764-1
linux-image-6.8.0-84-generic-64kUbuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-84.84USN-7764-1
linux-image-6.8.0-84-lowlatencyUbuntu
Fixed in:6.8.0-84.84.1~22.04.1USN-7764-1
Fixed in:6.8.0-84.84.1USN-7764-1
linux-image-6.8.0-84-lowlatency-64kUbuntu
Fixed in:6.8.0-84.84.1~22.04.1USN-7764-1
Fixed in:6.8.0-84.84.1USN-7764-1
linux-image-6.8.0-85-genericUbuntu
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
linux-image-6.8.0-85-generic-64kUbuntu
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
linux-image-6.8.1-1034-realtimeUbuntu
Fixed in:6.8.1-1034.35~22.04.1USN-7767-2
Fixed in:6.8.1-1034.35USN-7767-1
linux-image-awsUbuntu
Fixed in:6.8.0-1039.41~22.04.1USN-7766-1
linux-image-aws-6.8Ubuntu
Fixed in:6.8.0-1039.41~22.04.1USN-7766-1
Fixed in:6.8.0-1039.41USN-7764-1
linux-image-aws-64kUbuntu
Fixed in:6.8.0-1039.41~22.04.1USN-7766-1
linux-image-aws-64k-6.8Ubuntu
Fixed in:6.8.0-1039.41~22.04.1USN-7766-1
Fixed in:6.8.0-1039.41USN-7764-1
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1039.41USN-7764-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1039.41USN-7764-1
linux-image-azureUbuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
Fixed in:6.11.0-1018.18~24.04.1USN-7628-1
linux-image-azure-6.11Ubuntu
Fixed in:6.11.0-1018.18~24.04.1USN-7628-1
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
Fixed in:6.11.0-1018.18~24.04.1USN-7628-1
linux-image-azure-fde-6.11Ubuntu
Fixed in:6.11.0-1018.18~24.04.1USN-7628-1
linux-image-azure-fde-6.8Ubuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-azure-fde-edgeUbuntu
Fixed in:6.11.0-1018.18~24.04.1USN-7628-1
linux-image-azure-fde-lts-24.04Ubuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-azure-nvidiaUbuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-image-azure-nvidia-6.8Ubuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-image-azure-nvidia-lts-24.04Ubuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-image-gcpUbuntu
Fixed in:6.8.0-1040.42~22.04.1USN-7766-1
Fixed in:6.11.0-1016.16~24.04.1USN-7605-1
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1040.42~22.04.1USN-7766-1
Fixed in:6.8.0-1040.42USN-7764-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1040.42~22.04.1USN-7766-1
Fixed in:6.11.0-1016.16~24.04.1USN-7605-1
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1040.42~22.04.1USN-7766-1
Fixed in:6.8.0-1040.42USN-7764-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1040.42USN-7764-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1040.42USN-7764-1
linux-image-genericUbuntu
Fixed in:6.8.0-84.84USN-7764-1
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
Fixed in:6.8.0-84.84USN-7764-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-84.84USN-7764-1
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
Fixed in:6.8.0-84.84USN-7764-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.11.0-28.28~24.04.1USN-7605-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.11.0-28.28~24.04.1USN-7605-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-84.84USN-7764-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1036.40USN-7764-1
linux-image-gke-6.8Ubuntu
Fixed in:6.8.0-1036.40USN-7764-1
linux-image-gke-64kUbuntu
Fixed in:6.8.0-1036.40USN-7764-1
linux-image-gke-64k-6.8Ubuntu
Fixed in:6.8.0-1036.40USN-7764-1
linux-image-gkeopUbuntu
Fixed in:6.8.0-1023.25USN-7764-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1023.25USN-7764-1
linux-image-ibmUbuntu
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1037.37~22.04.1USN-7779-1
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-kvmUbuntu
Fixed in:6.8.0-84.84USN-7764-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-84.84.1USN-7764-1
linux-image-lowlatency-6.11Ubuntu
Fixed in:6.11.0-1015.16~24.04.2USN-7605-2
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-84.84.1~22.04.1USN-7764-1
Fixed in:6.8.0-84.84.1USN-7764-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-84.84.1USN-7764-1
linux-image-lowlatency-64k-6.11Ubuntu
Fixed in:6.11.0-1015.16~24.04.2USN-7605-2
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-84.84.1~22.04.1USN-7764-1
Fixed in:6.8.0-84.84.1USN-7764-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-84.84.1~22.04.1USN-7764-1
linux-image-lowlatency-64k-hwe-24.04Ubuntu
Fixed in:6.11.0-1015.16~24.04.2USN-7605-2
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-84.84.1~22.04.1USN-7764-1
linux-image-lowlatency-hwe-24.04Ubuntu
Fixed in:6.11.0-1015.16~24.04.2USN-7605-2
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1039.42USN-7765-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1039.42~22.04.1USN-7765-1
Fixed in:6.8.0-1039.42USN-7765-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1039.42USN-7765-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1039.42~22.04.1USN-7765-1
Fixed in:6.8.0-1039.42USN-7765-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1039.42~22.04.1USN-7765-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1039.42~22.04.1USN-7765-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1039.42.1USN-7765-1
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1039.42.1USN-7765-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1039.42.1USN-7765-1
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1039.42.1USN-7765-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
linux-image-oem-24.04bUbuntu
Fixed in:6.11.0-1024.24USN-7606-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1037.38~22.04.1USN-7801-3
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1037.38~22.04.1USN-7801-3
Fixed in:6.8.0-1037.38USN-7801-2
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1037.38~22.04.1USN-7801-3
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1037.38~22.04.1USN-7801-3
Fixed in:6.8.0-1037.38USN-7801-2
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1037.38USN-7801-2
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1037.38USN-7801-2
linux-image-raspiUbuntu
Fixed in:6.8.0-1039.43USN-7790-1
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1039.43USN-7790-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2031.32USN-7800-1
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2031.32USN-7800-1
linux-image-realtimeUbuntu
Fixed in:6.8.1-1034.35USN-7767-1
linux-image-realtime-6.8.1Ubuntu
Fixed in:6.8.1-1034.35~22.04.1USN-7767-2
Fixed in:6.8.1-1034.35USN-7767-1
linux-image-realtime-hwe-22.04Ubuntu
Fixed in:6.8.1-1034.35~22.04.1USN-7767-2
linux-image-virtualUbuntu
Fixed in:6.8.0-84.84USN-7764-1
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
Fixed in:6.8.0-84.84USN-7764-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-85.85~22.04.1USN-7801-1
Fixed in:6.8.0-84.84~22.04.1USN-7764-2
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.11.0-28.28~24.04.1USN-7605-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-84.84.1USN-7764-1
linux-lowlatency-hwe-6.11Ubuntu
Fixed in:6.11.0-1015.16~24.04.2USN-7605-2
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-84.84.1~22.04.1USN-7764-1
linux-nvidiaUbuntu
Fixed in:6.8.0-1039.42USN-7765-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1039.42~22.04.1USN-7765-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1039.42.1USN-7765-1
linux-oem-6.11Ubuntu
Fixed in:6.11.0-1024.24USN-7606-1
linux-oracleUbuntu
Fixed in:6.8.0-1037.38USN-7801-2
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1037.38~22.04.1USN-7801-3
linux-raspiUbuntu
Fixed in:6.8.0-1039.43USN-7790-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2031.32USN-7800-1
linux-realtimeUbuntu
Fixed in:6.8.1-1034.35USN-7767-1
linux-realtime-6.8Ubuntu
Fixed in:6.8.1-1034.35~22.04.1USN-7767-2

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.19%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-2025-21961
CVE-2025-21961 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2025-21961"><img src="https://tridentstack.com/cve/badge/CVE-2025-21961.svg" alt="CVE-2025-21961"></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-10-01.