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

RHSA-2026:21209

Vulnerability from csaf_redhat - Published: 2026-05-27 05:41 - Updated: 2026-08-30 19:52
Summary
Red Hat Security Advisory: kernel security update
Severity
Important
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 9.4 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: proc: fix UAF in proc_get_inode() (CVE-2025-21999) * kernel: proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al (CVE-2025-38653) * kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit (CVE-2025-39766) * kernel: nbd: defer config unlock in nbd_genl_connect (CVE-2025-68366) * kernel: scsi: qla2xxx: Fix improper freeing of purex item (CVE-2025-68741) * kernel: Linux kernel: Denial of service and memory corruption in RDMA umad (CVE-2026-23243) * kernel: Linux kernel: Use-after-free in traffic control (act_ct) may lead to denial of service or privilege escalation (CVE-2026-23270) * kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419) * kernel: md/bitmap: fix GPF in write_page caused by resize race (CVE-2026-43163) 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: proc: fix UAF in proc_get_inode() Fix race between rmmod and /proc/XXX's inode instantiation. The bug is that pde->proc_ops don't belong to /proc, it belongs to a module, therefore dereferencing it after /proc entry has been registered is a bug unless use_pde/unuse_pde() pair has been used. use_pde/unuse_pde can be avoided (2 atomic ops!) because pde->proc_ops never changes so information necessary for inode instantiation can be saved _before_ proc_register() in PDE itself and used later, avoiding pde->proc_ops->... dereference. rmmod lookup sys_delete_module proc_lookup_de pde_get(de); proc_get_inode(dir->i_sb, de); mod->exit() proc_remove remove_proc_subtree proc_entry_rundown(de); free_module(mod); if (S_ISREG(inode->i_mode)) if (de->proc_ops->proc_read_iter) --> As module is already freed, will trigger UAF BUG: unable to handle page fault for address: fffffbfff80a702b PGD 817fc4067 P4D 817fc4067 PUD 817fc0067 PMD 102ef4067 PTE 0 Oops: Oops: 0000 [#1] PREEMPT SMP KASAN PTI CPU: 26 UID: 0 PID: 2667 Comm: ls Tainted: G Hardware name: QEMU Standard PC (i440FX + PIIX, 1996) RIP: 0010:proc_get_inode+0x302/0x6e0 RSP: 0018:ffff88811c837998 EFLAGS: 00010a06 RAX: dffffc0000000000 RBX: ffffffffc0538140 RCX: 0000000000000007 RDX: 1ffffffff80a702b RSI: 0000000000000001 RDI: ffffffffc0538158 RBP: ffff8881299a6000 R08: 0000000067bbe1e5 R09: 1ffff11023906f20 R10: ffffffffb560ca07 R11: ffffffffb2b43a58 R12: ffff888105bb78f0 R13: ffff888100518048 R14: ffff8881299a6004 R15: 0000000000000001 FS: 00007f95b9686840(0000) GS:ffff8883af100000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: fffffbfff80a702b CR3: 0000000117dd2000 CR4: 00000000000006f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <TASK> proc_lookup_de+0x11f/0x2e0 __lookup_slow+0x188/0x350 walk_component+0x2ab/0x4f0 path_lookupat+0x120/0x660 filename_lookup+0x1ce/0x560 vfs_statx+0xac/0x150 __do_sys_newstat+0x96/0x110 do_syscall_64+0x5f/0x170 entry_SYSCALL_64_after_hwframe+0x76/0x7e [adobriyan@gmail.com: don't do 2 atomic ops on the common path]

CWE-416 - Use After Free
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x
Vendor Fix fix
Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Unresolved product id: RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64
Vendor Fix fix
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al Check pde->proc_ops->proc_lseek directly may cause UAF in rmmod scenario. It's a gap in proc_reg_open() after commit 654b33ada4ab("proc: fix UAF in proc_get_inode()"). Followed by AI Viro's suggestion, fix it in same manner.

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

In the Linux kernel, the following vulnerability has been resolved: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit The following setup can trigger a WARNING in htb_activate due to the condition: !cl->leaf.q->q.qlen tc qdisc del dev lo root tc qdisc add dev lo root handle 1: htb default 1 tc class add dev lo parent 1: classid 1:1 \ htb rate 64bit tc qdisc add dev lo parent 1:1 handle f: \ cake memlimit 1b ping -I lo -f -c1 -s64 -W0.001 127.0.0.1 This is because the low memlimit leads to a low buffer_limit, which causes packet dropping. However, cake_enqueue still returns NET_XMIT_SUCCESS, causing htb_enqueue to call htb_activate with an empty child qdisc. We should return NET_XMIT_CN when packets are dropped from the same tin and flow. I do not believe return value of NET_XMIT_CN is necessary for packet drops in the case of ack filtering, as that is meant to optimize performance, not to signal congestion.

CWE-390 - Detection of Error Condition Without Action
Affected products
Fixed 279 products, the same list as for CVE-2025-21999
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbd_genl_connect There is one use-after-free warning when running NBD_CMD_CONNECT and NBD_CLEAR_SOCK: nbd_genl_connect nbd_alloc_and_init_config // config_refs=1 nbd_start_device // config_refs=2 set NBD_RT_HAS_CONFIG_REF open nbd // config_refs=3 recv_work done // config_refs=2 NBD_CLEAR_SOCK // config_refs=1 close nbd // config_refs=0 refcount_inc -> uaf ------------[ cut here ]------------ refcount_t: addition on 0; use-after-free. WARNING: CPU: 24 PID: 1014 at lib/refcount.c:25 refcount_warn_saturate+0x12e/0x290 nbd_genl_connect+0x16d0/0x1ab0 genl_family_rcv_msg_doit+0x1f3/0x310 genl_rcv_msg+0x44a/0x790 The issue can be easily reproduced by adding a small delay before refcount_inc(&nbd->config_refs) in nbd_genl_connect(): mutex_unlock(&nbd->config_lock); if (!ret) { set_bit(NBD_RT_HAS_CONFIG_REF, &config->runtime_flags); + printk("before sleep\n"); + mdelay(5 * 1000); + printk("after sleep\n"); refcount_inc(&nbd->config_refs); nbd_connect_reply(info, nbd->index); }

CWE-911 - Improper Update of Reference Count
Affected products
Fixed 279 products, the same list as for CVE-2025-21999
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

CWE-763 - Release of Invalid Pointer or Reference
Affected products
Fixed 279 products, the same list as for CVE-2025-21999
Threats
Impact Moderate

A flaw was found in the Linux kernel's Remote Direct Memory Access (RDMA) `umad` (User Mode Access Device) component. A local user can exploit this vulnerability by manipulating input, causing an integer underflow that leads to an out-of-bounds memory write. This memory corruption can result in a denial of service (DoS) by crashing the system, and may also lead to limited information disclosure or data integrity issues.

CWE-131 - Incorrect Calculation of Buffer Size
Affected products
Fixed 279 products, the same list as for CVE-2025-21999
Threats
Impact Moderate

A flaw was found in the Linux kernel. A use-after-free vulnerability exists in the traffic control `act_ct` path when it is incorrectly configured with non-ingress egress qdiscs (queueing disciplines). This can allow a local user with specific privileges to trigger a kernel crash, leading to a denial of service. In some cases, this vulnerability may also be exploited for privilege escalation.

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

A flaw was found in the Linux kernel's bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.

CWE-416 - Use After Free
Affected products
Fixed 279 products, the same list as for CVE-2025-21999
Threats
Impact Important

A flaw was found in the Linux kernel's md/bitmap component. This vulnerability involves a use-after-free race condition that occurs during array resize operations. When the `bitmap_daemon_work()` and `__bitmap_resize()` functions execute concurrently, they can access memory pages that have already been freed. This can lead to a General Protection Fault (GPF), which causes the system to crash, resulting in a denial of service.

CWE-825 - Expired Pointer Dereference
Affected products
Fixed 279 products, the same list as for CVE-2025-21999
Threats
Impact Moderate
References
URL Category
https://access.redhat.com/errata/RHSA-2026:21209 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2357134 external
https://bugzilla.redhat.com/show_bug.cgi?id=2390372 external
https://bugzilla.redhat.com/show_bug.cgi?id=2394648 external
https://bugzilla.redhat.com/show_bug.cgi?id=2424881 external
https://bugzilla.redhat.com/show_bug.cgi?id=2425046 external
https://bugzilla.redhat.com/show_bug.cgi?id=2448594 external
https://bugzilla.redhat.com/show_bug.cgi?id=2448745 external
https://bugzilla.redhat.com/show_bug.cgi?id=2457829 external
https://bugzilla.redhat.com/show_bug.cgi?id=2467059 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-21999 self
https://bugzilla.redhat.com/show_bug.cgi?id=2357134 external
https://www.cve.org/CVERecord?id=CVE-2025-21999 external
https://nvd.nist.gov/vuln/detail/CVE-2025-21999 external
https://lore.kernel.org/linux-cve-announce/202504… external
https://access.redhat.com/security/cve/CVE-2025-38653 self
https://bugzilla.redhat.com/show_bug.cgi?id=2390372 external
https://www.cve.org/CVERecord?id=CVE-2025-38653 external
https://nvd.nist.gov/vuln/detail/CVE-2025-38653 external
https://lore.kernel.org/linux-cve-announce/202508… external
https://access.redhat.com/security/cve/CVE-2025-39766 self
https://bugzilla.redhat.com/show_bug.cgi?id=2394648 external
https://www.cve.org/CVERecord?id=CVE-2025-39766 external
https://nvd.nist.gov/vuln/detail/CVE-2025-39766 external
https://lore.kernel.org/linux-cve-announce/202509… external
https://access.redhat.com/security/cve/CVE-2025-68366 self
https://bugzilla.redhat.com/show_bug.cgi?id=2424881 external
https://www.cve.org/CVERecord?id=CVE-2025-68366 external
https://nvd.nist.gov/vuln/detail/CVE-2025-68366 external
https://lore.kernel.org/linux-cve-announce/202512… external
https://access.redhat.com/security/cve/CVE-2025-68741 self
https://bugzilla.redhat.com/show_bug.cgi?id=2425046 external
https://www.cve.org/CVERecord?id=CVE-2025-68741 external
https://nvd.nist.gov/vuln/detail/CVE-2025-68741 external
https://lore.kernel.org/linux-cve-announce/202512… external
https://access.redhat.com/security/cve/CVE-2026-23243 self
https://bugzilla.redhat.com/show_bug.cgi?id=2448594 external
https://www.cve.org/CVERecord?id=CVE-2026-23243 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23243 external
https://lore.kernel.org/linux-cve-announce/202603… external
https://access.redhat.com/security/cve/CVE-2026-23270 self
https://bugzilla.redhat.com/show_bug.cgi?id=2448745 external
https://www.cve.org/CVERecord?id=CVE-2026-23270 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23270 external
https://lore.kernel.org/linux-cve-announce/202603… external
https://access.redhat.com/security/cve/CVE-2026-31419 self
https://bugzilla.redhat.com/show_bug.cgi?id=2457829 external
https://www.cve.org/CVERecord?id=CVE-2026-31419 external
https://nvd.nist.gov/vuln/detail/CVE-2026-31419 external
https://lore.kernel.org/linux-cve-announce/202604… external
https://access.redhat.com/security/cve/CVE-2026-43163 self
https://bugzilla.redhat.com/show_bug.cgi?id=2467059 external
https://www.cve.org/CVERecord?id=CVE-2026-43163 external
https://nvd.nist.gov/vuln/detail/CVE-2026-43163 external
https://lore.kernel.org/linux-cve-announce/202605… external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for kernel is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed 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.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: proc: fix UAF in proc_get_inode() (CVE-2025-21999)\n\n* kernel: proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al (CVE-2025-38653)\n\n* kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit (CVE-2025-39766)\n\n* kernel: nbd: defer config unlock in nbd_genl_connect (CVE-2025-68366)\n\n* kernel: scsi: qla2xxx: Fix improper freeing of purex item (CVE-2025-68741)\n\n* kernel: Linux kernel: Denial of service and memory corruption in RDMA umad (CVE-2026-23243)\n\n* kernel: Linux kernel: Use-after-free in traffic control (act_ct) may lead to denial of service or privilege escalation (CVE-2026-23270)\n\n* kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: md/bitmap: fix GPF in write_page caused by resize race (CVE-2026-43163)\n\nFor 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.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "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.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:21209",
        "url": "https://access.redhat.com/errata/RHSA-2026:21209"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2357134",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357134"
      },
      {
        "category": "external",
        "summary": "2390372",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2390372"
      },
      {
        "category": "external",
        "summary": "2394648",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394648"
      },
      {
        "category": "external",
        "summary": "2424881",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424881"
      },
      {
        "category": "external",
        "summary": "2425046",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425046"
      },
      {
        "category": "external",
        "summary": "2448594",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448594"
      },
      {
        "category": "external",
        "summary": "2448745",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448745"
      },
      {
        "category": "external",
        "summary": "2457829",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
      },
      {
        "category": "external",
        "summary": "2467059",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467059"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_21209.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel security update",
    "tracking": {
      "current_release_date": "2026-08-30T19:52:24+00:00",
      "generator": {
        "date": "2026-08-30T19:52:24+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.3.16"
        }
      },
      "id": "RHSA-2026:21209",
      "initial_release_date": "2026-05-27T05:41:54+00:00",
      "revision_history": [
        {
          "date": "2026-05-27T05:41:54+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-05-27T05:41:54+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-08-30T19:52:24+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
                  "product_id": "AppStream-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
                  "product_id": "BaseOS-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_eus:9.4::baseos"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
                "product": {
                  "name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
                  "product_id": "CRB-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Real Time EUS (v.9.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time EUS (v.9.4)",
                  "product_id": "RT-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.4::realtime"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
                  "product_id": "NFV-9.4.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_eus:9.4::nfv"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "perf-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "perf-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "rtla-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "rtla-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "rv-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "rv-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
                  "product_id": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
                  "product_id": "bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.3.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-427.127.1.el9_4.aarch64",
                "product": {
                  "name": "libperf-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_id": "libperf-0:5.14.0-427.127.1.el9_4.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-427.127.1.el9_4?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "perf-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "perf-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "rv-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "rv-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
                  "product_id": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
                  "product_id": "bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.3.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
                "product": {
                  "name": "libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_id": "libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-427.127.1.el9_4?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "perf-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "perf-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "rtla-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "rtla-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "rv-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "rv-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
                  "product_id": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
                  "product_id": "bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.3.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-427.127.1.el9_4.x86_64",
                "product": {
                  "name": "libperf-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_id": "libperf-0:5.14.0-427.127.1.el9_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-427.127.1.el9_4?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "perf-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "perf-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "rtla-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "rtla-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "rv-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "rv-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
                  "product_id": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-0:7.3.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "bpftool-0:7.3.0-427.127.1.el9_4.s390x",
                  "product_id": "bpftool-0:7.3.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.3.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-427.127.1.el9_4.s390x",
                "product": {
                  "name": "libperf-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_id": "libperf-0:5.14.0-427.127.1.el9_4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-427.127.1.el9_4?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
                "product": {
                  "name": "kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
                  "product_id": "kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-427.127.1.el9_4?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
                "product": {
                  "name": "kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
                  "product_id": "kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-427.127.1.el9_4?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-427.127.1.el9_4.src",
                "product": {
                  "name": "kernel-0:5.14.0-427.127.1.el9_4.src",
                  "product_id": "kernel-0:5.14.0-427.127.1.el9_4.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-427.127.1.el9_4?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:5.14.0-427.127.1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch"
        },
        "product_reference": "kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "perf-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "perf-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "perf-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "perf-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "rtla-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "rtla-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "rtla-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "rv-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "rv-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "rv-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
          "product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "rv-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.3.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.3.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.3.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "bpftool-0:7.3.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.3.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-427.127.1.el9_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src"
        },
        "product_reference": "kernel-0:5.14.0-427.127.1.el9_4.src",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch"
        },
        "product_reference": "kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
          "product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "libperf-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "libperf-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "libperf-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
          "product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "CRB-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
          "product_id": "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "NFV-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
          "product_id": "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
        "relates_to_product_reference": "RT-9.4.0.Z.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-21999",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2025-04-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2357134"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nproc: fix UAF in proc_get_inode()\n\nFix race between rmmod and /proc/XXX\u0027s inode instantiation.\n\nThe bug is that pde-\u003eproc_ops don\u0027t belong to /proc, it belongs to a\nmodule, therefore dereferencing it after /proc entry has been registered\nis a bug unless use_pde/unuse_pde() pair has been used.\n\nuse_pde/unuse_pde can be avoided (2 atomic ops!) because pde-\u003eproc_ops\nnever changes so information necessary for inode instantiation can be\nsaved _before_ proc_register() in PDE itself and used later, avoiding\npde-\u003eproc_ops-\u003e...  dereference.\n\n      rmmod                         lookup\nsys_delete_module\n                         proc_lookup_de\n\t\t\t   pde_get(de);\n\t\t\t   proc_get_inode(dir-\u003ei_sb, de);\n  mod-\u003eexit()\n    proc_remove\n      remove_proc_subtree\n       proc_entry_rundown(de);\n  free_module(mod);\n\n                               if (S_ISREG(inode-\u003ei_mode))\n\t                         if (de-\u003eproc_ops-\u003eproc_read_iter)\n                           --\u003e As module is already freed, will trigger UAF\n\nBUG: unable to handle page fault for address: fffffbfff80a702b\nPGD 817fc4067 P4D 817fc4067 PUD 817fc0067 PMD 102ef4067 PTE 0\nOops: Oops: 0000 [#1] PREEMPT SMP KASAN PTI\nCPU: 26 UID: 0 PID: 2667 Comm: ls Tainted: G\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996)\nRIP: 0010:proc_get_inode+0x302/0x6e0\nRSP: 0018:ffff88811c837998 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffffffffc0538140 RCX: 0000000000000007\nRDX: 1ffffffff80a702b RSI: 0000000000000001 RDI: ffffffffc0538158\nRBP: ffff8881299a6000 R08: 0000000067bbe1e5 R09: 1ffff11023906f20\nR10: ffffffffb560ca07 R11: ffffffffb2b43a58 R12: ffff888105bb78f0\nR13: ffff888100518048 R14: ffff8881299a6004 R15: 0000000000000001\nFS:  00007f95b9686840(0000) GS:ffff8883af100000(0000) knlGS:0000000000000000\nCS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: fffffbfff80a702b CR3: 0000000117dd2000 CR4: 00000000000006f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n proc_lookup_de+0x11f/0x2e0\n __lookup_slow+0x188/0x350\n walk_component+0x2ab/0x4f0\n path_lookupat+0x120/0x660\n filename_lookup+0x1ce/0x560\n vfs_statx+0xac/0x150\n __do_sys_newstat+0x96/0x110\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\n[adobriyan@gmail.com: don\u0027t do 2 atomic ops on the common path]",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: proc: fix UAF in proc_get_inode()",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-21999"
        },
        {
          "category": "external",
          "summary": "RHBZ#2357134",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357134"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21999",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21999",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21999"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025040348-CVE-2025-21999-bc57@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025040348-CVE-2025-21999-bc57@gregkh/T"
        }
      ],
      "release_date": "2025-04-03T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: proc: fix UAF in proc_get_inode()"
    },
    {
      "cve": "CVE-2025-38653",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2025-08-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2390372"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nproc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al\n\nCheck pde-\u003eproc_ops-\u003eproc_lseek directly may cause UAF in rmmod scenario. \nIt\u0027s a gap in proc_reg_open() after commit 654b33ada4ab(\"proc: fix UAF in\nproc_get_inode()\").  Followed by AI Viro\u0027s suggestion, fix it in same\nmanner.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A race in procfs could dereference a freed proc_ops-\u003eproc_lseek pointer when a /proc file is opened while its backing module is being removed, leading to a kernel UAF and potential crash. The fix mirrors existing read/ioctl handling: it precomputes capability flags on entry creation and checks those flags (not the function pointer) in proc_reg_open(), eliminating the rmmod-time gap. This is primarily a local DoS: an unprivileged user can open/seek a proc entry while an administrator unloads the module.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-38653"
        },
        {
          "category": "external",
          "summary": "RHBZ#2390372",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2390372"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38653",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-38653"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38653",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38653"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025082238-CVE-2025-38653-35ba@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025082238-CVE-2025-38653-35ba@gregkh/T"
        }
      ],
      "release_date": "2025-08-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al"
    },
    {
      "cve": "CVE-2025-39766",
      "cwe": {
        "id": "CWE-390",
        "name": "Detection of Error Condition Without Action"
      },
      "discovery_date": "2025-09-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2394648"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit\n\nThe following setup can trigger a WARNING in htb_activate due to\nthe condition: !cl-\u003eleaf.q-\u003eq.qlen\n\ntc qdisc del dev lo root\ntc qdisc add dev lo root handle 1: htb default 1\ntc class add dev lo parent 1: classid 1:1 \\\n       htb rate 64bit\ntc qdisc add dev lo parent 1:1 handle f: \\\n       cake memlimit 1b\nping -I lo -f -c1 -s64 -W0.001 127.0.0.1\n\nThis is because the low memlimit leads to a low buffer_limit, which\ncauses packet dropping. However, cake_enqueue still returns\nNET_XMIT_SUCCESS, causing htb_enqueue to call htb_activate with an\nempty child qdisc. We should return NET_XMIT_CN when packets are\ndropped from the same tin and flow.\n\nI do not believe return value of NET_XMIT_CN is necessary for packet\ndrops in the case of ack filtering, as that is meant to optimize\nperformance, not to signal congestion.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-39766"
        },
        {
          "category": "external",
          "summary": "RHBZ#2394648",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394648"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-39766",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-39766"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39766",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39766"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39766-7465@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39766-7465@gregkh/T"
        }
      ],
      "release_date": "2025-09-11T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit"
    },
    {
      "cve": "CVE-2025-68366",
      "cwe": {
        "id": "CWE-911",
        "name": "Improper Update of Reference Count"
      },
      "discovery_date": "2025-12-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2424881"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnbd: defer config unlock in nbd_genl_connect\n\nThere is one use-after-free warning when running NBD_CMD_CONNECT and\nNBD_CLEAR_SOCK:\n\nnbd_genl_connect\n  nbd_alloc_and_init_config // config_refs=1\n  nbd_start_device // config_refs=2\n  set NBD_RT_HAS_CONFIG_REF\t\t\topen nbd // config_refs=3\n  recv_work done // config_refs=2\n\t\t\t\t\t\tNBD_CLEAR_SOCK // config_refs=1\n\t\t\t\t\t\tclose nbd // config_refs=0\n  refcount_inc -\u003e uaf\n\n------------[ cut here ]------------\nrefcount_t: addition on 0; use-after-free.\nWARNING: CPU: 24 PID: 1014 at lib/refcount.c:25 refcount_warn_saturate+0x12e/0x290\n nbd_genl_connect+0x16d0/0x1ab0\n genl_family_rcv_msg_doit+0x1f3/0x310\n genl_rcv_msg+0x44a/0x790\n\nThe issue can be easily reproduced by adding a small delay before\nrefcount_inc(\u0026nbd-\u003econfig_refs) in nbd_genl_connect():\n\n        mutex_unlock(\u0026nbd-\u003econfig_lock);\n        if (!ret) {\n                set_bit(NBD_RT_HAS_CONFIG_REF, \u0026config-\u003eruntime_flags);\n+               printk(\"before sleep\\n\");\n+               mdelay(5 * 1000);\n+               printk(\"after sleep\\n\");\n                refcount_inc(\u0026nbd-\u003econfig_refs);\n                nbd_connect_reply(info, nbd-\u003eindex);\n        }",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nbd: defer config unlock in nbd_genl_connect",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-68366"
        },
        {
          "category": "external",
          "summary": "RHBZ#2424881",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424881"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-68366",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68366",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68366"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025122459-CVE-2025-68366-b367@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025122459-CVE-2025-68366-b367@gregkh/T"
        }
      ],
      "release_date": "2025-12-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: nbd: defer config unlock in nbd_genl_connect"
    },
    {
      "cve": "CVE-2025-68741",
      "cwe": {
        "id": "CWE-763",
        "name": "Release of Invalid Pointer or Reference"
      },
      "discovery_date": "2025-12-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2425046"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Fix improper freeing of purex item\n\nIn qla2xxx_process_purls_iocb(), an item is allocated via\nqla27xx_copy_multiple_pkt(), which internally calls\nqla24xx_alloc_purex_item().\n\nThe qla24xx_alloc_purex_item() function may return a pre-allocated item\nfrom a per-adapter pool for small allocations, instead of dynamically\nallocating memory with kzalloc().\n\nAn error handling path in qla2xxx_process_purls_iocb() incorrectly uses\nkfree() to release the item. If the item was from the pre-allocated\npool, calling kfree() on it is a bug that can lead to memory corruption.\n\nFix this by using the correct deallocation function,\nqla24xx_free_purex_item(), which properly handles both dynamically\nallocated and pre-allocated items.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: scsi: qla2xxx: Fix improper freeing of purex item",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-68741"
        },
        {
          "category": "external",
          "summary": "RHBZ#2425046",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425046"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-68741",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-68741"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68741",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68741"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025122415-CVE-2025-68741-894a@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025122415-CVE-2025-68741-894a@gregkh/T"
        }
      ],
      "release_date": "2025-12-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: scsi: qla2xxx: Fix improper freeing of purex item"
    },
    {
      "cve": "CVE-2026-23243",
      "cwe": {
        "id": "CWE-131",
        "name": "Incorrect Calculation of Buffer Size"
      },
      "discovery_date": "2026-03-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2448594"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s Remote Direct Memory Access (RDMA) `umad` (User Mode Access Device) component. A local user can exploit this vulnerability by manipulating input, causing an integer underflow that leads to an out-of-bounds memory write. This memory corruption can result in a denial of service (DoS) by crashing the system, and may also lead to limited information disclosure or data integrity issues.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Linux kernel: Denial of service and memory corruption in RDMA umad",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This bug is a kernel out-of-bounds write in the RDMA umad write path caused by a user-controlled length calculation that could underflow and pass an invalid data_len into MAD send buffer creation.\nA local user with access to the umad interface can trigger the issue by supplying mismatched MAD and RMPP header sizes, which leads to an out-of-bounds memset in the send MAD allocation path and can corrupt kernel memory.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-23243"
        },
        {
          "category": "external",
          "summary": "RHBZ#2448594",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448594"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-23243",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-23243"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23243",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23243"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026031816-CVE-2026-23243-b88e@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026031816-CVE-2026-23243-b88e@gregkh/T"
        }
      ],
      "release_date": "2026-03-18T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module ib_umad from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Linux kernel: Denial of service and memory corruption in RDMA umad"
    },
    {
      "cve": "CVE-2026-23270",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2026-03-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2448745"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel. A use-after-free vulnerability exists in the traffic control `act_ct` path when it is incorrectly configured with non-ingress egress qdiscs (queueing disciplines). This can allow a local user with specific privileges to trigger a kernel crash, leading to a denial of service. In some cases, this vulnerability may also be exploited for privilege escalation.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Linux kernel: Use-after-free in traffic control (act_ct) may lead to denial of service or privilege escalation",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A use after free risk exists in the traffic control act_ct path when it is attached to non ingress egress qdiscs. In this configuration classify can return TC_ACT_CONSUMED while the skb is still held by the defragmentation engine. That can result in the skb being consumed and later accessed again by defragmentation which may lead to a kernel crash. Impact is denial of service in the common case, but keeping in mind that a kernel UAF could be exploitable for privilege escalation in some cases. The bug could happen only if some specific configuration being used (when tc/action being used and if the act_ct linked to incorrect qdisc/block), and in some cases regular user (if with some privileges) can make such configuration.\nThe bug is not triggerable until some specific configuration being used, so considered with limited impact level.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-23270"
        },
        {
          "category": "external",
          "summary": "RHBZ#2448745",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448745"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-23270",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-23270"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23270",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23270"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026031847-CVE-2026-23270-cb9a@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026031847-CVE-2026-23270-cb9a@gregkh/T"
        }
      ],
      "release_date": "2026-03-18T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Linux kernel: Use-after-free in traffic control (act_ct) may lead to denial of service or privilege escalation"
    },
    {
      "cve": "CVE-2026-31419",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2026-04-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2457829"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important impact flaw affecting the Linux kernel\u0027s bonding driver in Red Hat Enterprise Linux 6, 8.8 and later, 9.2 and later, and 10, as well as Red Hat In-Vehicle OS 2.0. A local attacker with low privileges could trigger a use-after-free vulnerability, leading to a system crash and denial of service. Red Hat Enterprise Linux 7, 8.2, 8.4, 8.6, and 9.0 are not affected as the vulnerable code is not present.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-31419"
        },
        {
          "category": "external",
          "summary": "RHBZ#2457829",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-31419",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T"
        }
      ],
      "release_date": "2026-04-13T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service"
    },
    {
      "cve": "CVE-2026-43163",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2026-05-06T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2467059"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s md/bitmap component. This vulnerability involves a use-after-free race condition that occurs during array resize operations. When the `bitmap_daemon_work()` and `__bitmap_resize()` functions execute concurrently, they can access memory pages that have already been freed. This can lead to a General Protection Fault (GPF), which causes the system to crash, resulting in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: md/bitmap: fix GPF in write_page caused by resize race",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
          "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
          "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
          "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
          "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-43163"
        },
        {
          "category": "external",
          "summary": "RHBZ#2467059",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467059"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-43163",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-43163"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43163",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43163"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43163-86e1@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43163-86e1@gregkh/T"
        }
      ],
      "release_date": "2026-05-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-27T05:41:54+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:21209"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.127.1.el9_4.noarch",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.127.1.el9_4.x86_64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.aarch64",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.ppc64le",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.s390x",
            "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.src",
            "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.127.1.el9_4.noarch",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.127.1.el9_4.x86_64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.aarch64",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.ppc64le",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.s390x",
            "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64",
            "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.127.1.el9_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: md/bitmap: fix GPF in write_page caused by resize race"
    }
  ]
}



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…