CVE & CISA-KEV Catalog

CVE-2022-50408

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit() > ret = brcmf_proto_tx_queue_data(drvr, ifp->ifidx, skb); may be schedule, and then complete before the line > ndev->stats.tx_bytes += skb->len; [ 46.912801] ================================================================== [ 46.920552] BUG: KASAN: use-after-free in brcmf_netdev_start_xmit+0x718/0x8c8 [brcmfmac] [ 46.928673] Read of size 4 at addr ffffff803f5882e8 by task systemd-resolve/328 [ 46.935991] [ 46.937514] CPU: 1 PID: 328 Comm: systemd-resolve Tainted: G O 5.4.199-[REDACTED] #1 [ 46.947255] Hardware name: [REDACTED] [ 46.954568] Call trace: [ 46.957037] dump_backtrace+0x0/0x2b8 [ 46.960719] show_stack+0x24/0x30 [ 46.964052] dump_stack+0x128/0x194 [ 46.967557] print_address_description.isra.0+0x64/0x380 [ 46.972877] __kasan_report+0x1d4/0x240 [ 46.976723] kasan_report+0xc/0x18 [ 46.980138] __asan_report_load4_noabort+0x18/0x20 [ 46.985027] brcmf_netdev_start_xmit+0x718/0x8c8 [brcmfmac] [ 46.990613] dev_hard_start_xmit+0x1bc/0xda0 [ 46.994894] sch_direct_xmit+0x198/0xd08 [ 46.998827] __qdisc_run+0x37c/0x1dc0 [ 47.002500] __dev_queue_xmit+0x1528/0x21f8 [ 47.006692] dev_queue_xmit+0x24/0x30 [ 47.010366] neigh_resolve_output+0x37c/0x678 [ 47.014734] ip_finish_output2+0x598/0x2458 [ 47.018927] __ip_finish_output+0x300/0x730 [ 47.023118] ip_output+0x2e0/0x430 [ 47.026530] ip_local_out+0x90/0x140 [ 47.030117] igmpv3_sendpack+0x14c/0x228 [ 47.034049] igmpv3_send_cr+0x384/0x6b8 [ 47.037895] igmp_ifc_timer_expire+0x4c/0x118 [ 47.042262] call_timer_fn+0x1cc/0xbe8 [ 47.046021] __run_timers+0x4d8/0xb28 [ 47.049693] run_timer_softirq+0x24/0x40 [ 47.053626] __do_softirq+0x2c0/0x117c [ 47.057387] irq_exit+0x2dc/0x388 [ 47.060715] __handle_domain_irq+0xb4/0x158 [ 47.064908] gic_handle_irq+0x58/0xb0 [ 47.068581] el0_irq_naked+0x50/0x5c [ 47.072162] [ 47.073665] Allocated by task 328: [ 47.077083] save_stack+0x24/0xb0 [ 47.080410] __kasan_kmalloc.isra.0+0xc0/0xe0 [ 47.084776] kasan_slab_alloc+0x14/0x20 [ 47.088622] kmem_cache_alloc+0x15c/0x468 [ 47.092643] __alloc_skb+0xa4/0x498 [ 47.096142] igmpv3_newpack+0x158/0xd78 [ 47.099987] add_grhead+0x210/0x288 [ 47.103485] add_grec+0x6b0/0xb70 [ 47.106811] igmpv3_send_cr+0x2e0/0x6b8 [ 47.110657] igmp_ifc_timer_expire+0x4c/0x118 [ 47.115027] call_timer_fn+0x1cc/0xbe8 [ 47.118785] __run_timers+0x4d8/0xb28 [ 47.122457] run_timer_softirq+0x24/0x40 [ 47.126389] __do_softirq+0x2c0/0x117c [ 47.130142] [ 47.131643] Freed by task 180: [ 47.134712] save_stack+0x24/0xb0 [ 47.138041] __kasan_slab_free+0x108/0x180 [ 47.142146] kasan_slab_free+0x10/0x18 [ 47.145904] slab_free_freelist_hook+0xa4/0x1b0 [ 47.150444] kmem_cache_free+0x8c/0x528 [ 47.154292] kfree_skbmem+0x94/0x108 [ 47.157880] consume_skb+0x10c/0x5a8 [ 47.161466] __dev_kfree_skb_any+0x88/0xa0 [ 47.165598] brcmu_pkt_buf_free_skb+0x44/0x68 [brcmutil] [ 47.171023] brcmf_txfinalize+0xec/0x190 [brcmfmac] [ 47.176016] brcmf_proto_bcdc_txcomplete+0x1c0/0x210 [brcmfmac] [ 47.182056] brcmf_sdio_sendfromq+0x8dc/0x1e80 [brcmfmac] [ 47.187568] brcmf_sdio_dpc+0xb48/0x2108 [brcmfmac] [ 47.192529] brcmf_sdio_dataworker+0xc8/0x238 [brcmfmac] [ 47.197859] process_one_work+0x7fc/0x1a80 [ 47.201965] worker_thread+0x31c/0xc40 [ 47.205726] kthread+0x2d8/0x370 [ 47.208967] ret_from_fork+0x10/0x18 [ 47.212546] [ 47.214051] The buggy address belongs to the object at ffffff803f588280 [ 47.214051] which belongs to the cache skbuff_head_cache of size 208 [ 47.227086] The buggy address is located 104 bytes inside of [ 47.227086] 208-byte region [ffffff803f588280, ffffff803f588350) [ 47.238814] The buggy address belongs to the page: [ 47.243618] page:ffffffff00dd6200 refcount:1 mapcou ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.158-1CVE-2022-50408
Fixed in:6.0.3-1CVE-2022-50408
Fixed in:6.0.3-1CVE-2022-50408
Fixed in:6.0.3-1CVE-2022-50408
bpftoolRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
bpftoolRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
bpftool-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
kernelRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernelRocky
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64kRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-develRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modulesRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-abi-whitelistsRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
kernel-abi-whitelistsRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
kernel-bootwrapperRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
kernel-bootwrapperRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
kernel-coreRocky
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debugRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debugRocky
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-coreRocky
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-develRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-modulesRocky
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfo-common-ppc64Rocky
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
kernel-debuginfo-common-ppc64Red Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debuginfo-common-s390xRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-develRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-devel-matchedRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-docRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-docRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-kdumpRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
kernel-kdumpRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
kernel-kdump-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
kernel-kdump-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
kernel-kdump-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
kernel-kdump-develRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
kernel-modulesRocky
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-modules-extraRocky
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-rtRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rtRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-coreRocky
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debugRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debugRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-develRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-develRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-docRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
kernel-rt-docRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
kernel-rt-kvmRocky
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-modulesRocky
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.rt21.225.el9_0RHSA-2025:21136
kernel-rt-traceRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
kernel-rt-traceRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
kernel-rt-trace-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
kernel-rt-trace-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
kernel-rt-trace-develRocky
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
kernel-rt-trace-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.rt56.1295.el7RHSA-2025:22914
kernel-toolsRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-toolsRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-tools-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-tools-libsRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-tools-libsRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-tools-libs-develRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-uki-virtRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
perfRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
perfRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
perf-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
perf-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
python-perfRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
python-perfRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
python-perf-debuginfoRocky
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
python-perf-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7.ppc64RHSA-2025:22910
Fixed in:0:3.10.0-1160.143.1.el7RHSA-2025:22910
python3-perfRocky
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-193.178.1.el8_2RHSA-2025:23445
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-477.10.1.el8_8RHSA-2023:2951
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-372.168.1.el8_6RHSA-2025:21084
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.153.1.el9_0RHSA-2025:21091
rtlaRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458

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

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.15%probability of exploitation in 30 days
5thpercentile

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

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2017-9798High7.595%-Fix
Embed a live status badge for CVE-2022-50408
CVE-2022-50408 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2022-50408"><img src="https://tridentstack.com/cve/badge/CVE-2022-50408.svg" alt="CVE-2022-50408"></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 2026-01-14.