GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

RHSA-2026:27708

Vulnerability from csaf_redhat - Published: 2026-06-22 06:44 - Updated: 2026-09-16 18:29
Summary
Red Hat Security Advisory: kernel security, bug fix, and enhancement update
Severity
Important
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fix(es): * kernel: smc: Fix use-after-free in __pnet_find_base_ndev() (CVE-2025-40064) * kernel: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match() (CVE-2025-40168) * kernel: Linux kernel: Denial of Service in libceph OSD client due to unreset sparse-read state (CVE-2026-23136) * kernel: netfilter: ctnetlink: ensure safe access to master conntrack (CVE-2026-43116) * kernel: xfs: fix freemap adjustments when adding xattrs to leaf blocks (CVE-2026-43158) * kernel: mm/page_alloc: clear page->private in free_pages_prepare() (CVE-2026-43303) * kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331) * kernel: Linux kernel: Use-After-Free in net/gro due to improper handling of zerocopy skbs (CVE-2026-46323) * kernel: Linux kernel: smb: client: reject userspace cifs.spnego descriptions (CVE-2026-46243) * kernel: RDMA/iwcm: Fix workqueue list corruption by removing work_list (CVE-2026-45898) * kernel: wifi: mac80211: remove station if connection prep fails (CVE-2026-46125) * kernel: wifi: mac80211: use safe list iteration in radar detect work (CVE-2026-46166) Bug Fix(es) and Enhancement(s): * [RHEL-9] Performance impact of CVE-2025-38085 [rhel-9.6.z] (JIRA:RHEL-161145) * libceph: CEPH_CRYPTO_AES256KRB5 (--key-type aes256k) support [rhel-9.6.z] (JIRA:RHEL-168926) * [ice] 3 of 4 ports "Failed to set LAN Tx queue context, error: -22" [rhel-9.6.z] (JIRA:RHEL-175439) * Kernel panic while shutting down ice driver due to use-after-free [rhel-9.6.z] (JIRA:RHEL-177524) * rbd: eliminate a race in lock_dwork draining on unmap [rhel-9.6.z] (JIRA:RHEL-183129) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in __pnet_find_base_ndev(). syzbot reported use-after-free of net_device in __pnet_find_base_ndev(), which was called during connect(). [0] smc_pnet_find_ism_resource() fetches sk_dst_get(sk)->dev and passes down to pnet_find_base_ndev(), where RTNL is held. Then, UAF happened at __pnet_find_base_ndev() when the dev is first used. This means dev had already been freed before acquiring RTNL in pnet_find_base_ndev(). While dev is going away, dst->dev could be swapped with blackhole_netdev, and the dev's refcnt by dst will be released. We must hold dev's refcnt before calling smc_pnet_find_ism_resource(). Also, smc_pnet_find_roce_resource() has the same problem. Let's use __sk_dst_get() and dst_dev_rcu() in the two functions. [0]: BUG: KASAN: use-after-free in __pnet_find_base_ndev+0x1b1/0x1c0 net/smc/smc_pnet.c:926 Read of size 1 at addr ffff888036bac33a by task syz.0.3632/18609 CPU: 1 UID: 0 PID: 18609 Comm: syz.0.3632 Not tainted syzkaller #0 PREEMPT(full) Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025 Call Trace: <TASK> dump_stack_lvl+0x189/0x250 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:378 [inline] print_report+0xca/0x240 mm/kasan/report.c:482 kasan_report+0x118/0x150 mm/kasan/report.c:595 __pnet_find_base_ndev+0x1b1/0x1c0 net/smc/smc_pnet.c:926 pnet_find_base_ndev net/smc/smc_pnet.c:946 [inline] smc_pnet_find_ism_by_pnetid net/smc/smc_pnet.c:1103 [inline] smc_pnet_find_ism_resource+0xef/0x390 net/smc/smc_pnet.c:1154 smc_find_ism_device net/smc/af_smc.c:1030 [inline] smc_find_proposal_devices net/smc/af_smc.c:1115 [inline] __smc_connect+0x372/0x1890 net/smc/af_smc.c:1545 smc_connect+0x877/0xd90 net/smc/af_smc.c:1715 __sys_connect_file net/socket.c:2086 [inline] __sys_connect+0x313/0x440 net/socket.c:2105 __do_sys_connect net/socket.c:2111 [inline] __se_sys_connect net/socket.c:2108 [inline] __x64_sys_connect+0x7a/0x90 net/socket.c:2108 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline] do_syscall_64+0xfa/0x3b0 arch/x86/entry/syscall_64.c:94 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7f47cbf8eba9 Code: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 a8 ff ff ff f7 d8 64 89 01 48 RSP: 002b:00007f47ccdb1038 EFLAGS: 00000246 ORIG_RAX: 000000000000002a RAX: ffffffffffffffda RBX: 00007f47cc1d5fa0 RCX: 00007f47cbf8eba9 RDX: 0000000000000010 RSI: 0000200000000280 RDI: 000000000000000b RBP: 00007f47cc011e19 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 R13: 00007f47cc1d6038 R14: 00007f47cc1d5fa0 R15: 00007ffc512f8aa8 </TASK> The buggy address belongs to the physical page: page: refcount:0 mapcount:0 mapping:0000000000000000 index:0xffff888036bacd00 pfn:0x36bac flags: 0xfff00000000000(node=0|zone=1|lastcpupid=0x7ff) raw: 00fff00000000000 ffffea0001243d08 ffff8880b863fdc0 0000000000000000 raw: ffff888036bacd00 0000000000000000 00000000ffffffff 0000000000000000 page dumped because: kasan: bad access detected page_owner tracks the page as freed page last allocated via order 2, migratetype Unmovable, gfp_mask 0x446dc0(GFP_KERNEL_ACCOUNT|__GFP_ZERO|__GFP_NOWARN|__GFP_RETRY_MAYFAIL|__GFP_COMP), pid 16741, tgid 16741 (syz-executor), ts 343313197788, free_ts 380670750466 set_page_owner include/linux/page_owner.h:32 [inline] post_alloc_hook+0x240/0x2a0 mm/page_alloc.c:1851 prep_new_page mm/page_alloc.c:1859 [inline] get_page_from_freelist+0x21e4/0x22c0 mm/page_alloc.c:3858 __alloc_frozen_pages_noprof+0x181/0x370 mm/page_alloc.c:5148 alloc_pages_mpol+0x232/0x4a0 mm/mempolicy.c:2416 ___kmalloc_large_node+0x5f/0x1b0 mm/slub.c:4317 __kmalloc_large_node_noprof+0x18/0x90 mm/slub.c:4348 __do_kmalloc_node mm/slub.c:4364 [inline] __kvmalloc_node ---truncated---

CWE-825 - Expired Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.123.1.el9_6.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.123.1.el9_6.src
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.123.1.el9_6.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.s390x
Vendor Fix fix
Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.aarch64
Vendor Fix fix
Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.123.1.el9_6.x86_64
Vendor Fix fix
Threats
Impact Moderate

A flaw was found in the Linux kernel’s SMC (Shared Memory Communication) module: in smc_clc_prfx_match(), the function is called from smc_listen_work() without proper RCU or RTNL protection. The code previously used sk_dst_get(sk)->dev, which can lead to a use-after-free (UAF) condition if the sk’s destination is freed concurrently.

CWE-416 - Use After Free
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Moderate

A flaw was found in the Linux kernel's libceph OSD client. When a connection fault occurs during a sparse read, the sparse-read state is not properly reset. This allows a misbehaving or compromised Ceph OSD server, or a network adversary, to disrupt traffic. As a result, the client can misinterpret new data as a continuation of previous data, leading to a persistent failure mode, repeated errors, and continuous retry loops, effectively causing a Denial of Service (DoS) for Ceph clients performing sparse reads.

CWE-440 - Expected Behavior Violation
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Moderate

A flaw was found in the `netfilter: ctnetlink` component of the Linux kernel. This vulnerability occurs due to insufficient locking when accessing the master conntrack object, allowing it to become invalid while still being referenced. A local attacker could potentially exploit this race condition, leading to a system crash and a denial of service.

CWE-416 - Use After Free
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Moderate

A flaw was found in the Linux kernel's XFS filesystem. When adding extended attributes (xattrs), which are metadata associated with files, to leaf blocks, incorrect adjustments to the freemap can occur. This inconsistency allows the entries array and free space to overlap, leading to an assertion failure. A local user can exploit this to cause the filesystem to shut down, resulting in a Denial of Service (DoS).

CWE-617 - Reachable Assertion
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Moderate

A flaw was found in the Linux kernel's memory management subsystem. When pages are freed, the page->private field is not properly cleared. If these pages are later reallocated as high-order pages and split, the tail pages can retain stale page->private values. This can lead to a use-after-free vulnerability in the swap subsystem, where incorrect assumptions about the page->private value can cause the system to crash.

CWE-909 - Missing Initialization of Resource
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Moderate

A flaw was found in the Linux kernel's Remote Direct Memory Access (RDMA) Internet Wide Area RDMA Protocol (iWARP) subsystem. Incorrect work submission logic in the `iwcm` component can lead to multiple queueing of work items. This allows a work item to be processed and freed while still present in the workqueue, causing list corruption. A successful exploitation of this vulnerability can result in a kernel bug and system crash, leading to a Denial of Service (DoS).

CWE-1341 - Multiple Releases of Same Resource or Handle
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Important

A flaw was found in the Linux kernel's mac80211 Wi-Fi subsystem. When Multi-Link Operation (MLO) connection preparation fails, the system may not correctly remove the associated station. This can lead to a use-after-free or double-free vulnerability in the debugfs component, potentially causing system instability or unexpected behavior.

CWE-825 - Expired Pointer Dereference
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Important

A flaw was found in the Linux kernel's mac80211 wireless subsystem. This vulnerability arises from unsafe list iteration during radar detection work, where a channel context can be freed while still being processed. This can lead to a use-after-free memory error. A successful exploit could result in system instability or a denial of service.

CWE-825 - Expired Pointer Dereference
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Important

A privilege escalation vulnerability was found in the Linux kernel's CIFS client implementation. This could allow a local attacker to impersonate other users, bypass authentication in SMB mount operations, and potentially gain unauthorized access to network file shares or escalate privileges.

CWE-825 - Expired Pointer Dereference
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Important

A flaw was found in the Linux kernel's Generic Receive Offload (GRO) networking subsystem. This vulnerability occurs when `skb_gro_receive()` attempts to merge zerocopy socket buffers (skbs) without properly managing page reference counts, specifically when the `SKBFL_MANAGED_FRAG_REFS` flag is set. An attacker could potentially exploit this to trigger a Use-After-Free (UAF) condition, which is a memory corruption vulnerability that can lead to system instability or potentially arbitrary code execution.

CWE-123 - Write-what-where Condition
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Important

A flaw was found in the Linux kernel's traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.

CWE-787 - Out-of-bounds Write
Affected products
Fixed 305 products, the same list as for CVE-2025-40064
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2026:27708 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2406747 external
https://bugzilla.redhat.com/show_bug.cgi?id=2414482 external
https://bugzilla.redhat.com/show_bug.cgi?id=2439852 external
https://bugzilla.redhat.com/show_bug.cgi?id=2467005 external
https://bugzilla.redhat.com/show_bug.cgi?id=2467210 external
https://bugzilla.redhat.com/show_bug.cgi?id=2468091 external
https://bugzilla.redhat.com/show_bug.cgi?id=2479492 external
https://bugzilla.redhat.com/show_bug.cgi?id=2479832 external
https://bugzilla.redhat.com/show_bug.cgi?id=2481486 external
https://bugzilla.redhat.com/show_bug.cgi?id=2482031 external
https://bugzilla.redhat.com/show_bug.cgi?id=2482608 external
https://bugzilla.redhat.com/show_bug.cgi?id=2482645 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-40064 self
https://bugzilla.redhat.com/show_bug.cgi?id=2406747 external
https://www.cve.org/CVERecord?id=CVE-2025-40064 external
https://nvd.nist.gov/vuln/detail/CVE-2025-40064 external
https://lore.kernel.org/linux-cve-announce/202510… external
https://access.redhat.com/security/cve/CVE-2025-40168 self
https://bugzilla.redhat.com/show_bug.cgi?id=2414482 external
https://www.cve.org/CVERecord?id=CVE-2025-40168 external
https://nvd.nist.gov/vuln/detail/CVE-2025-40168 external
https://lore.kernel.org/linux-cve-announce/202511… external
https://access.redhat.com/security/cve/CVE-2026-23136 self
https://bugzilla.redhat.com/show_bug.cgi?id=2439852 external
https://www.cve.org/CVERecord?id=CVE-2026-23136 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23136 external
https://lore.kernel.org/linux-cve-announce/202602… external
https://access.redhat.com/security/cve/CVE-2026-43116 self
https://bugzilla.redhat.com/show_bug.cgi?id=2467005 external
https://www.cve.org/CVERecord?id=CVE-2026-43116 external
https://nvd.nist.gov/vuln/detail/CVE-2026-43116 external
https://lore.kernel.org/linux-cve-announce/202605… external
https://access.redhat.com/security/cve/CVE-2026-43158 self
https://bugzilla.redhat.com/show_bug.cgi?id=2467210 external
https://www.cve.org/CVERecord?id=CVE-2026-43158 external
https://nvd.nist.gov/vuln/detail/CVE-2026-43158 external
https://lore.kernel.org/linux-cve-announce/202605… external
https://access.redhat.com/security/cve/CVE-2026-43303 self
https://bugzilla.redhat.com/show_bug.cgi?id=2468091 external
https://www.cve.org/CVERecord?id=CVE-2026-43303 external
https://nvd.nist.gov/vuln/detail/CVE-2026-43303 external
https://lore.kernel.org/linux-cve-announce/202605… external
https://access.redhat.com/security/cve/CVE-2026-45898 self
https://bugzilla.redhat.com/show_bug.cgi?id=2482031 external
https://www.cve.org/CVERecord?id=CVE-2026-45898 external
https://nvd.nist.gov/vuln/detail/CVE-2026-45898 external
https://lore.kernel.org/linux-cve-announce/202605… external
https://access.redhat.com/security/cve/CVE-2026-46125 self
https://bugzilla.redhat.com/show_bug.cgi?id=2482608 external
https://www.cve.org/CVERecord?id=CVE-2026-46125 external
https://nvd.nist.gov/vuln/detail/CVE-2026-46125 external
https://lore.kernel.org/linux-cve-announce/202605… external
https://access.redhat.com/security/cve/CVE-2026-46166 self
https://bugzilla.redhat.com/show_bug.cgi?id=2482645 external
https://www.cve.org/CVERecord?id=CVE-2026-46166 external
https://nvd.nist.gov/vuln/detail/CVE-2026-46166 external
https://lore.kernel.org/linux-cve-announce/202605… external
https://access.redhat.com/security/cve/CVE-2026-46243 self
https://bugzilla.redhat.com/show_bug.cgi?id=2481486 external
https://access.redhat.com/security/vulnerabilitie… external
https://www.cve.org/CVERecord?id=CVE-2026-46243 external
https://nvd.nist.gov/vuln/detail/CVE-2026-46243 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://lore.kernel.org/linux-cve-announce/202606… external
https://access.redhat.com/security/cve/CVE-2026-46323 self
https://bugzilla.redhat.com/show_bug.cgi?id=2479832 external
https://www.cve.org/CVERecord?id=CVE-2026-46323 external
https://nvd.nist.gov/vuln/detail/CVE-2026-46323 external
https://git.kernel.org/pub/scm/linux/kernel/git/s… external
https://git.kernel.org/pub/scm/linux/kernel/git/s… external
https://git.kernel.org/pub/scm/linux/kernel/git/s… external
https://git.kernel.org/pub/scm/linux/kernel/git/s… external
https://git.kernel.org/pub/scm/linux/kernel/git/s… external
https://lore.kernel.org/netdev/4d583fc5401298453d… external
https://lore.kernel.org/netdev/agVpIsaSherjHTYg@s… external
https://access.redhat.com/security/cve/CVE-2026-46331 self
https://bugzilla.redhat.com/show_bug.cgi?id=2479492 external
https://access.redhat.com/security/vulnerabilitie… external
https://www.cve.org/CVERecord?id=CVE-2026-46331 external
https://nvd.nist.gov/vuln/detail/CVE-2026-46331 external
https://lore.kernel.org/netdev/20260516162825.148… external

Loading 1.4 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…