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

RHSA-2024_4108

Vulnerability from csaf_redhat - Published: 2024-06-26 00:46 - Updated: 2024-12-05 02:55
Summary
Red Hat Security Advisory: kernel security and bug fix update
Severity
Important
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 9.2 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fix(es): * kernel: netfilter: nf_tables: use timestamp to check for set element timeout (CVE-2024-27397) * kernel: xen-netfront: Add missing skb_mark_for_recycle (CVE-2024-27393) * kernel: netfilter: nft_flow_offload: reset dst in route object after setting up flow (CVE-2024-27403) * kernel: smb: client: fix UAF in smb2_reconnect_server() (CVE-2024-35870) * kernel: net/mlx5: Properly link new fs rules into the tree (CVE-2024-35960) * kernel: net: ena: Fix incorrect descriptor free behavior (CVE-2024-35958) * kernel: net: hns3: do not allow call hns3_nic_net_open repeatedly (CVE-2021-47400) * kernel: octeontx2-af: avoid off-by-one read from userspace (CVE-2024-36957) Bug Fix(es): * lpfc updates for rh9.4 - (14.2.0.15 14.2.0.16 patches) (JIRA:RHEL-35144) * cifs - kernel panic with cifs_put_smb_ses (JIRA:RHEL-25787) * Rhel-9.2- observed "vas: Failed reconfig VAS capabilities with DLPAR " message while running proc add rem mix operations in shared mode[5.14.0-252.el9.ppc64le][P9] (JIRA:RHEL-34086) * CNB95: dpll: rebase DPLL to upstream v6.8 (JIRA:RHEL-36570) * Boot process stalls during initial loading of RHEL9.2 between the 59th and 100th AC cycle (JIRA:RHEL-36681) * ice: DPLL-related fixes (JIRA:RHEL-36714) * [HPE RHEL 9.2 BUG] x86/platform/uv: UV support for sub-NUMA clustering (JIRA:RHEL-37595) * CNB95: net/sched: update TC core to upstream v6.8 (JIRA:RHEL-37640) * [ice] Entering Safe Mode because DDP package could not be loaded and hit panic then (JIRA:RHEL-38906) * [ice] Add automatic VF reset on Tx MDD events (JIRA:RHEL-39082) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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: net: hns3: do not allow call hns3_nic_net_open repeatedly hns3_nic_net_open() is not allowed to called repeatly, but there is no checking for this. When doing device reset and setup tc concurrently, there is a small oppotunity to call hns3_nic_net_open repeatedly, and cause kernel bug by calling napi_enable twice. The calltrace information is like below: [ 3078.222780] ------------[ cut here ]------------ [ 3078.230255] kernel BUG at net/core/dev.c:6991! [ 3078.236224] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP [ 3078.243431] Modules linked in: hns3 hclgevf hclge hnae3 vfio_iommu_type1 vfio_pci vfio_virqfd vfio pv680_mii(O) [ 3078.258880] CPU: 0 PID: 295 Comm: kworker/u8:5 Tainted: G O 5.14.0-rc4+ #1 [ 3078.269102] Hardware name: , BIOS KpxxxFPGA 1P B600 V181 08/12/2021 [ 3078.276801] Workqueue: hclge hclge_service_task [hclge] [ 3078.288774] pstate: 60400009 (nZCv daif +PAN -UAO -TCO BTYPE=--) [ 3078.296168] pc : napi_enable+0x80/0x84 tc qdisc sho[w 3d0e7v8 .e3t0h218 79] lr : hns3_nic_net_open+0x138/0x510 [hns3] [ 3078.314771] sp : ffff8000108abb20 [ 3078.319099] x29: ffff8000108abb20 x28: 0000000000000000 x27: ffff0820a8490300 [ 3078.329121] x26: 0000000000000001 x25: ffff08209cfc6200 x24: 0000000000000000 [ 3078.339044] x23: ffff0820a8490300 x22: ffff08209cd76000 x21: ffff0820abfe3880 [ 3078.349018] x20: 0000000000000000 x19: ffff08209cd76900 x18: 0000000000000000 [ 3078.358620] x17: 0000000000000000 x16: ffffc816e1727a50 x15: 0000ffff8f4ff930 [ 3078.368895] x14: 0000000000000000 x13: 0000000000000000 x12: 0000259e9dbeb6b4 [ 3078.377987] x11: 0096a8f7e764eb40 x10: 634615ad28d3eab5 x9 : ffffc816ad8885b8 [ 3078.387091] x8 : ffff08209cfc6fb8 x7 : ffff0820ac0da058 x6 : ffff0820a8490344 [ 3078.396356] x5 : 0000000000000140 x4 : 0000000000000003 x3 : ffff08209cd76938 [ 3078.405365] x2 : 0000000000000000 x1 : 0000000000000010 x0 : ffff0820abfe38a0 [ 3078.414657] Call trace: [ 3078.418517] napi_enable+0x80/0x84 [ 3078.424626] hns3_reset_notify_up_enet+0x78/0xd0 [hns3] [ 3078.433469] hns3_reset_notify+0x64/0x80 [hns3] [ 3078.441430] hclge_notify_client+0x68/0xb0 [hclge] [ 3078.450511] hclge_reset_rebuild+0x524/0x884 [hclge] [ 3078.458879] hclge_reset_service_task+0x3c4/0x680 [hclge] [ 3078.467470] hclge_service_task+0xb0/0xb54 [hclge] [ 3078.475675] process_one_work+0x1dc/0x48c [ 3078.481888] worker_thread+0x15c/0x464 [ 3078.487104] kthread+0x160/0x170 [ 3078.492479] ret_from_fork+0x10/0x18 [ 3078.498785] Code: c8027c81 35ffffa2 d50323bf d65f03c0 (d4210000) [ 3078.506889] ---[ end trace 8ebe0340a1b0fb44 ]--- Once hns3_nic_net_open() is excute success, the flag HNS3_NIC_STATE_DOWN will be cleared. So add checking for this flag, directly return when HNS3_NIC_STATE_DOWN is no set.

CWE-664 - Improper Control of a Resource Through its Lifetime
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.71.1.el9_2.noarch
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.src
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.71.1.el9_2.noarch
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.src
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.71.1.el9_2.noarch
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.71.1.el9_2.x86_64
Vendor Fix fix
Workaround
Product Identifier Version Remediation
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.aarch64
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.ppc64le
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.s390x
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.x86_64
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.71.1.el9_2.noarch
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.aarch64
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.ppc64le
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.s390x
Workaround
Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.x86_64
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.aarch64
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.ppc64le
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.s390x
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.x86_64
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.71.1.el9_2.noarch
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.aarch64
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.ppc64le
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.s390x
Workaround
Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.x86_64
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.aarch64
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.ppc64le
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.s390x
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.71.1.el9_2.x86_64
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.71.1.el9_2.noarch
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.aarch64
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.ppc64le
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.s390x
Workaround
Unresolved product id: CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.71.1.el9_2.x86_64
Workaround
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Add missing skb_mark_for_recycle Notice that skb_mark_for_recycle() is introduced later than fixes tag in commit 6a5bcd84e886 ("page_pool: Allow drivers to hint on SKB recycling"). It is believed that fixes tag were missing a call to page_pool_release_page() between v5.9 to v5.14, after which is should have used skb_mark_for_recycle(). Since v6.6 the call page_pool_release_page() were removed (in commit 535b9c61bdef ("net: page_pool: hide page_pool_release_page()") and remaining callers converted (in commit 6bfef2ec0172 ("Merge branch 'net-page_pool-remove-page_pool_release_page'")). This leak became visible in v6.8 via commit dba1b8a7ab68 ("mm/page_pool: catch page_pool memory leaks").

Affected products
Fixed 414 products, the same list as for CVE-2021-47400
Known not affected 27 products, the same list as for CVE-2021-47400
Threats
Impact Low

A use-after-free flaw was found in the Linux kernel’s netfilter subsystem in how a user triggers the element timeout. This flaw allows a local user to crash or potentially escalate their privileges on the system.

Affected products
Fixed 414 products, the same list as for CVE-2021-47400
Known not affected 27 products, the same list as for CVE-2021-47400
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_flow_offload: reset dst in route object after setting up flow dst is transferred to the flow object, route object does not own it anymore. Reset dst in route object, otherwise if flow_offload_add() fails, error path releases dst twice, leading to a refcount underflow.

Affected products
Fixed 414 products, the same list as for CVE-2021-47400
Known not affected 27 products, the same list as for CVE-2021-47400
Threats
Impact Low

A flaw was found in the smb client in the Linux kernel. A potential use-after-free error was seen in the smb2_reconnect_server() function. This issue can lead to the crash of a client user session.

CWE-416 - Use After Free
Affected products
Fixed 414 products, the same list as for CVE-2021-47400
Known not affected 27 products, the same list as for CVE-2021-47400
Threats
Impact Moderate

This is a vulnerability in the Linux kernel's Elastic Network Adapter (ENA) driver, which manages network interfaces on certain platforms. The driver utilizes two types of transmit (TX) queues: one for packets from the network stack and another for packets directed by XDP (eXpress Data Path) operations. The function ena_free_tx_bufs() is responsible for unmapping and freeing descriptors of uncompleted TX transactions. However, it incorrectly assumes that all TX queues handle packets from the network stack, leading to improper handling of descriptors in XDP-specific queues. This mismanagement can result in descriptors not being freed correctly, potentially causing system crashes, especially during a Virtual Function (VF) reset. The issue has been resolved by updating the driver to correctly differentiate between the two types of TX queues, ensuring proper descriptor management. Users are advised to update their Linux kernel to a version that includes this fix to maintain system stability.

Affected products
Fixed 414 products, the same list as for CVE-2021-47400
Known not affected 27 products, the same list as for CVE-2021-47400
Threats
Impact Moderate

CVE-2024-35960 is a vulnerability in the Linux kernel's Mellanox MLX5 driver that affects flow steering rule handling. When identical rules are created and referenced multiple times, they can fail to properly link into the rule tree, leaving them uninitialized. This can cause system crashes during rule deletion due to invalid references. The issue has been fixed by ensuring all newly created rules are properly initialized and linked. Updating to a patched kernel version resolves the problem and ensures system stability.

Affected products
Fixed 414 products, the same list as for CVE-2021-47400
Known not affected 27 products, the same list as for CVE-2021-47400
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: avoid off-by-one read from userspace We try to access count + 1 byte from userspace with memdup_user(buffer, count + 1). However, the userspace only provides buffer of count bytes and only these count bytes are verified to be okay to access. To ensure the copied buffer is NUL terminated, we use memdup_user_nul instead.

CWE-193 - Off-by-one Error
Affected products
Fixed 414 products, the same list as for CVE-2021-47400
Known not affected 27 products, the same list as for CVE-2021-47400
Threats
Impact Low
References
URL Category
https://access.redhat.com/errata/RHSA-2024:4108 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2280434 external
https://bugzilla.redhat.com/show_bug.cgi?id=2280745 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281127 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281740 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281920 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281925 external
https://bugzilla.redhat.com/show_bug.cgi?id=2282336 external
https://bugzilla.redhat.com/show_bug.cgi?id=2284581 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2021-47400 self
https://bugzilla.redhat.com/show_bug.cgi?id=2282336 external
https://www.cve.org/CVERecord?id=CVE-2021-47400 external
https://nvd.nist.gov/vuln/detail/CVE-2021-47400 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-27393 self
https://bugzilla.redhat.com/show_bug.cgi?id=2280745 external
https://www.cve.org/CVERecord?id=CVE-2024-27393 external
https://nvd.nist.gov/vuln/detail/CVE-2024-27393 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-27397 self
https://bugzilla.redhat.com/show_bug.cgi?id=2280434 external
https://www.cve.org/CVERecord?id=CVE-2024-27397 external
https://nvd.nist.gov/vuln/detail/CVE-2024-27397 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-27403 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281127 external
https://www.cve.org/CVERecord?id=CVE-2024-27403 external
https://nvd.nist.gov/vuln/detail/CVE-2024-27403 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-35870 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281740 external
https://www.cve.org/CVERecord?id=CVE-2024-35870 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35870 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-35958 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281925 external
https://www.cve.org/CVERecord?id=CVE-2024-35958 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35958 external
https://access.redhat.com/security/cve/CVE-2024-35960 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281920 external
https://www.cve.org/CVERecord?id=CVE-2024-35960 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35960 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-36957 self
https://bugzilla.redhat.com/show_bug.cgi?id=2284581 external
https://www.cve.org/CVERecord?id=CVE-2024-36957 external
https://nvd.nist.gov/vuln/detail/CVE-2024-36957 external
https://lore.kernel.org/linux-cve-announce/202405… external

Loading 1.3 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

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

Sightings

Author Source Type Date Other

Nomenclature

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

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

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


Loading…