RHSA-2024:11486

Vulnerability from csaf_redhat - Published: 2024-12-19 00:58 - Updated: 2026-06-25 11:05
Summary
Red Hat Security Advisory: kernel security update
Severity
Moderate
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. 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: Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (CVE-2024-27399) * kernel: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (CVE-2024-38564) * kernel: bpf: Fix a kernel verifier crash in stacksafe() (CVE-2024-45020) * kernel: nfsd: ensure that nfsd4_fattr_args.context is zeroed out (CVE-2024-46697) * kernel: bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() (CVE-2024-47675) * kernel: bpf: Fix a sdiv overflow issue (CVE-2024-49888) * kernel: arm64: probes: Remove broken LDR (literal) uprobe support (CVE-2024-50099) * kernel: xfrm: fix one more kernel-infoleak in algo dumping (CVE-2024-50110) * kernel: Bluetooth: SCO: Fix UAF on sco_sock_timeout (CVE-2024-50125) * kernel: Bluetooth: ISO: Fix UAF on iso_sock_timeout (CVE-2024-50124) * kernel: KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory (CVE-2024-50115) * kernel: xfrm: validate new SA's prefixlen using SA family when sel.family is unset (CVE-2024-50142) * kernel: Bluetooth: bnep: fix wild-memory-access in proto_unregister (CVE-2024-50148) * kernel: irqchip/gic-v4: Don't allow a VMOVP on a dying VPE (CVE-2024-50192) * kernel: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs (CVE-2024-50255) * kernel: sched/numa: Fix the potential null pointer dereference in task_numa_work() (CVE-2024-50223) * kernel: bpf: Fix out-of-bounds write in trie_get_next_key() (CVE-2024-50262) 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: Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout There is a race condition between l2cap_chan_timeout() and l2cap_chan_del(). When we use l2cap_chan_del() to delete the channel, the chan->conn will be set to null. But the conn could be dereferenced again in the mutex_lock() of l2cap_chan_timeout(). As a result the null pointer dereference bug will happen. The KASAN report triggered by POC is shown below: [ 472.074580] ================================================================== [ 472.075284] BUG: KASAN: null-ptr-deref in mutex_lock+0x68/0xc0 [ 472.075308] Write of size 8 at addr 0000000000000158 by task kworker/0:0/7 [ 472.075308] [ 472.075308] CPU: 0 PID: 7 Comm: kworker/0:0 Not tainted 6.9.0-rc5-00356-g78c0094a146b #36 [ 472.075308] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu4 [ 472.075308] Workqueue: events l2cap_chan_timeout [ 472.075308] Call Trace: [ 472.075308] <TASK> [ 472.075308] dump_stack_lvl+0x137/0x1a0 [ 472.075308] print_report+0x101/0x250 [ 472.075308] ? __virt_addr_valid+0x77/0x160 [ 472.075308] ? mutex_lock+0x68/0xc0 [ 472.075308] kasan_report+0x139/0x170 [ 472.075308] ? mutex_lock+0x68/0xc0 [ 472.075308] kasan_check_range+0x2c3/0x2e0 [ 472.075308] mutex_lock+0x68/0xc0 [ 472.075308] l2cap_chan_timeout+0x181/0x300 [ 472.075308] process_one_work+0x5d2/0xe00 [ 472.075308] worker_thread+0xe1d/0x1660 [ 472.075308] ? pr_cont_work+0x5e0/0x5e0 [ 472.075308] kthread+0x2b7/0x350 [ 472.075308] ? pr_cont_work+0x5e0/0x5e0 [ 472.075308] ? kthread_blkcg+0xd0/0xd0 [ 472.075308] ret_from_fork+0x4d/0x80 [ 472.075308] ? kthread_blkcg+0xd0/0xd0 [ 472.075308] ret_from_fork_asm+0x11/0x20 [ 472.075308] </TASK> [ 472.075308] ================================================================== [ 472.094860] Disabling lock debugging due to kernel taint [ 472.096136] BUG: kernel NULL pointer dereference, address: 0000000000000158 [ 472.096136] #PF: supervisor write access in kernel mode [ 472.096136] #PF: error_code(0x0002) - not-present page [ 472.096136] PGD 0 P4D 0 [ 472.096136] Oops: 0002 [#1] PREEMPT SMP KASAN NOPTI [ 472.096136] CPU: 0 PID: 7 Comm: kworker/0:0 Tainted: G B 6.9.0-rc5-00356-g78c0094a146b #36 [ 472.096136] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu4 [ 472.096136] Workqueue: events l2cap_chan_timeout [ 472.096136] RIP: 0010:mutex_lock+0x88/0xc0 [ 472.096136] Code: be 08 00 00 00 e8 f8 23 1f fd 4c 89 f7 be 08 00 00 00 e8 eb 23 1f fd 42 80 3c 23 00 74 08 48 88 [ 472.096136] RSP: 0018:ffff88800744fc78 EFLAGS: 00000246 [ 472.096136] RAX: 0000000000000000 RBX: 1ffff11000e89f8f RCX: ffffffff8457c865 [ 472.096136] RDX: 0000000000000001 RSI: 0000000000000008 RDI: ffff88800744fc78 [ 472.096136] RBP: 0000000000000158 R08: ffff88800744fc7f R09: 1ffff11000e89f8f [ 472.096136] R10: dffffc0000000000 R11: ffffed1000e89f90 R12: dffffc0000000000 [ 472.096136] R13: 0000000000000158 R14: ffff88800744fc78 R15: ffff888007405a00 [ 472.096136] FS: 0000000000000000(0000) GS:ffff88806d200000(0000) knlGS:0000000000000000 [ 472.096136] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 472.096136] CR2: 0000000000000158 CR3: 000000000da32000 CR4: 00000000000006f0 [ 472.096136] Call Trace: [ 472.096136] <TASK> [ 472.096136] ? __die_body+0x8d/0xe0 [ 472.096136] ? page_fault_oops+0x6b8/0x9a0 [ 472.096136] ? kernelmode_fixup_or_oops+0x20c/0x2a0 [ 472.096136] ? do_user_addr_fault+0x1027/0x1340 [ 472.096136] ? _printk+0x7a/0xa0 [ 472.096136] ? mutex_lock+0x68/0xc0 [ 472.096136] ? add_taint+0x42/0xd0 [ 472.096136] ? exc_page_fault+0x6a/0x1b0 [ 472.096136] ? asm_exc_page_fault+0x26/0x30 [ 472.096136] ? mutex_lock+0x75/0xc0 [ 472.096136] ? mutex_lock+0x88/0xc0 [ 472.096136] ? mutex_lock+0x75/0xc0 [ 472.096136] l2cap_chan_timeo ---truncated---

Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE bpf_prog_attach uses attach_type_to_prog_type to enforce proper attach type for BPF_PROG_TYPE_CGROUP_SKB. link_create uses bpf_prog_get and relies on bpf_prog_attach_check_attach_type to properly verify prog_type <> attach_type association. Add missing attach_type enforcement for the link_create case. Otherwise, it's currently possible to attach cgroup_skb prog types to other cgroup hooks.

CWE-665 - Improper Initialization
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Low

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a kernel verifier crash in stacksafe() Daniel Hodges reported a kernel verifier crash when playing with sched-ext. Further investigation shows that the crash is due to invalid memory access in stacksafe(). More specifically, it is the following code: if (exact != NOT_EXACT && old->stack[spi].slot_type[i % BPF_REG_SIZE] != cur->stack[spi].slot_type[i % BPF_REG_SIZE]) return false; The 'i' iterates old->allocated_stack. If cur->allocated_stack < old->allocated_stack the out-of-bound access will happen. To fix the issue add 'i >= cur->allocated_stack' check such that if the condition is true, stacksafe() should fail. Otherwise, cur->stack[spi].slot_type[i % BPF_REG_SIZE] memory access is legal.

CWE-125 - Out-of-bounds Read
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure that nfsd4_fattr_args.context is zeroed out If nfsd4_encode_fattr4 ends up doing a "goto out" before we get to checking for the security label, then args.context will be set to uninitialized junk on the stack, which we'll then try to free. Initialize it early.

CWE-457 - Use of Uninitialized Variable
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() If bpf_link_prime() fails, bpf_uprobe_multi_link_attach() goes to the error_free label and frees the array of bpf_uprobe's without calling bpf_uprobe_unregister(). This leaks bpf_uprobe->uprobe and worse, this frees bpf_uprobe->consumer without removing it from the uprobe->consumers list.

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

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a sdiv overflow issue Zac Ecob reported a problem where a bpf program may cause kernel crash due to the following error: Oops: divide error: 0000 [#1] PREEMPT SMP KASAN PTI The failure is due to the below signed divide: LLONG_MIN/-1 where LLONG_MIN equals to -9,223,372,036,854,775,808. LLONG_MIN/-1 is supposed to give a positive number 9,223,372,036,854,775,808, but it is impossible since for 64-bit system, the maximum positive number is 9,223,372,036,854,775,807. On x86_64, LLONG_MIN/-1 will cause a kernel exception. On arm64, the result for LLONG_MIN/-1 is LLONG_MIN. Further investigation found all the following sdiv/smod cases may trigger an exception when bpf program is running on x86_64 platform: - LLONG_MIN/-1 for 64bit operation - INT_MIN/-1 for 32bit operation - LLONG_MIN%-1 for 64bit operation - INT_MIN%-1 for 32bit operation where -1 can be an immediate or in a register. On arm64, there are no exceptions: - LLONG_MIN/-1 = LLONG_MIN - INT_MIN/-1 = INT_MIN - LLONG_MIN%-1 = 0 - INT_MIN%-1 = 0 where -1 can be an immediate or in a register. Insn patching is needed to handle the above cases and the patched codes produced results aligned with above arm64 result. The below are pseudo codes to handle sdiv/smod exceptions including both divisor -1 and divisor 0 and the divisor is stored in a register. sdiv: tmp = rX tmp += 1 /* [-1, 0] -> [0, 1] if tmp >(unsigned) 1 goto L2 if tmp == 0 goto L1 rY = 0 L1: rY = -rY; goto L3 L2: rY /= rX L3: smod: tmp = rX tmp += 1 /* [-1, 0] -> [0, 1] if tmp >(unsigned) 1 goto L1 if tmp == 1 (is64 ? goto L2 : goto L3) rY = 0; goto L2 L1: rY %= rX L2: goto L4 // only when !is64 L3: wY = wY // only when !is64 L4: [1] https://lore.kernel.org/bpf/tPJLTEh7S_DxFEqAI2Ji5MBSoZVg7_G-Py2iaZpAaWtM961fFTWtsnlzwvTbzBzaUzwQAoNATXKUlt0LZOFgnDcIyKCswAnAGdUF3LBrhGQ=@protonmail.com/

CWE-190 - Integer Overflow or Wraparound
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Remove broken LDR (literal) uprobe support The simulate_ldr_literal() and simulate_ldrsw_literal() functions are unsafe to use for uprobes. Both functions were originally written for use with kprobes, and access memory with plain C accesses. When uprobes was added, these were reused unmodified even though they cannot safely access user memory. There are three key problems: 1) The plain C accesses do not have corresponding extable entries, and thus if they encounter a fault the kernel will treat these as unintentional accesses to user memory, resulting in a BUG() which will kill the kernel thread, and likely lead to further issues (e.g. lockup or panic()). 2) The plain C accesses are subject to HW PAN and SW PAN, and so when either is in use, any attempt to simulate an access to user memory will fault. Thus neither simulate_ldr_literal() nor simulate_ldrsw_literal() can do anything useful when simulating a user instruction on any system with HW PAN or SW PAN. 3) The plain C accesses are privileged, as they run in kernel context, and in practice can access a small range of kernel virtual addresses. The instructions they simulate have a range of +/-1MiB, and since the simulated instructions must itself be a user instructions in the TTBR0 address range, these can address the final 1MiB of the TTBR1 acddress range by wrapping downwards from an address in the first 1MiB of the TTBR0 address range. In contemporary kernels the last 8MiB of TTBR1 address range is reserved, and accesses to this will always fault, meaning this is no worse than (1). Historically, it was theoretically possible for the linear map or vmemmap to spill into the final 8MiB of the TTBR1 address range, but in practice this is extremely unlikely to occur as this would require either: * Having enough physical memory to fill the entire linear map all the way to the final 1MiB of the TTBR1 address range. * Getting unlucky with KASLR randomization of the linear map such that the populated region happens to overlap with the last 1MiB of the TTBR address range. ... and in either case if we were to spill into the final page there would be larger problems as the final page would alias with error pointers. Practically speaking, (1) and (2) are the big issues. Given there have been no reports of problems since the broken code was introduced, it appears that no-one is relying on probing these instructions with uprobes. Avoid these issues by not allowing uprobes on LDR (literal) and LDRSW (literal), limiting the use of simulate_ldr_literal() and simulate_ldrsw_literal() to kprobes. Attempts to place uprobes on LDR (literal) and LDRSW (literal) will be rejected as arm_probe_decode_insn() will return INSN_REJECTED. In future we can consider introducing working uprobes support for these instructions, but this will require more significant work.

Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix

A vulnerability was found in the `xfrm` module in the Linux Kernel. This issue was discovered during fuzz testing, where uninitialized memory containing potentially sensitive data was inadvertently copied to user-space. This issue occurs when dumping IPsec algorithm data structures, exposing random padding from the structures. This issue could lead to information leaks if uninitialized memory is accessed by user-space applications.

CWE-908 - Use of Uninitialized Resource
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory Ignore nCR3[4:0] when loading PDPTEs from memory for nested SVM, as bits 4:0 of CR3 are ignored when PAE paging is used, and thus VMRUN doesn't enforce 32-byte alignment of nCR3. In the absolute worst case scenario, failure to ignore bits 4:0 can result in an out-of-bounds read, e.g. if the target page is at the end of a memslot, and the VMM isn't using guard pages. Per the APM: The CR3 register points to the base address of the page-directory-pointer table. The page-directory-pointer table is aligned on a 32-byte boundary, with the low 5 address bits 4:0 assumed to be 0. And the SDM's much more explicit: 4:0 Ignored Note, KVM gets this right when loading PDPTRs, it's only the nSVM flow that is broken.

CWE-125 - Out-of-bounds Read
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Workaround
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix UAF on iso_sock_timeout conn->sk maybe have been unlinked/freed while waiting for iso_conn_lock so this checks if the conn->sk is still valid by checking if it part of iso_sk_list.

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

A use-after-free vulnerability was found in the Linux kernel's Bluetooth SCO. When sco_sock_timeout() is called, conn->sk may be unlinked/freed while waiting for sco_conn_lock. This checks if the conn->sk is still valid by checking if it is part of sco_sk_list, leading to a loss of availability and system confidentiality.

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

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate new SA's prefixlen using SA family when sel.family is unset This expands the validation introduced in commit 07bf7908950a ("xfrm: Validate address prefix lengths in the xfrm selector.") syzbot created an SA with usersa.sel.family = AF_UNSPEC usersa.sel.prefixlen_s = 128 usersa.family = AF_INET Because of the AF_UNSPEC selector, verify_newsa_info doesn't put limits on prefixlen_{s,d}. But then copy_from_user_state sets x->sel.family to usersa.family (AF_INET). Do the same conversion in verify_newsa_info before validating prefixlen_{s,d}, since that's how prefixlen is going to be used later on.

CWE-20 - Improper Input Validation
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: fix wild-memory-access in proto_unregister There's issue as follows: KASAN: maybe wild-memory-access in range [0xdead...108-0xdead...10f] CPU: 3 UID: 0 PID: 2805 Comm: rmmod Tainted: G W RIP: 0010:proto_unregister+0xee/0x400 Call Trace: <TASK> __do_sys_delete_module+0x318/0x580 do_syscall_64+0xc1/0x1d0 entry_SYSCALL_64_after_hwframe+0x77/0x7f As bnep_init() ignore bnep_sock_init()'s return value, and bnep_sock_init() will cleanup all resource. Then when remove bnep module will call bnep_sock_cleanup() to cleanup sock's resource. To solve above issue just return bnep_sock_init()'s return value in bnep_exit().

CWE-459 - Incomplete Cleanup
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Low

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v4: Don't allow a VMOVP on a dying VPE Kunkun Jiang reported that there is a small window of opportunity for userspace to force a change of affinity for a VPE while the VPE has already been unmapped, but the corresponding doorbell interrupt still visible in /proc/irq/. Plug the race by checking the value of vmapp_count, which tracks whether the VPE is mapped ot not, and returning an error in this case. This involves making vmapp_count common to both GICv4.1 and its v4.0 ancestor.

CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: sched/numa: Fix the potential null pointer dereference in task_numa_work() When running stress-ng-vm-segv test, we found a null pointer dereference error in task_numa_work(). Here is the backtrace: [323676.066985] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000020 ...... [323676.067108] CPU: 35 PID: 2694524 Comm: stress-ng-vm-se ...... [323676.067113] pstate: 23401009 (nzCv daif +PAN -UAO +TCO +DIT +SSBS BTYPE=--) [323676.067115] pc : vma_migratable+0x1c/0xd0 [323676.067122] lr : task_numa_work+0x1ec/0x4e0 [323676.067127] sp : ffff8000ada73d20 [323676.067128] x29: ffff8000ada73d20 x28: 0000000000000000 x27: 000000003e89f010 [323676.067130] x26: 0000000000080000 x25: ffff800081b5c0d8 x24: ffff800081b27000 [323676.067133] x23: 0000000000010000 x22: 0000000104d18cc0 x21: ffff0009f7158000 [323676.067135] x20: 0000000000000000 x19: 0000000000000000 x18: ffff8000ada73db8 [323676.067138] x17: 0001400000000000 x16: ffff800080df40b0 x15: 0000000000000035 [323676.067140] x14: ffff8000ada73cc8 x13: 1fffe0017cc72001 x12: ffff8000ada73cc8 [323676.067142] x11: ffff80008001160c x10: ffff000be639000c x9 : ffff8000800f4ba4 [323676.067145] x8 : ffff000810375000 x7 : ffff8000ada73974 x6 : 0000000000000001 [323676.067147] x5 : 0068000b33e26707 x4 : 0000000000000001 x3 : ffff0009f7158000 [323676.067149] x2 : 0000000000000041 x1 : 0000000000004400 x0 : 0000000000000000 [323676.067152] Call trace: [323676.067153] vma_migratable+0x1c/0xd0 [323676.067155] task_numa_work+0x1ec/0x4e0 [323676.067157] task_work_run+0x78/0xd8 [323676.067161] do_notify_resume+0x1ec/0x290 [323676.067163] el0_svc+0x150/0x160 [323676.067167] el0t_64_sync_handler+0xf8/0x128 [323676.067170] el0t_64_sync+0x17c/0x180 [323676.067173] Code: d2888001 910003fd f9000bf3 aa0003f3 (f9401000) [323676.067177] SMP: stopping secondary CPUs [323676.070184] Starting crashdump kernel... stress-ng-vm-segv in stress-ng is used to stress test the SIGSEGV error handling function of the system, which tries to cause a SIGSEGV error on return from unmapping the whole address space of the child process. Normally this program will not cause kernel crashes. But before the munmap system call returns to user mode, a potential task_numa_work() for numa balancing could be added and executed. In this scenario, since the child process has no vma after munmap, the vma_next() in task_numa_work() will return a null pointer even if the vma iterator restarts from 0. Recheck the vma pointer before dereferencing it in task_numa_work().

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

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs Fix __hci_cmd_sync_sk() to return not NULL for unknown opcodes. __hci_cmd_sync_sk() returns NULL if a command returns a status event. However, it also returns NULL where an opcode doesn't exist in the hci_cc table because hci_cmd_complete_evt() assumes status = skb->data[0] for unknown opcodes. This leads to null-ptr-deref in cmd_sync for HCI_OP_READ_LOCAL_CODECS as there is no hci_cc for HCI_OP_READ_LOCAL_CODECS, which always assumes status = skb->data[0]. KASAN: null-ptr-deref in range [0x0000000000000070-0x0000000000000077] CPU: 1 PID: 2000 Comm: kworker/u9:5 Not tainted 6.9.0-ga6bcb805883c-dirty #10 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 Workqueue: hci7 hci_power_on RIP: 0010:hci_read_supported_codecs+0xb9/0x870 net/bluetooth/hci_codec.c:138 Code: 08 48 89 ef e8 b8 c1 8f fd 48 8b 75 00 e9 96 00 00 00 49 89 c6 48 ba 00 00 00 00 00 fc ff df 4c 8d 60 70 4c 89 e3 48 c1 eb 03 <0f> b6 04 13 84 c0 0f 85 82 06 00 00 41 83 3c 24 02 77 0a e8 bf 78 RSP: 0018:ffff888120bafac8 EFLAGS: 00010212 RAX: 0000000000000000 RBX: 000000000000000e RCX: ffff8881173f0040 RDX: dffffc0000000000 RSI: ffffffffa58496c0 RDI: ffff88810b9ad1e4 RBP: ffff88810b9ac000 R08: ffffffffa77882a7 R09: 1ffffffff4ef1054 R10: dffffc0000000000 R11: fffffbfff4ef1055 R12: 0000000000000070 R13: 0000000000000000 R14: 0000000000000000 R15: ffff88810b9ac000 FS: 0000000000000000(0000) GS:ffff8881f6c00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f6ddaa3439e CR3: 0000000139764003 CR4: 0000000000770ef0 PKRU: 55555554 Call Trace: <TASK> hci_read_local_codecs_sync net/bluetooth/hci_sync.c:4546 [inline] hci_init_stage_sync net/bluetooth/hci_sync.c:3441 [inline] hci_init4_sync net/bluetooth/hci_sync.c:4706 [inline] hci_init_sync net/bluetooth/hci_sync.c:4742 [inline] hci_dev_init_sync net/bluetooth/hci_sync.c:4912 [inline] hci_dev_open_sync+0x19a9/0x2d30 net/bluetooth/hci_sync.c:4994 hci_dev_do_open net/bluetooth/hci_core.c:483 [inline] hci_power_on+0x11e/0x560 net/bluetooth/hci_core.c:1015 process_one_work kernel/workqueue.c:3267 [inline] process_scheduled_works+0x8ef/0x14f0 kernel/workqueue.c:3348 worker_thread+0x91f/0xe50 kernel/workqueue.c:3429 kthread+0x2cb/0x360 kernel/kthread.c:388 ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244

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

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key() trie_get_next_key() allocates a node stack with size trie->max_prefixlen, while it writes (trie->max_prefixlen + 1) nodes to the stack when it has full paths from the root to leaves. For example, consider a trie with max_prefixlen is 8, and the nodes with key 0x00/0, 0x00/1, 0x00/2, ... 0x00/8 inserted. Subsequent calls to trie_get_next_key with _key with .prefixlen = 8 make 9 nodes be written on the node stack with size 8.

CWE-787 - Out-of-bounds Write
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x
Vendor Fix fix
Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64
Vendor Fix fix
Threats
Impact Moderate
References
URL Category
https://access.redhat.com/errata/RHSA-2024:11486 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2280462 external
https://bugzilla.redhat.com/show_bug.cgi?id=2293429 external
https://bugzilla.redhat.com/show_bug.cgi?id=2311717 external
https://bugzilla.redhat.com/show_bug.cgi?id=2312085 external
https://bugzilla.redhat.com/show_bug.cgi?id=2320254 external
https://bugzilla.redhat.com/show_bug.cgi?id=2320517 external
https://bugzilla.redhat.com/show_bug.cgi?id=2323904 external
https://bugzilla.redhat.com/show_bug.cgi?id=2323930 external
https://bugzilla.redhat.com/show_bug.cgi?id=2323937 external
https://bugzilla.redhat.com/show_bug.cgi?id=2323944 external
https://bugzilla.redhat.com/show_bug.cgi?id=2323955 external
https://bugzilla.redhat.com/show_bug.cgi?id=2324315 external
https://bugzilla.redhat.com/show_bug.cgi?id=2324332 external
https://bugzilla.redhat.com/show_bug.cgi?id=2324612 external
https://bugzilla.redhat.com/show_bug.cgi?id=2324867 external
https://bugzilla.redhat.com/show_bug.cgi?id=2324868 external
https://bugzilla.redhat.com/show_bug.cgi?id=2324892 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2024-27399 self
https://bugzilla.redhat.com/show_bug.cgi?id=2280462 external
https://www.cve.org/CVERecord?id=CVE-2024-27399 external
https://nvd.nist.gov/vuln/detail/CVE-2024-27399 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-38564 self
https://bugzilla.redhat.com/show_bug.cgi?id=2293429 external
https://www.cve.org/CVERecord?id=CVE-2024-38564 external
https://nvd.nist.gov/vuln/detail/CVE-2024-38564 external
https://lore.kernel.org/linux-cve-announce/202406… external
https://access.redhat.com/security/cve/CVE-2024-45020 self
https://bugzilla.redhat.com/show_bug.cgi?id=2311717 external
https://www.cve.org/CVERecord?id=CVE-2024-45020 external
https://nvd.nist.gov/vuln/detail/CVE-2024-45020 external
https://lore.kernel.org/linux-cve-announce/202409… external
https://access.redhat.com/security/cve/CVE-2024-46697 self
https://bugzilla.redhat.com/show_bug.cgi?id=2312085 external
https://www.cve.org/CVERecord?id=CVE-2024-46697 external
https://nvd.nist.gov/vuln/detail/CVE-2024-46697 external
https://lore.kernel.org/linux-cve-announce/202409… external
https://access.redhat.com/security/cve/CVE-2024-47675 self
https://bugzilla.redhat.com/show_bug.cgi?id=2320254 external
https://www.cve.org/CVERecord?id=CVE-2024-47675 external
https://nvd.nist.gov/vuln/detail/CVE-2024-47675 external
https://lore.kernel.org/linux-cve-announce/202410… external
https://access.redhat.com/security/cve/CVE-2024-49888 self
https://bugzilla.redhat.com/show_bug.cgi?id=2320517 external
https://www.cve.org/CVERecord?id=CVE-2024-49888 external
https://nvd.nist.gov/vuln/detail/CVE-2024-49888 external
https://lore.kernel.org/linux-cve-announce/202410… external
https://access.redhat.com/security/cve/CVE-2024-50099 self
https://bugzilla.redhat.com/show_bug.cgi?id=2323904 external
https://www.cve.org/CVERecord?id=CVE-2024-50099 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50099 external
https://lore.kernel.org/linux-cve-announce/202411… external
https://access.redhat.com/security/cve/CVE-2024-50110 self
https://bugzilla.redhat.com/show_bug.cgi?id=2323930 external
https://www.cve.org/CVERecord?id=CVE-2024-50110 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50110 external
https://lore.kernel.org/linux-cve-announce/202411… external
https://access.redhat.com/security/cve/CVE-2024-50115 self
https://bugzilla.redhat.com/show_bug.cgi?id=2323955 external
https://www.cve.org/CVERecord?id=CVE-2024-50115 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50115 external
https://lore.kernel.org/linux-cve-announce/202411… external
https://access.redhat.com/security/cve/CVE-2024-50124 self
https://bugzilla.redhat.com/show_bug.cgi?id=2323944 external
https://www.cve.org/CVERecord?id=CVE-2024-50124 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50124 external
https://git.kernel.org/stable/c/14bcb721d241e62fd… external
https://git.kernel.org/stable/c/246b435ad668596aa… external
https://git.kernel.org/stable/c/876ac72d535fa94f4… external
https://git.kernel.org/stable/c/d75aad1d3143ca68c… external
https://access.redhat.com/security/cve/CVE-2024-50125 self
https://bugzilla.redhat.com/show_bug.cgi?id=2323937 external
https://www.cve.org/CVERecord?id=CVE-2024-50125 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50125 external
https://lore.kernel.org/linux-cve-announce/202411… external
https://access.redhat.com/security/cve/CVE-2024-50142 self
https://bugzilla.redhat.com/show_bug.cgi?id=2324315 external
https://www.cve.org/CVERecord?id=CVE-2024-50142 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50142 external
https://lore.kernel.org/linux-cve-announce/202411… external
https://access.redhat.com/security/cve/CVE-2024-50148 self
https://bugzilla.redhat.com/show_bug.cgi?id=2324332 external
https://www.cve.org/CVERecord?id=CVE-2024-50148 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50148 external
https://lore.kernel.org/linux-cve-announce/202411… external
https://access.redhat.com/security/cve/CVE-2024-50192 self
https://bugzilla.redhat.com/show_bug.cgi?id=2324612 external
https://www.cve.org/CVERecord?id=CVE-2024-50192 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50192 external
https://git.kernel.org/pub/scm/linux/security/vul… external
https://access.redhat.com/security/cve/CVE-2024-50223 self
https://bugzilla.redhat.com/show_bug.cgi?id=2324868 external
https://www.cve.org/CVERecord?id=CVE-2024-50223 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50223 external
https://lore.kernel.org/linux-cve-announce/202411… external
https://access.redhat.com/security/cve/CVE-2024-50255 self
https://bugzilla.redhat.com/show_bug.cgi?id=2324867 external
https://www.cve.org/CVERecord?id=CVE-2024-50255 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50255 external
https://lore.kernel.org/linux-cve-announce/202411… external
https://access.redhat.com/security/cve/CVE-2024-50262 self
https://bugzilla.redhat.com/show_bug.cgi?id=2324892 external
https://www.cve.org/CVERecord?id=CVE-2024-50262 external
https://nvd.nist.gov/vuln/detail/CVE-2024-50262 external
https://lore.kernel.org/linux-cve-announce/202411… external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "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.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (CVE-2024-27399)\n\n* kernel: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (CVE-2024-38564)\n\n* kernel: bpf: Fix a kernel verifier crash in stacksafe() (CVE-2024-45020)\n\n* kernel: nfsd: ensure that nfsd4_fattr_args.context is zeroed out (CVE-2024-46697)\n\n* kernel: bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() (CVE-2024-47675)\n\n* kernel: bpf: Fix a sdiv overflow issue (CVE-2024-49888)\n\n* kernel: arm64: probes: Remove broken LDR (literal) uprobe support (CVE-2024-50099)\n\n* kernel: xfrm: fix one more kernel-infoleak in algo dumping (CVE-2024-50110)\n\n* kernel: Bluetooth: SCO: Fix UAF on sco_sock_timeout (CVE-2024-50125)\n\n* kernel: Bluetooth: ISO: Fix UAF on iso_sock_timeout (CVE-2024-50124)\n\n* kernel: KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory (CVE-2024-50115)\n\n* kernel: xfrm: validate new SA\u0026#39;s prefixlen using SA family when sel.family is unset (CVE-2024-50142)\n\n* kernel: Bluetooth: bnep: fix wild-memory-access in proto_unregister (CVE-2024-50148)\n\n* kernel: irqchip/gic-v4: Don\u0027t allow a VMOVP on a dying VPE (CVE-2024-50192)\n\n* kernel: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs (CVE-2024-50255)\n\n* kernel: sched/numa: Fix the potential null pointer dereference in task_numa_work() (CVE-2024-50223)\n\n* kernel: bpf: Fix out-of-bounds write in trie_get_next_key() (CVE-2024-50262)\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-2024:11486",
        "url": "https://access.redhat.com/errata/RHSA-2024:11486"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "2280462",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280462"
      },
      {
        "category": "external",
        "summary": "2293429",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293429"
      },
      {
        "category": "external",
        "summary": "2311717",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311717"
      },
      {
        "category": "external",
        "summary": "2312085",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312085"
      },
      {
        "category": "external",
        "summary": "2320254",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320254"
      },
      {
        "category": "external",
        "summary": "2320517",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320517"
      },
      {
        "category": "external",
        "summary": "2323904",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323904"
      },
      {
        "category": "external",
        "summary": "2323930",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323930"
      },
      {
        "category": "external",
        "summary": "2323937",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323937"
      },
      {
        "category": "external",
        "summary": "2323944",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323944"
      },
      {
        "category": "external",
        "summary": "2323955",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323955"
      },
      {
        "category": "external",
        "summary": "2324315",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324315"
      },
      {
        "category": "external",
        "summary": "2324332",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324332"
      },
      {
        "category": "external",
        "summary": "2324612",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324612"
      },
      {
        "category": "external",
        "summary": "2324867",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324867"
      },
      {
        "category": "external",
        "summary": "2324868",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324868"
      },
      {
        "category": "external",
        "summary": "2324892",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324892"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11486.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel security update",
    "tracking": {
      "current_release_date": "2026-06-25T11:05:11+00:00",
      "generator": {
        "date": "2026-06-25T11:05:11+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.1.0"
        }
      },
      "id": "RHSA-2024:11486",
      "initial_release_date": "2024-12-19T00:58:56+00:00",
      "revision_history": [
        {
          "date": "2024-12-19T00:58:56+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-19T00:58:56+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-06-25T11:05:11+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 (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                  "product_id": "AppStream-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux BaseOS (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS (v. 9)",
                  "product_id": "BaseOS-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat CodeReady Linux Builder (v. 9)",
                "product": {
                  "name": "Red Hat CodeReady Linux Builder (v. 9)",
                  "product_id": "CRB-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
                  "product_id": "NFV-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::nfv"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Real Time (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time (v. 9)",
                  "product_id": "RT-9.5.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::realtime"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
                  "product_id": "bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.4.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
                  "product_id": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.4.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "perf-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "perf-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "rtla-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "rtla-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "rv-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "rv-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-503.19.1.el9_5.aarch64",
                "product": {
                  "name": "libperf-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_id": "libperf-0:5.14.0-503.19.1.el9_5.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-503.19.1.el9_5?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
                  "product_id": "bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.4.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
                  "product_id": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.4.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "perf-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "perf-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "rv-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "rv-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
                "product": {
                  "name": "libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_id": "libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-503.19.1.el9_5?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
                  "product_id": "bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.4.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
                  "product_id": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.4.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "perf-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "perf-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "rtla-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "rtla-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "rv-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "rv-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "libperf-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "libperf-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
                "product": {
                  "name": "kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_id": "kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-503.19.1.el9_5?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:7.4.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "bpftool-0:7.4.0-503.19.1.el9_5.s390x",
                  "product_id": "bpftool-0:7.4.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.4.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
                  "product_id": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.4.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "perf-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "perf-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "rtla-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "rtla-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "rv-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "rv-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-503.19.1.el9_5.s390x",
                "product": {
                  "name": "libperf-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_id": "libperf-0:5.14.0-503.19.1.el9_5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-503.19.1.el9_5?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-503.19.1.el9_5.src",
                "product": {
                  "name": "kernel-0:5.14.0-503.19.1.el9_5.src",
                  "product_id": "kernel-0:5.14.0-503.19.1.el9_5.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-503.19.1.el9_5?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
                "product": {
                  "name": "kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
                  "product_id": "kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-503.19.1.el9_5?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
                "product": {
                  "name": "kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
                  "product_id": "kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-503.19.1.el9_5?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:5.14.0-503.19.1.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch"
        },
        "product_reference": "kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "perf-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "perf-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "perf-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "perf-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "rtla-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "rtla-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "rtla-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "rv-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "rv-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "rv-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "rv-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.4.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.4.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.4.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "bpftool-0:7.4.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.4.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-503.19.1.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src"
        },
        "product_reference": "kernel-0:5.14.0-503.19.1.el9_5.src",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch"
        },
        "product_reference": "kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "libperf-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "libperf-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "libperf-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
        "relates_to_product_reference": "RT-9.5.0.Z.MAIN"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-27399",
      "discovery_date": "2024-05-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2280462"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout\n\nThere is a race condition between l2cap_chan_timeout() and\nl2cap_chan_del(). When we use l2cap_chan_del() to delete the\nchannel, the chan-\u003econn will be set to null. But the conn could\nbe dereferenced again in the mutex_lock() of l2cap_chan_timeout().\nAs a result the null pointer dereference bug will happen. The\nKASAN report triggered by POC is shown below:\n\n[  472.074580] ==================================================================\n[  472.075284] BUG: KASAN: null-ptr-deref in mutex_lock+0x68/0xc0\n[  472.075308] Write of size 8 at addr 0000000000000158 by task kworker/0:0/7\n[  472.075308]\n[  472.075308] CPU: 0 PID: 7 Comm: kworker/0:0 Not tainted 6.9.0-rc5-00356-g78c0094a146b #36\n[  472.075308] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu4\n[  472.075308] Workqueue: events l2cap_chan_timeout\n[  472.075308] Call Trace:\n[  472.075308]  \u003cTASK\u003e\n[  472.075308]  dump_stack_lvl+0x137/0x1a0\n[  472.075308]  print_report+0x101/0x250\n[  472.075308]  ? __virt_addr_valid+0x77/0x160\n[  472.075308]  ? mutex_lock+0x68/0xc0\n[  472.075308]  kasan_report+0x139/0x170\n[  472.075308]  ? mutex_lock+0x68/0xc0\n[  472.075308]  kasan_check_range+0x2c3/0x2e0\n[  472.075308]  mutex_lock+0x68/0xc0\n[  472.075308]  l2cap_chan_timeout+0x181/0x300\n[  472.075308]  process_one_work+0x5d2/0xe00\n[  472.075308]  worker_thread+0xe1d/0x1660\n[  472.075308]  ? pr_cont_work+0x5e0/0x5e0\n[  472.075308]  kthread+0x2b7/0x350\n[  472.075308]  ? pr_cont_work+0x5e0/0x5e0\n[  472.075308]  ? kthread_blkcg+0xd0/0xd0\n[  472.075308]  ret_from_fork+0x4d/0x80\n[  472.075308]  ? kthread_blkcg+0xd0/0xd0\n[  472.075308]  ret_from_fork_asm+0x11/0x20\n[  472.075308]  \u003c/TASK\u003e\n[  472.075308] ==================================================================\n[  472.094860] Disabling lock debugging due to kernel taint\n[  472.096136] BUG: kernel NULL pointer dereference, address: 0000000000000158\n[  472.096136] #PF: supervisor write access in kernel mode\n[  472.096136] #PF: error_code(0x0002) - not-present page\n[  472.096136] PGD 0 P4D 0\n[  472.096136] Oops: 0002 [#1] PREEMPT SMP KASAN NOPTI\n[  472.096136] CPU: 0 PID: 7 Comm: kworker/0:0 Tainted: G    B              6.9.0-rc5-00356-g78c0094a146b #36\n[  472.096136] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu4\n[  472.096136] Workqueue: events l2cap_chan_timeout\n[  472.096136] RIP: 0010:mutex_lock+0x88/0xc0\n[  472.096136] Code: be 08 00 00 00 e8 f8 23 1f fd 4c 89 f7 be 08 00 00 00 e8 eb 23 1f fd 42 80 3c 23 00 74 08 48 88\n[  472.096136] RSP: 0018:ffff88800744fc78 EFLAGS: 00000246\n[  472.096136] RAX: 0000000000000000 RBX: 1ffff11000e89f8f RCX: ffffffff8457c865\n[  472.096136] RDX: 0000000000000001 RSI: 0000000000000008 RDI: ffff88800744fc78\n[  472.096136] RBP: 0000000000000158 R08: ffff88800744fc7f R09: 1ffff11000e89f8f\n[  472.096136] R10: dffffc0000000000 R11: ffffed1000e89f90 R12: dffffc0000000000\n[  472.096136] R13: 0000000000000158 R14: ffff88800744fc78 R15: ffff888007405a00\n[  472.096136] FS:  0000000000000000(0000) GS:ffff88806d200000(0000) knlGS:0000000000000000\n[  472.096136] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[  472.096136] CR2: 0000000000000158 CR3: 000000000da32000 CR4: 00000000000006f0\n[  472.096136] Call Trace:\n[  472.096136]  \u003cTASK\u003e\n[  472.096136]  ? __die_body+0x8d/0xe0\n[  472.096136]  ? page_fault_oops+0x6b8/0x9a0\n[  472.096136]  ? kernelmode_fixup_or_oops+0x20c/0x2a0\n[  472.096136]  ? do_user_addr_fault+0x1027/0x1340\n[  472.096136]  ? _printk+0x7a/0xa0\n[  472.096136]  ? mutex_lock+0x68/0xc0\n[  472.096136]  ? add_taint+0x42/0xd0\n[  472.096136]  ? exc_page_fault+0x6a/0x1b0\n[  472.096136]  ? asm_exc_page_fault+0x26/0x30\n[  472.096136]  ? mutex_lock+0x75/0xc0\n[  472.096136]  ? mutex_lock+0x88/0xc0\n[  472.096136]  ? mutex_lock+0x75/0xc0\n[  472.096136]  l2cap_chan_timeo\n---truncated---",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-27399"
        },
        {
          "category": "external",
          "summary": "RHBZ#2280462",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280462"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-27399",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-27399"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27399",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27399"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024051300-CVE-2024-27399-afa8@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024051300-CVE-2024-27399-afa8@gregkh/T"
        }
      ],
      "release_date": "2024-05-13T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout"
    },
    {
      "cve": "CVE-2024-38564",
      "cwe": {
        "id": "CWE-665",
        "name": "Improper Initialization"
      },
      "discovery_date": "2024-06-19T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2293429"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE\n\nbpf_prog_attach uses attach_type_to_prog_type to enforce proper\nattach type for BPF_PROG_TYPE_CGROUP_SKB. link_create uses\nbpf_prog_get and relies on bpf_prog_attach_check_attach_type\nto properly verify prog_type \u003c\u003e attach_type association.\n\nAdd missing attach_type enforcement for the link_create case.\nOtherwise, it\u0027s currently possible to attach cgroup_skb prog\ntypes to other cgroup hooks.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-38564"
        },
        {
          "category": "external",
          "summary": "RHBZ#2293429",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293429"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-38564",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-38564"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-38564",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38564"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024061955-CVE-2024-38564-b069@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024061955-CVE-2024-38564-b069@gregkh/T"
        }
      ],
      "release_date": "2024-06-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 4.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE"
    },
    {
      "cve": "CVE-2024-45020",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2024-09-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2311717"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Fix a kernel verifier crash in stacksafe()\n\nDaniel Hodges reported a kernel verifier crash when playing with sched-ext.\nFurther investigation shows that the crash is due to invalid memory access\nin stacksafe(). More specifically, it is the following code:\n\n    if (exact != NOT_EXACT \u0026\u0026\n        old-\u003estack[spi].slot_type[i % BPF_REG_SIZE] !=\n        cur-\u003estack[spi].slot_type[i % BPF_REG_SIZE])\n            return false;\n\nThe \u0027i\u0027 iterates old-\u003eallocated_stack.\nIf cur-\u003eallocated_stack \u003c old-\u003eallocated_stack the out-of-bound\naccess will happen.\n\nTo fix the issue add \u0027i \u003e= cur-\u003eallocated_stack\u0027 check such that if\nthe condition is true, stacksafe() should fail. Otherwise,\ncur-\u003estack[spi].slot_type[i % BPF_REG_SIZE] memory access is legal.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: bpf: Fix a kernel verifier crash in stacksafe()",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-45020"
        },
        {
          "category": "external",
          "summary": "RHBZ#2311717",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311717"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45020",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-45020"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45020",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45020"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024091108-CVE-2024-45020-afcc@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024091108-CVE-2024-45020-afcc@gregkh/T"
        }
      ],
      "release_date": "2024-09-11T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.0,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: bpf: Fix a kernel verifier crash in stacksafe()"
    },
    {
      "cve": "CVE-2024-46697",
      "cwe": {
        "id": "CWE-457",
        "name": "Use of Uninitialized Variable"
      },
      "discovery_date": "2024-09-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2312085"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: ensure that nfsd4_fattr_args.context is zeroed out\n\nIf nfsd4_encode_fattr4 ends up doing a \"goto out\" before we get to\nchecking for the security label, then args.context will be set to\nuninitialized junk on the stack, which we\u0027ll then try to free.\nInitialize it early.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nfsd: ensure that nfsd4_fattr_args.context is zeroed out",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-46697"
        },
        {
          "category": "external",
          "summary": "RHBZ#2312085",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312085"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-46697",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-46697"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-46697",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46697"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024091341-CVE-2024-46697-d166@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024091341-CVE-2024-46697-d166@gregkh/T"
        }
      ],
      "release_date": "2024-09-13T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: nfsd: ensure that nfsd4_fattr_args.context is zeroed out"
    },
    {
      "cve": "CVE-2024-47675",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2024-10-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2320254"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Fix use-after-free in bpf_uprobe_multi_link_attach()\n\nIf bpf_link_prime() fails, bpf_uprobe_multi_link_attach() goes to the\nerror_free label and frees the array of bpf_uprobe\u0027s without calling\nbpf_uprobe_unregister().\n\nThis leaks bpf_uprobe-\u003euprobe and worse, this frees bpf_uprobe-\u003econsumer\nwithout removing it from the uprobe-\u003econsumers list.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n~~~\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n~~~\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-47675"
        },
        {
          "category": "external",
          "summary": "RHBZ#2320254",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320254"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47675",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-47675"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47675",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47675"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024102103-CVE-2024-47675-643d@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024102103-CVE-2024-47675-643d@gregkh/T"
        }
      ],
      "release_date": "2024-10-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()"
    },
    {
      "cve": "CVE-2024-49888",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2024-10-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2320517"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Fix a sdiv overflow issue\n\nZac Ecob reported a problem where a bpf program may cause kernel crash due\nto the following error:\n  Oops: divide error: 0000 [#1] PREEMPT SMP KASAN PTI\n\nThe failure is due to the below signed divide:\n  LLONG_MIN/-1 where LLONG_MIN equals to -9,223,372,036,854,775,808.\nLLONG_MIN/-1 is supposed to give a positive number 9,223,372,036,854,775,808,\nbut it is impossible since for 64-bit system, the maximum positive\nnumber is 9,223,372,036,854,775,807. On x86_64, LLONG_MIN/-1 will\ncause a kernel exception. On arm64, the result for LLONG_MIN/-1 is\nLLONG_MIN.\n\nFurther investigation found all the following sdiv/smod cases may trigger\nan exception when bpf program is running on x86_64 platform:\n  - LLONG_MIN/-1 for 64bit operation\n  - INT_MIN/-1 for 32bit operation\n  - LLONG_MIN%-1 for 64bit operation\n  - INT_MIN%-1 for 32bit operation\nwhere -1 can be an immediate or in a register.\n\nOn arm64, there are no exceptions:\n  - LLONG_MIN/-1 = LLONG_MIN\n  - INT_MIN/-1 = INT_MIN\n  - LLONG_MIN%-1 = 0\n  - INT_MIN%-1 = 0\nwhere -1 can be an immediate or in a register.\n\nInsn patching is needed to handle the above cases and the patched codes\nproduced results aligned with above arm64 result. The below are pseudo\ncodes to handle sdiv/smod exceptions including both divisor -1 and divisor 0\nand the divisor is stored in a register.\n\nsdiv:\n      tmp = rX\n      tmp += 1 /* [-1, 0] -\u003e [0, 1]\n      if tmp \u003e(unsigned) 1 goto L2\n      if tmp == 0 goto L1\n      rY = 0\n  L1:\n      rY = -rY;\n      goto L3\n  L2:\n      rY /= rX\n  L3:\n\nsmod:\n      tmp = rX\n      tmp += 1 /* [-1, 0] -\u003e [0, 1]\n      if tmp \u003e(unsigned) 1 goto L1\n      if tmp == 1 (is64 ? goto L2 : goto L3)\n      rY = 0;\n      goto L2\n  L1:\n      rY %= rX\n  L2:\n      goto L4  // only when !is64\n  L3:\n      wY = wY  // only when !is64\n  L4:\n\n  [1] https://lore.kernel.org/bpf/tPJLTEh7S_DxFEqAI2Ji5MBSoZVg7_G-Py2iaZpAaWtM961fFTWtsnlzwvTbzBzaUzwQAoNATXKUlt0LZOFgnDcIyKCswAnAGdUF3LBrhGQ=@protonmail.com/",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: bpf: Fix a sdiv overflow issue",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 9 to confirm the current state, inspect the sysctl with the command:\n\n    cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-49888"
        },
        {
          "category": "external",
          "summary": "RHBZ#2320517",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320517"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-49888",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-49888",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49888"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024102117-CVE-2024-49888-027c@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024102117-CVE-2024-49888-027c@gregkh/T"
        }
      ],
      "release_date": "2024-10-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 4.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: bpf: Fix a sdiv overflow issue"
    },
    {
      "cve": "CVE-2024-50099",
      "discovery_date": "2024-11-05T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2323904"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: probes: Remove broken LDR (literal) uprobe support\n\nThe simulate_ldr_literal() and simulate_ldrsw_literal() functions are\nunsafe to use for uprobes. Both functions were originally written for\nuse with kprobes, and access memory with plain C accesses. When uprobes\nwas added, these were reused unmodified even though they cannot safely\naccess user memory.\n\nThere are three key problems:\n\n1) The plain C accesses do not have corresponding extable entries, and\n   thus if they encounter a fault the kernel will treat these as\n   unintentional accesses to user memory, resulting in a BUG() which\n   will kill the kernel thread, and likely lead to further issues (e.g.\n   lockup or panic()).\n\n2) The plain C accesses are subject to HW PAN and SW PAN, and so when\n   either is in use, any attempt to simulate an access to user memory\n   will fault. Thus neither simulate_ldr_literal() nor\n   simulate_ldrsw_literal() can do anything useful when simulating a\n   user instruction on any system with HW PAN or SW PAN.\n\n3) The plain C accesses are privileged, as they run in kernel context,\n   and in practice can access a small range of kernel virtual addresses.\n   The instructions they simulate have a range of +/-1MiB, and since the\n   simulated instructions must itself be a user instructions in the\n   TTBR0 address range, these can address the final 1MiB of the TTBR1\n   acddress range by wrapping downwards from an address in the first\n   1MiB of the TTBR0 address range.\n\n   In contemporary kernels the last 8MiB of TTBR1 address range is\n   reserved, and accesses to this will always fault, meaning this is no\n   worse than (1).\n\n   Historically, it was theoretically possible for the linear map or\n   vmemmap to spill into the final 8MiB of the TTBR1 address range, but\n   in practice this is extremely unlikely to occur as this would\n   require either:\n\n   * Having enough physical memory to fill the entire linear map all the\n     way to the final 1MiB of the TTBR1 address range.\n\n   * Getting unlucky with KASLR randomization of the linear map such\n     that the populated region happens to overlap with the last 1MiB of\n     the TTBR address range.\n\n   ... and in either case if we were to spill into the final page there\n   would be larger problems as the final page would alias with error\n   pointers.\n\nPractically speaking, (1) and (2) are the big issues. Given there have\nbeen no reports of problems since the broken code was introduced, it\nappears that no-one is relying on probing these instructions with\nuprobes.\n\nAvoid these issues by not allowing uprobes on LDR (literal) and LDRSW\n(literal), limiting the use of simulate_ldr_literal() and\nsimulate_ldrsw_literal() to kprobes. Attempts to place uprobes on LDR\n(literal) and LDRSW (literal) will be rejected as\narm_probe_decode_insn() will return INSN_REJECTED. In future we can\nconsider introducing working uprobes support for these instructions, but\nthis will require more significant work.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: arm64: probes: Remove broken LDR (literal) uprobe support",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This CVE has been marked as Rejected by the assigning CNA.",
          "title": "Statement"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50099"
        },
        {
          "category": "external",
          "summary": "RHBZ#2323904",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323904"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50099",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50099",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50099"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110526-CVE-2024-50099-1758@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110526-CVE-2024-50099-1758@gregkh/T"
        }
      ],
      "release_date": "2024-11-05T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "title": "kernel: arm64: probes: Remove broken LDR (literal) uprobe support"
    },
    {
      "cve": "CVE-2024-50110",
      "cwe": {
        "id": "CWE-908",
        "name": "Use of Uninitialized Resource"
      },
      "discovery_date": "2024-11-05T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2323930"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A vulnerability was found in the `xfrm` module in the Linux Kernel. This issue was discovered during fuzz testing, where uninitialized memory containing potentially sensitive data was inadvertently copied to user-space. This issue occurs when dumping IPsec algorithm data structures, exposing random padding from the structures. This issue could lead to information leaks if uninitialized memory is accessed by user-space applications.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: xfrm: fix one more kernel-infoleak in algo dumping",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is considered moderate severity. While it involves the leakage of uninitialized kernel memory, it requires specific conditions to be exploited. The information leaked consists of random padding within data structures, which is less likely to contain critical information compared to more sensitive kernel data, such as encryption keys or user credentials.",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50110"
        },
        {
          "category": "external",
          "summary": "RHBZ#2323930",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323930"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50110",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50110",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50110"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110554-CVE-2024-50110-b4aa@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110554-CVE-2024-50110-b4aa@gregkh/T"
        }
      ],
      "release_date": "2024-11-05T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "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:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: xfrm: fix one more kernel-infoleak in algo dumping"
    },
    {
      "cve": "CVE-2024-50115",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2024-11-05T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2323955"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory\n\nIgnore nCR3[4:0] when loading PDPTEs from memory for nested SVM, as bits\n4:0 of CR3 are ignored when PAE paging is used, and thus VMRUN doesn\u0027t\nenforce 32-byte alignment of nCR3.\n\nIn the absolute worst case scenario, failure to ignore bits 4:0 can result\nin an out-of-bounds read, e.g. if the target page is at the end of a\nmemslot, and the VMM isn\u0027t using guard pages.\n\nPer the APM:\n\n  The CR3 register points to the base address of the page-directory-pointer\n  table. The page-directory-pointer table is aligned on a 32-byte boundary,\n  with the low 5 address bits 4:0 assumed to be 0.\n\nAnd the SDM\u0027s much more explicit:\n\n  4:0    Ignored\n\nNote, KVM gets this right when loading PDPTRs, it\u0027s only the nSVM flow\nthat is broken.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50115"
        },
        {
          "category": "external",
          "summary": "RHBZ#2323955",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323955"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50115",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50115",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50115"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110555-CVE-2024-50115-9fae@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110555-CVE-2024-50115-9fae@gregkh/T"
        }
      ],
      "release_date": "2024-11-05T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module kvm-amd 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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory"
    },
    {
      "cve": "CVE-2024-50124",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2024-11-05T18:03:20.879610+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2323944"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: ISO: Fix UAF on iso_sock_timeout\n\nconn-\u003esk maybe have been unlinked/freed while waiting for iso_conn_lock\nso this checks if the conn-\u003esk is still valid by checking if it part of\niso_sk_list.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Bluetooth: ISO: Fix UAF on iso_sock_timeout",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50124"
        },
        {
          "category": "external",
          "summary": "RHBZ#2323944",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323944"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50124",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50124",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50124"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/stable/c/14bcb721d241e62fdd18f6f434a2ed2ab6e71a9b",
          "url": "https://git.kernel.org/stable/c/14bcb721d241e62fdd18f6f434a2ed2ab6e71a9b"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/stable/c/246b435ad668596aa0e2bbb9d491b6413861211a",
          "url": "https://git.kernel.org/stable/c/246b435ad668596aa0e2bbb9d491b6413861211a"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/stable/c/876ac72d535fa94f4ac57bba651987c6f990f646",
          "url": "https://git.kernel.org/stable/c/876ac72d535fa94f4ac57bba651987c6f990f646"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/stable/c/d75aad1d3143ca68cda52ff80ac392e1bbd84325",
          "url": "https://git.kernel.org/stable/c/d75aad1d3143ca68cda52ff80ac392e1bbd84325"
        }
      ],
      "release_date": "2024-11-05T17:10:52.434000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 5.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Bluetooth: ISO: Fix UAF on iso_sock_timeout"
    },
    {
      "cve": "CVE-2024-50125",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2024-11-05T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2323937"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free vulnerability was found in the Linux kernel\u0027s Bluetooth SCO. When sco_sock_timeout() is called, conn-\u003esk may be unlinked/freed while waiting for sco_conn_lock. This checks if the conn-\u003esk is still valid by checking if it is part of\nsco_sk_list, leading to a loss of availability and system confidentiality.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Bluetooth: SCO: Fix UAF on sco_sock_timeout",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50125"
        },
        {
          "category": "external",
          "summary": "RHBZ#2323937",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323937"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50125",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50125",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50125"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110557-CVE-2024-50125-5fd3@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110557-CVE-2024-50125-5fd3@gregkh/T"
        }
      ],
      "release_date": "2024-11-05T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Bluetooth: SCO: Fix UAF on sco_sock_timeout"
    },
    {
      "cve": "CVE-2024-50142",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-11-07T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2324315"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: validate new SA\u0027s prefixlen using SA family when sel.family is unset\n\nThis expands the validation introduced in commit 07bf7908950a (\"xfrm:\nValidate address prefix lengths in the xfrm selector.\")\n\nsyzbot created an SA with\n    usersa.sel.family = AF_UNSPEC\n    usersa.sel.prefixlen_s = 128\n    usersa.family = AF_INET\n\nBecause of the AF_UNSPEC selector, verify_newsa_info doesn\u0027t put\nlimits on prefixlen_{s,d}. But then copy_from_user_state sets\nx-\u003esel.family to usersa.family (AF_INET). Do the same conversion in\nverify_newsa_info before validating prefixlen_{s,d}, since that\u0027s how\nprefixlen is going to be used later on.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: xfrm: validate new SA\u0026#39;s prefixlen using SA family when sel.family is unset",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50142"
        },
        {
          "category": "external",
          "summary": "RHBZ#2324315",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324315"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50142",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50142",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50142"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110743-CVE-2024-50142-e0dc@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110743-CVE-2024-50142-e0dc@gregkh/T"
        }
      ],
      "release_date": "2024-11-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: xfrm: validate new SA\u0026#39;s prefixlen using SA family when sel.family is unset"
    },
    {
      "cve": "CVE-2024-50148",
      "cwe": {
        "id": "CWE-459",
        "name": "Incomplete Cleanup"
      },
      "discovery_date": "2024-11-07T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2324332"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: bnep: fix wild-memory-access in proto_unregister\n\nThere\u0027s issue as follows:\n  KASAN: maybe wild-memory-access in range [0xdead...108-0xdead...10f]\n  CPU: 3 UID: 0 PID: 2805 Comm: rmmod Tainted: G        W\n  RIP: 0010:proto_unregister+0xee/0x400\n  Call Trace:\n   \u003cTASK\u003e\n   __do_sys_delete_module+0x318/0x580\n   do_syscall_64+0xc1/0x1d0\n   entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\nAs bnep_init() ignore bnep_sock_init()\u0027s return value, and bnep_sock_init()\nwill cleanup all resource. Then when remove bnep module will call\nbnep_sock_cleanup() to cleanup sock\u0027s resource.\nTo solve above issue just return bnep_sock_init()\u0027s return value in\nbnep_exit().",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Bluetooth: bnep: fix wild-memory-access in proto_unregister",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50148"
        },
        {
          "category": "external",
          "summary": "RHBZ#2324332",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324332"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50148",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50148",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50148"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110744-CVE-2024-50148-b75c@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110744-CVE-2024-50148-b75c@gregkh/T"
        }
      ],
      "release_date": "2024-11-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 4.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: Bluetooth: bnep: fix wild-memory-access in proto_unregister"
    },
    {
      "cve": "CVE-2024-50192",
      "cwe": {
        "id": "CWE-362",
        "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
      },
      "discovery_date": "2024-11-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2324612"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nirqchip/gic-v4: Don\u0027t allow a VMOVP on a dying VPE\n\nKunkun Jiang reported that there is a small window of opportunity for\nuserspace to force a change of affinity for a VPE while the VPE has already\nbeen unmapped, but the corresponding doorbell interrupt still visible in\n/proc/irq/.\n\nPlug the race by checking the value of vmapp_count, which tracks whether\nthe VPE is mapped ot not, and returning an error in this case.\n\nThis involves making vmapp_count common to both GICv4.1 and its v4.0\nancestor.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: irqchip/gic-v4: Don\u0027t allow a VMOVP on a dying VPE",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50192"
        },
        {
          "category": "external",
          "summary": "RHBZ#2324612",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324612"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50192",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50192",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50192"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/security/vulns.git/tree/cve/published/2024/.CVE-2024-50192mbox",
          "url": "https://git.kernel.org/pub/scm/linux/security/vulns.git/tree/cve/published/2024/.CVE-2024-50192mbox"
        }
      ],
      "release_date": "2024-11-08T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: irqchip/gic-v4: Don\u0027t allow a VMOVP on a dying VPE"
    },
    {
      "cve": "CVE-2024-50223",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2024-11-09T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2324868"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsched/numa: Fix the potential null pointer dereference in task_numa_work()\n\nWhen running stress-ng-vm-segv test, we found a null pointer dereference\nerror in task_numa_work(). Here is the backtrace:\n\n  [323676.066985] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000020\n  ......\n  [323676.067108] CPU: 35 PID: 2694524 Comm: stress-ng-vm-se\n  ......\n  [323676.067113] pstate: 23401009 (nzCv daif +PAN -UAO +TCO +DIT +SSBS BTYPE=--)\n  [323676.067115] pc : vma_migratable+0x1c/0xd0\n  [323676.067122] lr : task_numa_work+0x1ec/0x4e0\n  [323676.067127] sp : ffff8000ada73d20\n  [323676.067128] x29: ffff8000ada73d20 x28: 0000000000000000 x27: 000000003e89f010\n  [323676.067130] x26: 0000000000080000 x25: ffff800081b5c0d8 x24: ffff800081b27000\n  [323676.067133] x23: 0000000000010000 x22: 0000000104d18cc0 x21: ffff0009f7158000\n  [323676.067135] x20: 0000000000000000 x19: 0000000000000000 x18: ffff8000ada73db8\n  [323676.067138] x17: 0001400000000000 x16: ffff800080df40b0 x15: 0000000000000035\n  [323676.067140] x14: ffff8000ada73cc8 x13: 1fffe0017cc72001 x12: ffff8000ada73cc8\n  [323676.067142] x11: ffff80008001160c x10: ffff000be639000c x9 : ffff8000800f4ba4\n  [323676.067145] x8 : ffff000810375000 x7 : ffff8000ada73974 x6 : 0000000000000001\n  [323676.067147] x5 : 0068000b33e26707 x4 : 0000000000000001 x3 : ffff0009f7158000\n  [323676.067149] x2 : 0000000000000041 x1 : 0000000000004400 x0 : 0000000000000000\n  [323676.067152] Call trace:\n  [323676.067153]  vma_migratable+0x1c/0xd0\n  [323676.067155]  task_numa_work+0x1ec/0x4e0\n  [323676.067157]  task_work_run+0x78/0xd8\n  [323676.067161]  do_notify_resume+0x1ec/0x290\n  [323676.067163]  el0_svc+0x150/0x160\n  [323676.067167]  el0t_64_sync_handler+0xf8/0x128\n  [323676.067170]  el0t_64_sync+0x17c/0x180\n  [323676.067173] Code: d2888001 910003fd f9000bf3 aa0003f3 (f9401000)\n  [323676.067177] SMP: stopping secondary CPUs\n  [323676.070184] Starting crashdump kernel...\n\nstress-ng-vm-segv in stress-ng is used to stress test the SIGSEGV error\nhandling function of the system, which tries to cause a SIGSEGV error on\nreturn from unmapping the whole address space of the child process.\n\nNormally this program will not cause kernel crashes. But before the\nmunmap system call returns to user mode, a potential task_numa_work()\nfor numa balancing could be added and executed. In this scenario, since the\nchild process has no vma after munmap, the vma_next() in task_numa_work()\nwill return a null pointer even if the vma iterator restarts from 0.\n\nRecheck the vma pointer before dereferencing it in task_numa_work().",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: sched/numa: Fix the potential null pointer dereference in task_numa_work()",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50223"
        },
        {
          "category": "external",
          "summary": "RHBZ#2324868",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324868"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50223",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50223",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50223"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110927-CVE-2024-50223-c11b@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110927-CVE-2024-50223-c11b@gregkh/T"
        }
      ],
      "release_date": "2024-11-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: sched/numa: Fix the potential null pointer dereference in task_numa_work()"
    },
    {
      "cve": "CVE-2024-50255",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2024-11-09T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2324867"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs\n\nFix __hci_cmd_sync_sk() to return not NULL for unknown opcodes.\n\n__hci_cmd_sync_sk() returns NULL if a command returns a status event.\nHowever, it also returns NULL where an opcode doesn\u0027t exist in the\nhci_cc table because hci_cmd_complete_evt() assumes status = skb-\u003edata[0]\nfor unknown opcodes.\nThis leads to null-ptr-deref in cmd_sync for HCI_OP_READ_LOCAL_CODECS as\nthere is no hci_cc for HCI_OP_READ_LOCAL_CODECS, which always assumes\nstatus = skb-\u003edata[0].\n\nKASAN: null-ptr-deref in range [0x0000000000000070-0x0000000000000077]\nCPU: 1 PID: 2000 Comm: kworker/u9:5 Not tainted 6.9.0-ga6bcb805883c-dirty #10\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014\nWorkqueue: hci7 hci_power_on\nRIP: 0010:hci_read_supported_codecs+0xb9/0x870 net/bluetooth/hci_codec.c:138\nCode: 08 48 89 ef e8 b8 c1 8f fd 48 8b 75 00 e9 96 00 00 00 49 89 c6 48 ba 00 00 00 00 00 fc ff df 4c 8d 60 70 4c 89 e3 48 c1 eb 03 \u003c0f\u003e b6 04 13 84 c0 0f 85 82 06 00 00 41 83 3c 24 02 77 0a e8 bf 78\nRSP: 0018:ffff888120bafac8 EFLAGS: 00010212\nRAX: 0000000000000000 RBX: 000000000000000e RCX: ffff8881173f0040\nRDX: dffffc0000000000 RSI: ffffffffa58496c0 RDI: ffff88810b9ad1e4\nRBP: ffff88810b9ac000 R08: ffffffffa77882a7 R09: 1ffffffff4ef1054\nR10: dffffc0000000000 R11: fffffbfff4ef1055 R12: 0000000000000070\nR13: 0000000000000000 R14: 0000000000000000 R15: ffff88810b9ac000\nFS:  0000000000000000(0000) GS:ffff8881f6c00000(0000) knlGS:0000000000000000\nCS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f6ddaa3439e CR3: 0000000139764003 CR4: 0000000000770ef0\nPKRU: 55555554\nCall Trace:\n \u003cTASK\u003e\n hci_read_local_codecs_sync net/bluetooth/hci_sync.c:4546 [inline]\n hci_init_stage_sync net/bluetooth/hci_sync.c:3441 [inline]\n hci_init4_sync net/bluetooth/hci_sync.c:4706 [inline]\n hci_init_sync net/bluetooth/hci_sync.c:4742 [inline]\n hci_dev_init_sync net/bluetooth/hci_sync.c:4912 [inline]\n hci_dev_open_sync+0x19a9/0x2d30 net/bluetooth/hci_sync.c:4994\n hci_dev_do_open net/bluetooth/hci_core.c:483 [inline]\n hci_power_on+0x11e/0x560 net/bluetooth/hci_core.c:1015\n process_one_work kernel/workqueue.c:3267 [inline]\n process_scheduled_works+0x8ef/0x14f0 kernel/workqueue.c:3348\n worker_thread+0x91f/0xe50 kernel/workqueue.c:3429\n kthread+0x2cb/0x360 kernel/kthread.c:388\n ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147\n ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50255"
        },
        {
          "category": "external",
          "summary": "RHBZ#2324867",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324867"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50255",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50255",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50255"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110938-CVE-2024-50255-3a3e@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110938-CVE-2024-50255-3a3e@gregkh/T"
        }
      ],
      "release_date": "2024-11-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs"
    },
    {
      "cve": "CVE-2024-50262",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2024-11-09T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2324892"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Fix out-of-bounds write in trie_get_next_key()\n\ntrie_get_next_key() allocates a node stack with size trie-\u003emax_prefixlen,\nwhile it writes (trie-\u003emax_prefixlen + 1) nodes to the stack when it has\nfull paths from the root to leaves. For example, consider a trie with\nmax_prefixlen is 8, and the nodes with key 0x00/0, 0x00/1, 0x00/2, ...\n0x00/8 inserted. Subsequent calls to trie_get_next_key with _key with\n.prefixlen = 8 make 9 nodes be written on the node stack with size 8.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: bpf: Fix out-of-bounds write in trie_get_next_key()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 9 to confirm the current state, inspect the sysctl with the command:\n\n    cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.",
          "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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
          "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
          "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
          "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
          "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-50262"
        },
        {
          "category": "external",
          "summary": "RHBZ#2324892",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324892"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50262",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50262",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50262"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024110955-CVE-2024-50262-9cd7@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024110955-CVE-2024-50262-9cd7@gregkh/T"
        }
      ],
      "release_date": "2024-11-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-12-19T00:58:56+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.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:11486"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.19.1.el9_5.noarch",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.19.1.el9_5.x86_64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.aarch64",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.ppc64le",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.s390x",
            "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.src",
            "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.19.1.el9_5.noarch",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.19.1.el9_5.x86_64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.aarch64",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.ppc64le",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.s390x",
            "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64",
            "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.19.1.el9_5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: bpf: Fix out-of-bounds write in trie_get_next_key()"
    }
  ]
}


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…