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

RHSA-2024_5928

Vulnerability from csaf_redhat - Published: 2024-08-28 12:34 - Updated: 2024-12-04 23:23
Summary
Red Hat Security Advisory: kernel security update
Severity
Important
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 9. 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: nftables: nft_set_rbtree skip end interval element from gc (CVE-2024-26581) * kernel: netfilter: nft_limit: reject configurations that cause integer overflow (CVE-2024-26668) * kernel: vfio/pci: Lock external INTx masking ops (CVE-2024-26810) * kernel: net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (CVE-2024-26855) * kernel: x86/xen: Add some null pointer checking to smp.c (CVE-2024-26908) * kernel: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path (CVE-2024-26925) * kernel: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (CVE-2024-27020) * kernel: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (CVE-2024-27019) * kernel: netfilter: flowtable: validate pppoe header (CVE-2024-27016) * kernel: netfilter: bridge: confirm multicast packets before passing them up the stack (CVE-2024-27415) * kernel: netfilter: bridge: replace physindev with physinif in nf_bridge_info (CVE-2024-35839) * kernel: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (CVE-2024-35898) * kernel: netfilter: nf_tables: discard table flag update with pending basechain deletion (CVE-2024-35897) * kernel: netfilter: validate user input for expected length (CVE-2024-35896) * kernel: netfilter: complete validation of user input (CVE-2024-35962) * kernel: ice: fix LAG and VF lock dependency in ice_reset_vf() (CVE-2024-36003) * kernel: cxl/port: Fix delete_endpoint() vs parent unregistration race (CVE-2023-52771) * kernel: tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc (CVE-2023-52880) * kernel: scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (CVE-2024-36025) * kernel: net/mlx5e: Fix netif state handling (CVE-2024-38608) * kernel: crypto: bcm - Fix pointer arithmetic (CVE-2024-38579) * kernel: RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (CVE-2024-38544) * kernel: bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (CVE-2024-38540) * kernel: net: bridge: xmit: make sure we have at least eth header len bytes (CVE-2024-38538) * kernel: md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING (CVE-2024-39476) * kernel: ipv6: fix possible race in __fib6_drop_pcpu_from() (CVE-2024-40905) * kernel: wifi: cfg80211: Lock wiphy in cfg80211_get_station (CVE-2024-40911) * kernel: wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (CVE-2024-40912) * kernel: mm/huge_memory: don't unpoison huge_zero_folio (CVE-2024-40914) * kernel: wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (CVE-2024-40929) * kernel: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail (CVE-2024-40939) * kernel: wifi: iwlwifi: mvm: don't read past the mfuart notifcation (CVE-2024-40941) * kernel: seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors (CVE-2024-40957) * kernel: scsi: qedi: Fix crash while reading debugfs attribute (CVE-2024-40978) * kernel: tipc: force a dst refcount before doing decryption (CVE-2024-40983) * kernel: virtio-net: tap: mlx5_core short frame denial of service (CVE-2024-41090) * kernel: virtio-net: tun: mlx5_core short frame denial of service (CVE-2024-41091) * kernel: udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port() (CVE-2024-41041) * kernel: NFSv4: Fix memory leak in nfs4_set_security_label (CVE-2024-41076) * kernel: net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx() (CVE-2024-42110) * kernel: nvmet: fix a possible leak when destroy a ctrl during qp establishment (CVE-2024-42152) 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: cxl/port: Fix delete_endpoint() vs parent unregistration race The CXL subsystem, at cxl_mem ->probe() time, establishes a lineage of ports (struct cxl_port objects) between an endpoint and the root of a CXL topology. Each port including the endpoint port is attached to the cxl_port driver. Given that setup, it follows that when either any port in that lineage goes through a cxl_port ->remove() event, or the memdev goes through a cxl_mem ->remove() event. The hierarchy below the removed port, or the entire hierarchy if the memdev is removed needs to come down. The delete_endpoint() callback is careful to check whether it is being called to tear down the hierarchy, or if it is only being called to teardown the memdev because an ancestor port is going through ->remove(). That care needs to take the device_lock() of the endpoint's parent. Which requires 2 bugs to be fixed: 1/ A reference on the parent is needed to prevent use-after-free scenarios like this signature: BUG: spinlock bad magic on CPU#0, kworker/u56:0/11 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20230524-3.fc38 05/24/2023 Workqueue: cxl_port detach_memdev [cxl_core] RIP: 0010:spin_bug+0x65/0xa0 Call Trace: do_raw_spin_lock+0x69/0xa0 __mutex_lock+0x695/0xb80 delete_endpoint+0xad/0x150 [cxl_core] devres_release_all+0xb8/0x110 device_unbind_cleanup+0xe/0x70 device_release_driver_internal+0x1d2/0x210 detach_memdev+0x15/0x20 [cxl_core] process_one_work+0x1e3/0x4c0 worker_thread+0x1dd/0x3d0 2/ In the case of RCH topologies, the parent device that needs to be locked is not always @port->dev as returned by cxl_mem_find_port(), use endpoint->dev.parent instead.

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

In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc Any unprivileged user can attach N_GSM0710 ldisc, but it requires CAP_NET_ADMIN to create a GSM network anyway. Require initial namespace CAP_NET_ADMIN to do that.

CWE-99 - Improper Control of Resource Identifiers ('Resource Injection')
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

A flaw was found in the Linux kernel’s Netfilter subsystem. This issue occurs in the nft_set_rbtree. rbtree lazy gc on insert, which might collect an end interval element just added in a transaction and skip the end interval elements not yet active.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_limit: reject configurations that cause integer overflow Reject bogus configs where internal token counter wraps around. This only occurs with very very large requests, such as 17gbyte/s. Its better to reject this rather than having incorrect ratelimit.

CWE-190 - Integer Overflow or Wraparound
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Lock external INTx masking ops Mask operations through config space changes to DisINTx may race INTx configuration changes via ioctl. Create wrappers that add locking for paths outside of the core interrupt code. In particular, irq_type is updated holding igate, therefore testing is_intx() requires holding igate. For example clearing DisINTx from config space can otherwise race changes of the interrupt configuration. This aligns interfaces which may trigger the INTx eventfd into two camps, one side serialized by igate and the other only enabled while INTx is configured. A subsequent patch introduces synchronization for the latter flows.

CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

A vulnerability was found in the ice_bridge_setlink() function in the Linux kernel. A missing check to verify whether the nlmsg_find_attr() function returns NULL or not could lead to a NULL pointer dereference, system instability, or crashes.

CWE-690 - Unchecked Return Value to NULL Pointer Dereference
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

[REJECTED CVE] In the Linux kernel, the following vulnerability has been resolved: x86/xen: Add some null pointer checking to smp.c The Linux kernel CVE team has assigned CVE-2024-26908 to this issue.

CWE-690 - Unchecked Return Value to NULL Pointer Dereference
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

A flaw was found in the Linux kernel’s Netfilter nf_tables module. The issue arises from improper mutex handling during the garbage collection (GC) process. The problem occurs between the critical functions nft_gc_seq_begin() and nft_gc_seq_end(), where a mutex lock is incorrectly released too early, leading to potential race conditions. This issue could allow an asynchronous GC worker to collect expired objects and improperly obtain the released commit lock within the same sequence, potentially causing system instability or data corruption. This vulnerability can be exploited by attackers with local access, leading to unexpected behavior or even privilege escalation under certain conditions. The kernel patch for this issue moves the mutex release to the correct point, ensuring the sequence completes safely before releasing any locks.

CWE-667 - Improper Locking
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate pppoe header Ensure there is sufficient room to access the protocol field of the PPPoe header. Validate it once before the flowtable lookup, then use a helper function to access protocol field.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

A potential data-race flaw was found in __nft_obj_type_get() in the Linux kernel. This issue can lead to a crash.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

A flaw was found in the Linux kernel. A potential data-race in the __nft_expr_type_get() function exists.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: confirm multicast packets before passing them up the stack conntrack nf_confirm logic cannot handle cloned skbs referencing the same nf_conn entry, which will happen for multicast (broadcast) frames on bridges. Example: macvlan0 | br0 / \ ethX ethY ethX (or Y) receives a L2 multicast or broadcast packet containing an IP packet, flow is not yet in conntrack table. 1. skb passes through bridge and fake-ip (br_netfilter)Prerouting. -> skb->_nfct now references a unconfirmed entry 2. skb is broad/mcast packet. bridge now passes clones out on each bridge interface. 3. skb gets passed up the stack. 4. In macvlan case, macvlan driver retains clone(s) of the mcast skb and schedules a work queue to send them out on the lower devices. The clone skb->_nfct is not a copy, it is the same entry as the original skb. The macvlan rx handler then returns RX_HANDLER_PASS. 5. Normal conntrack hooks (in NF_INET_LOCAL_IN) confirm the orig skb. The Macvlan broadcast worker and normal confirm path will race. This race will not happen if step 2 already confirmed a clone. In that case later steps perform skb_clone() with skb->_nfct already confirmed (in hash table). This works fine. But such confirmation won't happen when eb/ip/nftables rules dropped the packets before they reached the nf_confirm step in postrouting. Pablo points out that nf_conntrack_bridge doesn't allow use of stateful nat, so we can safely discard the nf_conn entry and let inet call conntrack again. This doesn't work for bridge netfilter: skb could have a nat transformation. Also bridge nf prevents re-invocation of inet prerouting via 'sabotage_in' hook. Work around this problem by explicit confirmation of the entry at LOCAL_IN time, before upper layer has a chance to clone the unconfirmed entry. The downside is that this disables NAT and conntrack helpers. Alternative fix would be to add locking to all code parts that deal with unconfirmed packets, but even if that could be done in a sane way this opens up other problems, for example: -m physdev --physdev-out eth0 -j SNAT --snat-to 1.2.3.4 -m physdev --physdev-out eth1 -j SNAT --snat-to 1.2.3.5 For multicast case, only one of such conflicting mappings will be created, conntrack only handles 1:1 NAT mappings. Users should set create a setup that explicitly marks such traffic NOTRACK (conntrack bypass) to avoid this, but we cannot auto-bypass them, ruleset might have accept rules for untracked traffic already, so user-visible behaviour would change.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

CVE-2024-35839 is a flaw in the Linux kernel's Netfilter bridge functionality. It occurs when bridging certain packets, such as those involving destination NAT between virtual Ethernet interfaces. A mismatch between the network device associated with a packet and the neighbor's device can lead to incorrect handling, including references to freed memory. This issue could cause system crashes. The problem has been fixed by using safer methods to retrieve the network device during packet processing. Users should update their kernels to a patched version to avoid this vulnerability.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

CVE-2024-35896 is a vulnerability in the Linux kernel's Netfilter component, where the setsockopt function fails to properly validate the length of user-supplied data before copying it into kernel space. This oversight can lead to out-of-bounds memory access, potentially causing system crashes or allowing attackers to execute arbitrary code. The issue has been addressed by implementing appropriate checks on the optlen argument to ensure data is correctly sized before being processed. Users are advised to update their Linux kernel to a version that includes this fix to mitigate potential risks.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit phase, same occurs with hook updates triggered by the table dormant flag. When both commands are combined, this results in deleting a basechain while leaving its hook still registered in the core.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() nft_unregister_flowtable_type() within nf_flow_inet_module_exit() can concurrent with __nft_flowtable_type_get() within nf_tables_newflowtable(). And thhere is not any protection when iterate over nf_tables_flowtables list in __nft_flowtable_type_get(). Therefore, there is pertential data-race of nf_tables_flowtables list entry. Use list_for_each_entry_rcu() to iterate over nf_tables_flowtables list in __nft_flowtable_type_get(), and use rcu_read_lock() in the caller nft_flowtable_type_get() to protect the entire type query process.

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that do_replace() handlers use copy_from_sockptr() (which I fixed), followed by unsafe copy_from_sockptr_offset() calls. In all functions, we can perform the @optlen validation before even calling xt_alloc_table_info() with the following check: if ((u64)optlen < (u64)tmp.size + sizeof(tmp)) return -EINVAL;

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: ice: fix LAG and VF lock dependency in ice_reset_vf() 9f74a3dfcf83 ("ice: Fix VF Reset paths when interface in a failed over aggregate"), the ice driver has acquired the LAG mutex in ice_reset_vf(). The commit placed this lock acquisition just prior to the acquisition of the VF configuration lock. If ice_reset_vf() acquires the configuration lock via the ICE_VF_RESET_LOCK flag, this could deadlock with ice_vc_cfg_qs_msg() because it always acquires the locks in the order of the VF configuration lock and then the LAG mutex. Lockdep reports this violation almost immediately on creating and then removing 2 VF: ====================================================== WARNING: possible circular locking dependency detected 6.8.0-rc6 #54 Tainted: G W O ------------------------------------------------------ kworker/60:3/6771 is trying to acquire lock: ff40d43e099380a0 (&vf->cfg_lock){+.+.}-{3:3}, at: ice_reset_vf+0x22f/0x4d0 [ice] but task is already holding lock: ff40d43ea1961210 (&pf->lag_mutex){+.+.}-{3:3}, at: ice_reset_vf+0xb7/0x4d0 [ice] which lock already depends on the new lock. the existing dependency chain (in reverse order) is: -> #1 (&pf->lag_mutex){+.+.}-{3:3}: __lock_acquire+0x4f8/0xb40 lock_acquire+0xd4/0x2d0 __mutex_lock+0x9b/0xbf0 ice_vc_cfg_qs_msg+0x45/0x690 [ice] ice_vc_process_vf_msg+0x4f5/0x870 [ice] __ice_clean_ctrlq+0x2b5/0x600 [ice] ice_service_task+0x2c9/0x480 [ice] process_one_work+0x1e9/0x4d0 worker_thread+0x1e1/0x3d0 kthread+0x104/0x140 ret_from_fork+0x31/0x50 ret_from_fork_asm+0x1b/0x30 -> #0 (&vf->cfg_lock){+.+.}-{3:3}: check_prev_add+0xe2/0xc50 validate_chain+0x558/0x800 __lock_acquire+0x4f8/0xb40 lock_acquire+0xd4/0x2d0 __mutex_lock+0x9b/0xbf0 ice_reset_vf+0x22f/0x4d0 [ice] ice_process_vflr_event+0x98/0xd0 [ice] ice_service_task+0x1cc/0x480 [ice] process_one_work+0x1e9/0x4d0 worker_thread+0x1e1/0x3d0 kthread+0x104/0x140 ret_from_fork+0x31/0x50 ret_from_fork_asm+0x1b/0x30 other info that might help us debug this: Possible unsafe locking scenario: CPU0 CPU1 ---- ---- lock(&pf->lag_mutex); lock(&vf->cfg_lock); lock(&pf->lag_mutex); lock(&vf->cfg_lock); *** DEADLOCK *** 4 locks held by kworker/60:3/6771: #0: ff40d43e05428b38 ((wq_completion)ice){+.+.}-{0:0}, at: process_one_work+0x176/0x4d0 #1: ff50d06e05197e58 ((work_completion)(&pf->serv_task)){+.+.}-{0:0}, at: process_one_work+0x176/0x4d0 #2: ff40d43ea1960e50 (&pf->vfs.table_lock){+.+.}-{3:3}, at: ice_process_vflr_event+0x48/0xd0 [ice] #3: ff40d43ea1961210 (&pf->lag_mutex){+.+.}-{3:3}, at: ice_reset_vf+0xb7/0x4d0 [ice] stack backtrace: CPU: 60 PID: 6771 Comm: kworker/60:3 Tainted: G W O 6.8.0-rc6 #54 Hardware name: Workqueue: ice ice_service_task [ice] Call Trace: <TASK> dump_stack_lvl+0x4a/0x80 check_noncircular+0x12d/0x150 check_prev_add+0xe2/0xc50 ? save_trace+0x59/0x230 ? add_chain_cache+0x109/0x450 validate_chain+0x558/0x800 __lock_acquire+0x4f8/0xb40 ? lockdep_hardirqs_on+0x7d/0x100 lock_acquire+0xd4/0x2d0 ? ice_reset_vf+0x22f/0x4d0 [ice] ? lock_is_held_type+0xc7/0x120 __mutex_lock+0x9b/0xbf0 ? ice_reset_vf+0x22f/0x4d0 [ice] ? ice_reset_vf+0x22f/0x4d0 [ice] ? rcu_is_watching+0x11/0x50 ? ice_reset_vf+0x22f/0x4d0 [ice] ice_reset_vf+0x22f/0x4d0 [ice] ? process_one_work+0x176/0x4d0 ice_process_vflr_event+0x98/0xd0 [ice] ice_service_task+0x1cc/0x480 [ice] process_one_work+0x1e9/0x4d0 worker_thread+0x1e1/0x3d0 ? __pfx_worker_thread+0x10/0x10 kthread+0x104/0x140 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x31/0x50 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1b/0x30 </TASK> To avoid deadlock, we must acquire the LAG ---truncated---

Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

A vulnerability was found in the Linux kernel's qla2xxx SCSI driver, specifically in the `qla_edif_app_getstats()` function, where an off-by-one error in array access could lead to memory corruption. This issue affects the `app_reply->elem[]` array, where an incorrect comparison allowed out-of-bounds access.

CWE-787 - Out-of-bounds Write
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: net: bridge: xmit: make sure we have at least eth header len bytes syzbot triggered an uninit value[1] error in bridge device's xmit path by sending a short (less than ETH_HLEN bytes) skb. To fix it check if we can actually pull that amount instead of assuming. Tested with dropwatch: drop at: br_dev_xmit+0xb93/0x12d0 [bridge] (0xffffffffc06739b3) origin: software timestamp: Mon May 13 11:31:53 2024 778214037 nsec protocol: 0x88a8 length: 2 original length: 2 drop reason: PKT_TOO_SMALL [1] BUG: KMSAN: uninit-value in br_dev_xmit+0x61d/0x1cb0 net/bridge/br_device.c:65 br_dev_xmit+0x61d/0x1cb0 net/bridge/br_device.c:65 __netdev_start_xmit include/linux/netdevice.h:4903 [inline] netdev_start_xmit include/linux/netdevice.h:4917 [inline] xmit_one net/core/dev.c:3531 [inline] dev_hard_start_xmit+0x247/0xa20 net/core/dev.c:3547 __dev_queue_xmit+0x34db/0x5350 net/core/dev.c:4341 dev_queue_xmit include/linux/netdevice.h:3091 [inline] __bpf_tx_skb net/core/filter.c:2136 [inline] __bpf_redirect_common net/core/filter.c:2180 [inline] __bpf_redirect+0x14a6/0x1620 net/core/filter.c:2187 ____bpf_clone_redirect net/core/filter.c:2460 [inline] bpf_clone_redirect+0x328/0x470 net/core/filter.c:2432 ___bpf_prog_run+0x13fe/0xe0f0 kernel/bpf/core.c:1997 __bpf_prog_run512+0xb5/0xe0 kernel/bpf/core.c:2238 bpf_dispatcher_nop_func include/linux/bpf.h:1234 [inline] __bpf_prog_run include/linux/filter.h:657 [inline] bpf_prog_run include/linux/filter.h:664 [inline] bpf_test_run+0x499/0xc30 net/bpf/test_run.c:425 bpf_prog_test_run_skb+0x14ea/0x1f20 net/bpf/test_run.c:1058 bpf_prog_test_run+0x6b7/0xad0 kernel/bpf/syscall.c:4269 __sys_bpf+0x6aa/0xd90 kernel/bpf/syscall.c:5678 __do_sys_bpf kernel/bpf/syscall.c:5767 [inline] __se_sys_bpf kernel/bpf/syscall.c:5765 [inline] __x64_sys_bpf+0xa0/0xe0 kernel/bpf/syscall.c:5765 x64_sys_call+0x96b/0x3b50 arch/x86/include/generated/asm/syscalls_64.h:322 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xcf/0x1e0 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f

CWE-99 - Improper Control of Resource Identifiers ('Resource Injection')
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq Undefined behavior is triggered when bnxt_qplib_alloc_init_hwq is called with hwq_attr->aux_depth != 0 and hwq_attr->aux_stride == 0. In that case, "roundup_pow_of_two(hwq_attr->aux_stride)" gets called. roundup_pow_of_two is documented as undefined for 0. Fix it in the one caller that had this combination. The undefined behavior was detected by UBSAN: UBSAN: shift-out-of-bounds in ./include/linux/log2.h:57:13 shift exponent 64 is too large for 64-bit type 'long unsigned int' CPU: 24 PID: 1075 Comm: (udev-worker) Not tainted 6.9.0-rc6+ #4 Hardware name: Abacus electric, s.r.o. - servis@abacus.cz Super Server/H12SSW-iN, BIOS 2.7 10/25/2023 Call Trace: <TASK> dump_stack_lvl+0x5d/0x80 ubsan_epilogue+0x5/0x30 __ubsan_handle_shift_out_of_bounds.cold+0x61/0xec __roundup_pow_of_two+0x25/0x35 [bnxt_re] bnxt_qplib_alloc_init_hwq+0xa1/0x470 [bnxt_re] bnxt_qplib_create_qp+0x19e/0x840 [bnxt_re] bnxt_re_create_qp+0x9b1/0xcd0 [bnxt_re] ? srso_alias_return_thunk+0x5/0xfbef5 ? srso_alias_return_thunk+0x5/0xfbef5 ? __kmalloc+0x1b6/0x4f0 ? create_qp.part.0+0x128/0x1c0 [ib_core] ? __pfx_bnxt_re_create_qp+0x10/0x10 [bnxt_re] create_qp.part.0+0x128/0x1c0 [ib_core] ib_create_qp_kernel+0x50/0xd0 [ib_core] create_mad_qp+0x8e/0xe0 [ib_core] ? __pfx_qp_event_handler+0x10/0x10 [ib_core] ib_mad_init_device+0x2be/0x680 [ib_core] add_client_context+0x10d/0x1a0 [ib_core] enable_device_and_get+0xe0/0x1d0 [ib_core] ib_register_device+0x53c/0x630 [ib_core] ? srso_alias_return_thunk+0x5/0xfbef5 bnxt_re_probe+0xbd8/0xe50 [bnxt_re] ? __pfx_bnxt_re_probe+0x10/0x10 [bnxt_re] auxiliary_bus_probe+0x49/0x80 ? driver_sysfs_add+0x57/0xc0 really_probe+0xde/0x340 ? pm_runtime_barrier+0x54/0x90 ? __pfx___driver_attach+0x10/0x10 __driver_probe_device+0x78/0x110 driver_probe_device+0x1f/0xa0 __driver_attach+0xba/0x1c0 bus_for_each_dev+0x8f/0xe0 bus_add_driver+0x146/0x220 driver_register+0x72/0xd0 __auxiliary_driver_register+0x6e/0xd0 ? __pfx_bnxt_re_mod_init+0x10/0x10 [bnxt_re] bnxt_re_mod_init+0x3e/0xff0 [bnxt_re] ? __pfx_bnxt_re_mod_init+0x10/0x10 [bnxt_re] do_one_initcall+0x5b/0x310 do_init_module+0x90/0x250 init_module_from_file+0x86/0xc0 idempotent_init_module+0x121/0x2b0 __x64_sys_finit_module+0x5e/0xb0 do_syscall_64+0x82/0x160 ? srso_alias_return_thunk+0x5/0xfbef5 ? syscall_exit_to_user_mode_prepare+0x149/0x170 ? srso_alias_return_thunk+0x5/0xfbef5 ? syscall_exit_to_user_mode+0x75/0x230 ? srso_alias_return_thunk+0x5/0xfbef5 ? do_syscall_64+0x8e/0x160 ? srso_alias_return_thunk+0x5/0xfbef5 ? __count_memcg_events+0x69/0x100 ? srso_alias_return_thunk+0x5/0xfbef5 ? count_memcg_events.constprop.0+0x1a/0x30 ? srso_alias_return_thunk+0x5/0xfbef5 ? handle_mm_fault+0x1f0/0x300 ? srso_alias_return_thunk+0x5/0xfbef5 ? do_user_addr_fault+0x34e/0x640 ? srso_alias_return_thunk+0x5/0xfbef5 ? srso_alias_return_thunk+0x5/0xfbef5 entry_SYSCALL_64_after_hwframe+0x76/0x7e RIP: 0033:0x7f4e5132821d Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 db 0c 00 f7 d8 64 89 01 48 RSP: 002b:00007ffca9c906a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139 RAX: ffffffffffffffda RBX: 0000563ec8a8f130 RCX: 00007f4e5132821d RDX: 0000000000000000 RSI: 00007f4e518fa07d RDI: 000000000000003b RBP: 00007ffca9c90760 R08: 00007f4e513f6b20 R09: 00007ffca9c906f0 R10: 0000563ec8a8faa0 R11: 0000000000000246 R12: 00007f4e518fa07d R13: 0000000000020000 R14: 0000563ec8409e90 R15: 0000563ec8a8fa60 </TASK> ---[ end trace ]---

CWE-125 - Out-of-bounds Read
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt In rxe_comp_queue_pkt() an incoming response packet skb is enqueued to the resp_pkts queue and then a decision is made whether to run the completer task inline or schedule it. Finally the skb is dereferenced to bump a 'hw' performance counter. This is wrong because if the completer task is already running in a separate thread it may have already processed the skb and freed it which can cause a seg fault. This has been observed infrequently in testing at high scale. This patch fixes this by changing the order of enqueuing the packet until after the counter is accessed.

CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - Fix pointer arithmetic In spu2_dump_omd() value of ptr is increased by ciph_key_len instead of hash_iv_len which could lead to going beyond the buffer boundaries. Fix this bug by changing ciph_key_len to hash_iv_len. Found by Linux Verification Center (linuxtesting.org) with SVACE.

CWE-99 - Improper Control of Resource Identifiers ('Resource Injection')
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5e_suspend cleans resources only if netif_device_present() returns true. However, mlx5e_resume changes the state of netif, via mlx5e_nic_enable, only if reg_state == NETREG_REGISTERED. In the below case, the above leads to NULL-ptr Oops[1] and memory leaks: mlx5e_probe _mlx5e_resume mlx5e_attach_netdev mlx5e_nic_enable <-- netdev not reg, not calling netif_device_attach() register_netdev <-- failed for some reason. ERROR_FLOW: _mlx5e_suspend <-- netif_device_present return false, resources aren't freed :( Hence, clean resources in this case as well. [1] BUG: kernel NULL pointer dereference, address: 0000000000000000 PGD 0 P4D 0 Oops: 0010 [#1] SMP CPU: 2 PID: 9345 Comm: test-ovs-ct-gen Not tainted 6.5.0_for_upstream_min_debug_2023_09_05_16_01 #1 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014 RIP: 0010:0x0 Code: Unable to access opcode bytes at0xffffffffffffffd6. RSP: 0018:ffff888178aaf758 EFLAGS: 00010246 Call Trace: <TASK> ? __die+0x20/0x60 ? page_fault_oops+0x14c/0x3c0 ? exc_page_fault+0x75/0x140 ? asm_exc_page_fault+0x22/0x30 notifier_call_chain+0x35/0xb0 blocking_notifier_call_chain+0x3d/0x60 mlx5_blocking_notifier_call_chain+0x22/0x30 [mlx5_core] mlx5_core_uplink_netdev_event_replay+0x3e/0x60 [mlx5_core] mlx5_mdev_netdev_track+0x53/0x60 [mlx5_ib] mlx5_ib_roce_init+0xc3/0x340 [mlx5_ib] __mlx5_ib_add+0x34/0xd0 [mlx5_ib] mlx5r_probe+0xe1/0x210 [mlx5_ib] ? auxiliary_match_id+0x6a/0x90 auxiliary_bus_probe+0x38/0x80 ? driver_sysfs_add+0x51/0x80 really_probe+0xc9/0x3e0 ? driver_probe_device+0x90/0x90 __driver_probe_device+0x80/0x160 driver_probe_device+0x1e/0x90 __device_attach_driver+0x7d/0x100 bus_for_each_drv+0x80/0xd0 __device_attach+0xbc/0x1f0 bus_probe_device+0x86/0xa0 device_add+0x637/0x840 __auxiliary_device_add+0x3b/0xa0 add_adev+0xc9/0x140 [mlx5_core] mlx5_rescan_drivers_locked+0x22a/0x310 [mlx5_core] mlx5_register_device+0x53/0xa0 [mlx5_core] mlx5_init_one_devl_locked+0x5c4/0x9c0 [mlx5_core] mlx5_init_one+0x3b/0x60 [mlx5_core] probe_one+0x44c/0x730 [mlx5_core] local_pci_probe+0x3e/0x90 pci_device_probe+0xbf/0x210 ? kernfs_create_link+0x5d/0xa0 ? sysfs_do_create_link_sd+0x60/0xc0 really_probe+0xc9/0x3e0 ? driver_probe_device+0x90/0x90 __driver_probe_device+0x80/0x160 driver_probe_device+0x1e/0x90 __device_attach_driver+0x7d/0x100 bus_for_each_drv+0x80/0xd0 __device_attach+0xbc/0x1f0 pci_bus_add_device+0x54/0x80 pci_iov_add_virtfn+0x2e6/0x320 sriov_enable+0x208/0x420 mlx5_core_sriov_configure+0x9e/0x200 [mlx5_core] sriov_numvfs_store+0xae/0x1a0 kernfs_fop_write_iter+0x10c/0x1a0 vfs_write+0x291/0x3c0 ksys_write+0x5f/0xe0 do_syscall_64+0x3d/0x90 entry_SYSCALL_64_after_hwframe+0x46/0xb0 CR2: 0000000000000000 ---[ end trace 0000000000000000 ]---

CWE-476 - NULL Pointer Dereference
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

A vulnerability was found in the Linux kernel's md/raid5 implementation within the raid5d() function. This flaw can cause a deadlock when handling I/O operations due to a conflict between the reconfig_mutex and the MD_SB_CHANGE_PENDING flag, leading to excessive CPU usage and denial of service.

CWE-833 - Deadlock
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible race in __fib6_drop_pcpu_from() syzbot found a race in __fib6_drop_pcpu_from() [1] If compiler reads more than once (*ppcpu_rt), second read could read NULL, if another cpu clears the value in rt6_get_pcpu_route(). Add a READ_ONCE() to prevent this race. Also add rcu_read_lock()/rcu_read_unlock() because we rely on RCU protection while dereferencing pcpu_rt. [1] Oops: general protection fault, probably for non-canonical address 0xdffffc0000000012: 0000 [#1] PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range [0x0000000000000090-0x0000000000000097] CPU: 0 PID: 7543 Comm: kworker/u8:17 Not tainted 6.10.0-rc1-syzkaller-00013-g2bfcfd584ff5 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 04/02/2024 Workqueue: netns cleanup_net RIP: 0010:__fib6_drop_pcpu_from.part.0+0x10a/0x370 net/ipv6/ip6_fib.c:984 Code: f8 48 c1 e8 03 80 3c 28 00 0f 85 16 02 00 00 4d 8b 3f 4d 85 ff 74 31 e8 74 a7 fa f7 49 8d bf 90 00 00 00 48 89 f8 48 c1 e8 03 <80> 3c 28 00 0f 85 1e 02 00 00 49 8b 87 90 00 00 00 48 8b 0c 24 48 RSP: 0018:ffffc900040df070 EFLAGS: 00010206 RAX: 0000000000000012 RBX: 0000000000000001 RCX: ffffffff89932e16 RDX: ffff888049dd1e00 RSI: ffffffff89932d7c RDI: 0000000000000091 RBP: dffffc0000000000 R08: 0000000000000005 R09: 0000000000000007 R10: 0000000000000001 R11: 0000000000000006 R12: ffff88807fa080b8 R13: fffffbfff1a9a07d R14: ffffed100ff41022 R15: 0000000000000001 FS: 0000000000000000(0000) GS:ffff8880b9200000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000001b32c26000 CR3: 000000005d56e000 CR4: 00000000003526f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <TASK> __fib6_drop_pcpu_from net/ipv6/ip6_fib.c:966 [inline] fib6_drop_pcpu_from net/ipv6/ip6_fib.c:1027 [inline] fib6_purge_rt+0x7f2/0x9f0 net/ipv6/ip6_fib.c:1038 fib6_del_route net/ipv6/ip6_fib.c:1998 [inline] fib6_del+0xa70/0x17b0 net/ipv6/ip6_fib.c:2043 fib6_clean_node+0x426/0x5b0 net/ipv6/ip6_fib.c:2205 fib6_walk_continue+0x44f/0x8d0 net/ipv6/ip6_fib.c:2127 fib6_walk+0x182/0x370 net/ipv6/ip6_fib.c:2175 fib6_clean_tree+0xd7/0x120 net/ipv6/ip6_fib.c:2255 __fib6_clean_all+0x100/0x2d0 net/ipv6/ip6_fib.c:2271 rt6_sync_down_dev net/ipv6/route.c:4906 [inline] rt6_disable_ip+0x7ed/0xa00 net/ipv6/route.c:4911 addrconf_ifdown.isra.0+0x117/0x1b40 net/ipv6/addrconf.c:3855 addrconf_notify+0x223/0x19e0 net/ipv6/addrconf.c:3778 notifier_call_chain+0xb9/0x410 kernel/notifier.c:93 call_netdevice_notifiers_info+0xbe/0x140 net/core/dev.c:1992 call_netdevice_notifiers_extack net/core/dev.c:2030 [inline] call_netdevice_notifiers net/core/dev.c:2044 [inline] dev_close_many+0x333/0x6a0 net/core/dev.c:1585 unregister_netdevice_many_notify+0x46d/0x19f0 net/core/dev.c:11193 unregister_netdevice_many net/core/dev.c:11276 [inline] default_device_exit_batch+0x85b/0xae0 net/core/dev.c:11759 ops_exit_list+0x128/0x180 net/core/net_namespace.c:178 cleanup_net+0x5b7/0xbf0 net/core/net_namespace.c:640 process_one_work+0x9fb/0x1b60 kernel/workqueue.c:3231 process_scheduled_works kernel/workqueue.c:3312 [inline] worker_thread+0x6c8/0xf70 kernel/workqueue.c:3393 kthread+0x2c1/0x3a0 kernel/kthread.c:389 ret_from_fork+0x45/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
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Lock wiphy in cfg80211_get_station Wiphy should be locked before calling rdev_get_station() (see lockdep assert in ieee80211_get_station()). This fixes the following kernel NULL dereference: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000050 Mem abort info: ESR = 0x0000000096000006 EC = 0x25: DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 FSC = 0x06: level 2 translation fault Data abort info: ISV = 0, ISS = 0x00000006 CM = 0, WnR = 0 user pgtable: 4k pages, 48-bit VAs, pgdp=0000000003001000 [0000000000000050] pgd=0800000002dca003, p4d=0800000002dca003, pud=08000000028e9003, pmd=0000000000000000 Internal error: Oops: 0000000096000006 [#1] SMP Modules linked in: netconsole dwc3_meson_g12a dwc3_of_simple dwc3 ip_gre gre ath10k_pci ath10k_core ath9k ath9k_common ath9k_hw ath CPU: 0 PID: 1091 Comm: kworker/u8:0 Not tainted 6.4.0-02144-g565f9a3a7911-dirty #705 Hardware name: RPT (r1) (DT) Workqueue: bat_events batadv_v_elp_throughput_metric_update pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : ath10k_sta_statistics+0x10/0x2dc [ath10k_core] lr : sta_set_sinfo+0xcc/0xbd4 sp : ffff000007b43ad0 x29: ffff000007b43ad0 x28: ffff0000071fa900 x27: ffff00000294ca98 x26: ffff000006830880 x25: ffff000006830880 x24: ffff00000294c000 x23: 0000000000000001 x22: ffff000007b43c90 x21: ffff800008898acc x20: ffff00000294c6e8 x19: ffff000007b43c90 x18: 0000000000000000 x17: 445946354d552d78 x16: 62661f7200000000 x15: 57464f445946354d x14: 0000000000000000 x13: 00000000000000e3 x12: d5f0acbcebea978e x11: 00000000000000e3 x10: 000000010048fe41 x9 : 0000000000000000 x8 : ffff000007b43d90 x7 : 000000007a1e2125 x6 : 0000000000000000 x5 : ffff0000024e0900 x4 : ffff800000a0250c x3 : ffff000007b43c90 x2 : ffff00000294ca98 x1 : ffff000006831920 x0 : 0000000000000000 Call trace: ath10k_sta_statistics+0x10/0x2dc [ath10k_core] sta_set_sinfo+0xcc/0xbd4 ieee80211_get_station+0x2c/0x44 cfg80211_get_station+0x80/0x154 batadv_v_elp_get_throughput+0x138/0x1fc batadv_v_elp_throughput_metric_update+0x1c/0xa4 process_one_work+0x1ec/0x414 worker_thread+0x70/0x46c kthread+0xdc/0xe0 ret_from_fork+0x10/0x20 Code: a9bb7bfd 910003fd a90153f3 f9411c40 (f9402814) This happens because STA has time to disconnect and reconnect before batadv_v_elp_throughput_metric_update() delayed work gets scheduled. In this situation, ath10k_sta_state() can be in the middle of resetting arsta data when the work queue get chance to be scheduled and ends up accessing it. Locking wiphy prevents that.

CWE-476 - NULL Pointer Dereference
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() The ieee80211_sta_ps_deliver_wakeup() function takes sta->ps_lock to synchronizes with ieee80211_tx_h_unicast_ps_buf() which is called from softirq context. However using only spin_lock() to get sta->ps_lock in ieee80211_sta_ps_deliver_wakeup() does not prevent softirq to execute on this same CPU, to run ieee80211_tx_h_unicast_ps_buf() and try to take this same lock ending in deadlock. Below is an example of rcu stall that arises in such situation. rcu: INFO: rcu_sched self-detected stall on CPU rcu: 2-....: (42413413 ticks this GP) idle=b154/1/0x4000000000000000 softirq=1763/1765 fqs=21206996 rcu: (t=42586894 jiffies g=2057 q=362405 ncpus=4) CPU: 2 PID: 719 Comm: wpa_supplicant Tainted: G W 6.4.0-02158-g1b062f552873 #742 Hardware name: RPT (r1) (DT) pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : queued_spin_lock_slowpath+0x58/0x2d0 lr : invoke_tx_handlers_early+0x5b4/0x5c0 sp : ffff00001ef64660 x29: ffff00001ef64660 x28: ffff000009bc1070 x27: ffff000009bc0ad8 x26: ffff000009bc0900 x25: ffff00001ef647a8 x24: 0000000000000000 x23: ffff000009bc0900 x22: ffff000009bc0900 x21: ffff00000ac0e000 x20: ffff00000a279e00 x19: ffff00001ef646e8 x18: 0000000000000000 x17: ffff800016468000 x16: ffff00001ef608c0 x15: 0010533c93f64f80 x14: 0010395c9faa3946 x13: 0000000000000000 x12: 00000000fa83b2da x11: 000000012edeceea x10: ffff0000010fbe00 x9 : 0000000000895440 x8 : 000000000010533c x7 : ffff00000ad8b740 x6 : ffff00000c350880 x5 : 0000000000000007 x4 : 0000000000000001 x3 : 0000000000000000 x2 : 0000000000000000 x1 : 0000000000000001 x0 : ffff00000ac0e0e8 Call trace: queued_spin_lock_slowpath+0x58/0x2d0 ieee80211_tx+0x80/0x12c ieee80211_tx_pending+0x110/0x278 tasklet_action_common.constprop.0+0x10c/0x144 tasklet_action+0x20/0x28 _stext+0x11c/0x284 ____do_softirq+0xc/0x14 call_on_irq_stack+0x24/0x34 do_softirq_own_stack+0x18/0x20 do_softirq+0x74/0x7c __local_bh_enable_ip+0xa0/0xa4 _ieee80211_wake_txqs+0x3b0/0x4b8 __ieee80211_wake_queue+0x12c/0x168 ieee80211_add_pending_skbs+0xec/0x138 ieee80211_sta_ps_deliver_wakeup+0x2a4/0x480 ieee80211_mps_sta_status_update.part.0+0xd8/0x11c ieee80211_mps_sta_status_update+0x18/0x24 sta_apply_parameters+0x3bc/0x4c0 ieee80211_change_station+0x1b8/0x2dc nl80211_set_station+0x444/0x49c genl_family_rcv_msg_doit.isra.0+0xa4/0xfc genl_rcv_msg+0x1b0/0x244 netlink_rcv_skb+0x38/0x10c genl_rcv+0x34/0x48 netlink_unicast+0x254/0x2bc netlink_sendmsg+0x190/0x3b4 ____sys_sendmsg+0x1e8/0x218 ___sys_sendmsg+0x68/0x8c __sys_sendmsg+0x44/0x84 __arm64_sys_sendmsg+0x20/0x28 do_el0_svc+0x6c/0xe8 el0_svc+0x14/0x48 el0t_64_sync_handler+0xb0/0xb4 el0t_64_sync+0x14c/0x150 Using spin_lock_bh()/spin_unlock_bh() instead prevents softirq to raise on the same CPU that is holding the lock.

CWE-833 - Deadlock
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: don't unpoison huge_zero_folio When I did memory failure tests recently, below panic occurs: kernel BUG at include/linux/mm.h:1135! invalid opcode: 0000 [#1] PREEMPT SMP NOPTI CPU: 9 PID: 137 Comm: kswapd1 Not tainted 6.9.0-rc4-00491-gd5ce28f156fe-dirty #14 RIP: 0010:shrink_huge_zero_page_scan+0x168/0x1a0 RSP: 0018:ffff9933c6c57bd0 EFLAGS: 00000246 RAX: 000000000000003e RBX: 0000000000000000 RCX: ffff88f61fc5c9c8 RDX: 0000000000000000 RSI: 0000000000000027 RDI: ffff88f61fc5c9c0 RBP: ffffcd7c446b0000 R08: ffffffff9a9405f0 R09: 0000000000005492 R10: 00000000000030ea R11: ffffffff9a9405f0 R12: 0000000000000000 R13: 0000000000000000 R14: 0000000000000000 R15: ffff88e703c4ac00 FS: 0000000000000000(0000) GS:ffff88f61fc40000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 000055f4da6e9878 CR3: 0000000c71048000 CR4: 00000000000006f0 Call Trace: <TASK> do_shrink_slab+0x14f/0x6a0 shrink_slab+0xca/0x8c0 shrink_node+0x2d0/0x7d0 balance_pgdat+0x33a/0x720 kswapd+0x1f3/0x410 kthread+0xd5/0x100 ret_from_fork+0x2f/0x50 ret_from_fork_asm+0x1a/0x30 </TASK> Modules linked in: mce_inject hwpoison_inject ---[ end trace 0000000000000000 ]--- RIP: 0010:shrink_huge_zero_page_scan+0x168/0x1a0 RSP: 0018:ffff9933c6c57bd0 EFLAGS: 00000246 RAX: 000000000000003e RBX: 0000000000000000 RCX: ffff88f61fc5c9c8 RDX: 0000000000000000 RSI: 0000000000000027 RDI: ffff88f61fc5c9c0 RBP: ffffcd7c446b0000 R08: ffffffff9a9405f0 R09: 0000000000005492 R10: 00000000000030ea R11: ffffffff9a9405f0 R12: 0000000000000000 R13: 0000000000000000 R14: 0000000000000000 R15: ffff88e703c4ac00 FS: 0000000000000000(0000) GS:ffff88f61fc40000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 000055f4da6e9878 CR3: 0000000c71048000 CR4: 00000000000006f0 The root cause is that HWPoison flag will be set for huge_zero_folio without increasing the folio refcnt. But then unpoison_memory() will decrease the folio refcnt unexpectedly as it appears like a successfully hwpoisoned folio leading to VM_BUG_ON_PAGE(page_ref_count(page) == 0) when releasing huge_zero_folio. Skip unpoisoning huge_zero_folio in unpoison_memory() to fix this issue. We're not prepared to unpoison huge_zero_folio yet.

CWE-911 - Improper Update of Reference Count
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check n_ssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though n_ssids is 0. Accessing the pointer in this case will cuase an out-of-bound access. Fix this by checking n_ssids first.

CWE-125 - Out-of-bounds Read
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of region creation fail in ipc_devlink_create_region(), previously created regions delete process starts from tainted pointer which actually holds error code value. Fix this bug by decreasing region index before delete. Found by Linux Verification Center (linuxtesting.org) with SVACE.

CWE-99 - Improper Control of Resource Identifiers ('Resource Injection')
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't read past the mfuart notifcation In case the firmware sends a notification that claims it has more data than it has, we will read past that was allocated for the notification. Remove the print of the buffer, we won't see it by default. If needed, we can see the content with tracing. This was reported by KFENCE.

CWE-125 - Out-of-bounds Read
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

In the Linux kernel, the following vulnerability has been resolved: seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors input_action_end_dx4() and input_action_end_dx6() are called NF_HOOK() for PREROUTING hook, in PREROUTING hook, we should passing a valid indev, and a NULL outdev to NF_HOOK(), otherwise may trigger a NULL pointer dereference, as below: [74830.647293] BUG: kernel NULL pointer dereference, address: 0000000000000090 [74830.655633] #PF: supervisor read access in kernel mode [74830.657888] #PF: error_code(0x0000) - not-present page [74830.659500] PGD 0 P4D 0 [74830.660450] Oops: 0000 [#1] PREEMPT SMP PTI ... [74830.664953] Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2011 [74830.666569] RIP: 0010:rpfilter_mt+0x44/0x15e [ipt_rpfilter] ... [74830.689725] Call Trace: [74830.690402] <IRQ> [74830.690953] ? show_trace_log_lvl+0x1c4/0x2df [74830.692020] ? show_trace_log_lvl+0x1c4/0x2df [74830.693095] ? ipt_do_table+0x286/0x710 [ip_tables] [74830.694275] ? __die_body.cold+0x8/0xd [74830.695205] ? page_fault_oops+0xac/0x140 [74830.696244] ? exc_page_fault+0x62/0x150 [74830.697225] ? asm_exc_page_fault+0x22/0x30 [74830.698344] ? rpfilter_mt+0x44/0x15e [ipt_rpfilter] [74830.699540] ipt_do_table+0x286/0x710 [ip_tables] [74830.700758] ? ip6_route_input+0x19d/0x240 [74830.701752] nf_hook_slow+0x3f/0xb0 [74830.702678] input_action_end_dx4+0x19b/0x1e0 [74830.703735] ? input_action_end_t+0xe0/0xe0 [74830.704734] seg6_local_input_core+0x2d/0x60 [74830.705782] lwtunnel_input+0x5b/0xb0 [74830.706690] __netif_receive_skb_one_core+0x63/0xa0 [74830.707825] process_backlog+0x99/0x140 [74830.709538] __napi_poll+0x2c/0x160 [74830.710673] net_rx_action+0x296/0x350 [74830.711860] __do_softirq+0xcb/0x2ac [74830.713049] do_softirq+0x63/0x90 input_action_end_dx4() passing a NULL indev to NF_HOOK(), and finally trigger a NULL dereference in rpfilter_mt()->rpfilter_is_loopback(): static bool rpfilter_is_loopback(const struct sk_buff *skb, const struct net_device *in) { // in is NULL return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; }

CWE-476 - NULL Pointer Dereference
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedi_dbg_do_not_recover_cmd_read() function invokes sprintf() directly on a __user pointer, which results into the crash. To fix this issue, use a small local stack buffer for sprintf() and then call simple_read_from_buffer(), which in turns make the copy_to_user() call. BUG: unable to handle page fault for address: 00007f4801111000 PGD 8000000864df6067 P4D 8000000864df6067 PUD 864df7067 PMD 846028067 PTE 0 Oops: 0002 [#1] PREEMPT SMP PTI Hardware name: HPE ProLiant DL380 Gen10/ProLiant DL380 Gen10, BIOS U30 06/15/2023 RIP: 0010:memcpy_orig+0xcd/0x130 RSP: 0018:ffffb7a18c3ffc40 EFLAGS: 00010202 RAX: 00007f4801111000 RBX: 00007f4801111000 RCX: 000000000000000f RDX: 000000000000000f RSI: ffffffffc0bfd7a0 RDI: 00007f4801111000 RBP: ffffffffc0bfd7a0 R08: 725f746f6e5f6f64 R09: 3d7265766f636572 R10: ffffb7a18c3ffd08 R11: 0000000000000000 R12: 00007f4881110fff R13: 000000007fffffff R14: ffffb7a18c3ffca0 R15: ffffffffc0bfd7af FS: 00007f480118a740(0000) GS:ffff98e38af00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f4801111000 CR3: 0000000864b8e001 CR4: 00000000007706e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 PKRU: 55555554 Call Trace: <TASK> ? __die_body+0x1a/0x60 ? page_fault_oops+0x183/0x510 ? exc_page_fault+0x69/0x150 ? asm_exc_page_fault+0x22/0x30 ? memcpy_orig+0xcd/0x130 vsnprintf+0x102/0x4c0 sprintf+0x51/0x80 qedi_dbg_do_not_recover_cmd_read+0x2f/0x50 [qedi 6bcfdeeecdea037da47069eca2ba717c84a77324] full_proxy_read+0x50/0x80 vfs_read+0xa5/0x2e0 ? folio_add_new_anon_rmap+0x44/0xa0 ? set_pte_at+0x15/0x30 ? do_pte_missing+0x426/0x7f0 ksys_read+0xa5/0xe0 do_syscall_64+0x58/0x80 ? __count_memcg_events+0x46/0x90 ? count_memcg_event_mm+0x3d/0x60 ? handle_mm_fault+0x196/0x2f0 ? do_user_addr_fault+0x267/0x890 ? exc_page_fault+0x69/0x150 entry_SYSCALL_64_after_hwframe+0x72/0xdc RIP: 0033:0x7f4800f20b4d

CWE-822 - Untrusted Pointer Dereference
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

In the Linux kernel, the following vulnerability has been resolved: tipc: force a dst refcount before doing decryption As it says in commit 3bc07321ccc2 ("xfrm: Force a dst refcount before entering the xfrm type handlers"): "Crypto requests might return asynchronous. In this case we leave the rcu protected region, so force a refcount on the skb's destination entry before we enter the xfrm type input/output handlers." On TIPC decryption path it has the same problem, and skb_dst_force() should be called before doing decryption to avoid a possible crash. Shuang reported this issue when this warning is triggered: [] WARNING: include/net/dst.h:337 tipc_sk_rcv+0x1055/0x1ea0 [tipc] [] Kdump: loaded Tainted: G W --------- - - 4.18.0-496.el8.x86_64+debug [] Workqueue: crypto cryptd_queue_worker [] RIP: 0010:tipc_sk_rcv+0x1055/0x1ea0 [tipc] [] Call Trace: [] tipc_sk_mcast_rcv+0x548/0xea0 [tipc] [] tipc_rcv+0xcf5/0x1060 [tipc] [] tipc_aead_decrypt_done+0x215/0x2e0 [tipc] [] cryptd_aead_crypt+0xdb/0x190 [] cryptd_queue_worker+0xed/0x190 [] process_one_work+0x93d/0x17e0

CWE-911 - Improper Update of Reference Count
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). syzkaller triggered the warning [0] in udp_v4_early_demux(). In udp_v[46]_early_demux() and sk_lookup(), we do not touch the refcount of the looked-up sk and use sock_pfree() as skb->destructor, so we check SOCK_RCU_FREE to ensure that the sk is safe to access during the RCU grace period. Currently, SOCK_RCU_FREE is flagged for a bound socket after being put into the hash table. Moreover, the SOCK_RCU_FREE check is done too early in udp_v[46]_early_demux() and sk_lookup(), so there could be a small race window: CPU1 CPU2 ---- ---- udp_v4_early_demux() udp_lib_get_port() | |- hlist_add_head_rcu() |- sk = __udp4_lib_demux_lookup() | |- DEBUG_NET_WARN_ON_ONCE(sk_is_refcounted(sk)); `- sock_set_flag(sk, SOCK_RCU_FREE) We had the same bug in TCP and fixed it in commit 871019b22d1b ("net: set SOCK_RCU_FREE before inserting socket into hashtable"). Let's apply the same fix for UDP. [0]: WARNING: CPU: 0 PID: 11198 at net/ipv4/udp.c:2599 udp_v4_early_demux+0x481/0xb70 net/ipv4/udp.c:2599 Modules linked in: CPU: 0 PID: 11198 Comm: syz-executor.1 Not tainted 6.9.0-g93bda33046e7 #13 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014 RIP: 0010:udp_v4_early_demux+0x481/0xb70 net/ipv4/udp.c:2599 Code: c5 7a 15 fe bb 01 00 00 00 44 89 e9 31 ff d3 e3 81 e3 bf ef ff ff 89 de e8 2c 74 15 fe 85 db 0f 85 02 06 00 00 e8 9f 7a 15 fe <0f> 0b e8 98 7a 15 fe 49 8d 7e 60 e8 4f 39 2f fe 49 c7 46 60 20 52 RSP: 0018:ffffc9000ce3fa58 EFLAGS: 00010293 RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffffff8318c92c RDX: ffff888036ccde00 RSI: ffffffff8318c2f1 RDI: 0000000000000001 RBP: ffff88805a2dd6e0 R08: 0000000000000001 R09: 0000000000000000 R10: 0000000000000000 R11: 0001ffffffffffff R12: ffff88805a2dd680 R13: 0000000000000007 R14: ffff88800923f900 R15: ffff88805456004e FS: 00007fc449127640(0000) GS:ffff88807dc00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007fc449126e38 CR3: 000000003de4b002 CR4: 0000000000770ef0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000600 PKRU: 55555554 Call Trace: <TASK> ip_rcv_finish_core.constprop.0+0xbdd/0xd20 net/ipv4/ip_input.c:349 ip_rcv_finish+0xda/0x150 net/ipv4/ip_input.c:447 NF_HOOK include/linux/netfilter.h:314 [inline] NF_HOOK include/linux/netfilter.h:308 [inline] ip_rcv+0x16c/0x180 net/ipv4/ip_input.c:569 __netif_receive_skb_one_core+0xb3/0xe0 net/core/dev.c:5624 __netif_receive_skb+0x21/0xd0 net/core/dev.c:5738 netif_receive_skb_internal net/core/dev.c:5824 [inline] netif_receive_skb+0x271/0x300 net/core/dev.c:5884 tun_rx_batched drivers/net/tun.c:1549 [inline] tun_get_user+0x24db/0x2c50 drivers/net/tun.c:2002 tun_chr_write_iter+0x107/0x1a0 drivers/net/tun.c:2048 new_sync_write fs/read_write.c:497 [inline] vfs_write+0x76f/0x8d0 fs/read_write.c:590 ksys_write+0xbf/0x190 fs/read_write.c:643 __do_sys_write fs/read_write.c:655 [inline] __se_sys_write fs/read_write.c:652 [inline] __x64_sys_write+0x41/0x50 fs/read_write.c:652 x64_sys_call+0xe66/0x1990 arch/x86/include/generated/asm/syscalls_64.h:2 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x4b/0x110 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x4b/0x53 RIP: 0033:0x7fc44a68bc1f Code: 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 e9 cf f5 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 44 24 08 e8 3c d0 f5 ff 48 RSP: 002b:00007fc449126c90 EFLAGS: 00000293 ORIG_RAX: 0000000000000001 RAX: ffffffffffffffda RBX: 00000000004bc050 RCX: 00007fc44a68bc1f R ---truncated---

CWE-911 - Improper Update of Reference Count
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

A vulnerability was found in the nfs4_set_security_label() in the Linux kernel, where the function fails to free the nfs_fattr attribute before exiting, leaving said memory allocation present. As the nfs4_set_security_label() is called repeatedly over time, this may lead to memory exhaustion.

CWE-401 - Missing Release of Memory after Effective Lifetime
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Low

A denial of service (DoS) attack was found in the mlx5 driver in the Linux kernel. A KVM guest VM using virtio-net can crash the host by sending a short packet, for example, size < ETH_HLEN. The packet may traverse through vhost-net, macvtap, and vlan without any validation or drop. When this packet is presented to the mlx5 driver on the host side, the kernel panic happens since mlx5_core assumes the frame size is always >= ETH_HLEN.

CWE-20 - Improper Input Validation
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Important

A denial of service (DoS) attack was found in the mlx5 driver in the Linux kernel. A KVM guest VM using virtio-net can crash the host by sending a short packet, for example, size < ETH_HLEN. The packet may traverse through vhost-net, macvtap, and vlan without any validation or drop. When this packet is presented to the mlx5 driver on the host side, the kernel panic happens since mlx5_core assumes the frame size is always >= ETH_HLEN.

CWE-20 - Improper Input Validation
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Important

In the Linux kernel, the following vulnerability has been resolved: net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx() The following is emitted when using idxd (DSA) dmanegine as the data mover for ntb_transport that ntb_netdev uses. [74412.546922] BUG: using smp_processor_id() in preemptible [00000000] code: irq/52-idxd-por/14526 [74412.556784] caller is netif_rx_internal+0x42/0x130 [74412.562282] CPU: 6 PID: 14526 Comm: irq/52-idxd-por Not tainted 6.9.5 #5 [74412.569870] Hardware name: Intel Corporation ArcherCity/ArcherCity, BIOS EGSDCRB1.E9I.1752.P05.2402080856 02/08/2024 [74412.581699] Call Trace: [74412.584514] <TASK> [74412.586933] dump_stack_lvl+0x55/0x70 [74412.591129] check_preemption_disabled+0xc8/0xf0 [74412.596374] netif_rx_internal+0x42/0x130 [74412.600957] __netif_rx+0x20/0xd0 [74412.604743] ntb_netdev_rx_handler+0x66/0x150 [ntb_netdev] [74412.610985] ntb_complete_rxc+0xed/0x140 [ntb_transport] [74412.617010] ntb_rx_copy_callback+0x53/0x80 [ntb_transport] [74412.623332] idxd_dma_complete_txd+0xe3/0x160 [idxd] [74412.628963] idxd_wq_thread+0x1a6/0x2b0 [idxd] [74412.634046] irq_thread_fn+0x21/0x60 [74412.638134] ? irq_thread+0xa8/0x290 [74412.642218] irq_thread+0x1a0/0x290 [74412.646212] ? __pfx_irq_thread_fn+0x10/0x10 [74412.651071] ? __pfx_irq_thread_dtor+0x10/0x10 [74412.656117] ? __pfx_irq_thread+0x10/0x10 [74412.660686] kthread+0x100/0x130 [74412.664384] ? __pfx_kthread+0x10/0x10 [74412.668639] ret_from_fork+0x31/0x50 [74412.672716] ? __pfx_kthread+0x10/0x10 [74412.676978] ret_from_fork_asm+0x1a/0x30 [74412.681457] </TASK> The cause is due to the idxd driver interrupt completion handler uses threaded interrupt and the threaded handler is not hard or soft interrupt context. However __netif_rx() can only be called from interrupt context. Change the call to netif_rx() in order to allow completion via normal context for dmaengine drivers that utilize threaded irq handling. While the following commit changed from netif_rx() to __netif_rx(), baebdf48c360 ("net: dev: Makes sure netif_rx() can be invoked in any context."), the change should've been a noop instead. However, the code precedes this fix should've been using netif_rx_ni() or netif_rx_any_context().

CWE-372 - Incomplete Internal State Distinction
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmet_sq_destroy we capture sq->ctrl early and if it is non-NULL we know that a ctrl was allocated (in the admin connect request handler) and we need to release pending AERs, clear ctrl->sqs and sq->ctrl (for nvme-loop primarily), and drop the final reference on the ctrl. However, a small window is possible where nvmet_sq_destroy starts (as a result of the client giving up and disconnecting) concurrently with the nvme admin connect cmd (which may be in an early stage). But *before* kill_and_confirm of sq->ref (i.e. the admin connect managed to get an sq live reference). In this case, sq->ctrl was allocated however after it was captured in a local variable in nvmet_sq_destroy. This prevented the final reference drop on the ctrl. Solve this by re-capturing the sq->ctrl after all inflight request has completed, where for sure sq->ctrl reference is final, and move forward based on that. This issue was observed in an environment with many hosts connecting multiple ctrls simoutanuosly, creating a delay in allocating a ctrl leading up to this race window.

CWE-404 - Improper Resource Shutdown or Release
Affected products
Fixed 865 products, the same list as for CVE-2023-52771
Known not affected 20 products, the same list as for CVE-2023-52771
Threats
Impact Moderate
References
URL Category
https://access.redhat.com/errata/RHSA-2024:5928 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2265185 external
https://bugzilla.redhat.com/show_bug.cgi?id=2272797 external
https://bugzilla.redhat.com/show_bug.cgi?id=2273654 external
https://bugzilla.redhat.com/show_bug.cgi?id=2275742 external
https://bugzilla.redhat.com/show_bug.cgi?id=2275744 external
https://bugzilla.redhat.com/show_bug.cgi?id=2277166 external
https://bugzilla.redhat.com/show_bug.cgi?id=2278256 external
https://bugzilla.redhat.com/show_bug.cgi?id=2278258 external
https://bugzilla.redhat.com/show_bug.cgi?id=2278264 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281101 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281284 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281669 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281672 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281675 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281916 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281958 external
https://bugzilla.redhat.com/show_bug.cgi?id=2282720 external
https://bugzilla.redhat.com/show_bug.cgi?id=2283468 external
https://bugzilla.redhat.com/show_bug.cgi?id=2284421 external
https://bugzilla.redhat.com/show_bug.cgi?id=2293356 external
https://bugzilla.redhat.com/show_bug.cgi?id=2293414 external
https://bugzilla.redhat.com/show_bug.cgi?id=2293455 external
https://bugzilla.redhat.com/show_bug.cgi?id=2293459 external
https://bugzilla.redhat.com/show_bug.cgi?id=2293461 external
https://bugzilla.redhat.com/show_bug.cgi?id=2295914 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297489 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297495 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297496 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297498 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297513 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297523 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297525 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297541 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297562 external
https://bugzilla.redhat.com/show_bug.cgi?id=2297567 external
https://bugzilla.redhat.com/show_bug.cgi?id=2299240 external
https://bugzilla.redhat.com/show_bug.cgi?id=2299336 external
https://bugzilla.redhat.com/show_bug.cgi?id=2300410 external
https://bugzilla.redhat.com/show_bug.cgi?id=2300453 external
https://bugzilla.redhat.com/show_bug.cgi?id=2301473 external
https://bugzilla.redhat.com/show_bug.cgi?id=2301519 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2023-52771 self
https://bugzilla.redhat.com/show_bug.cgi?id=2282720 external
https://www.cve.org/CVERecord?id=CVE-2023-52771 external
https://nvd.nist.gov/vuln/detail/CVE-2023-52771 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2023-52880 self
https://bugzilla.redhat.com/show_bug.cgi?id=2283468 external
https://www.cve.org/CVERecord?id=CVE-2023-52880 external
https://nvd.nist.gov/vuln/detail/CVE-2023-52880 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-26581 self
https://bugzilla.redhat.com/show_bug.cgi?id=2265185 external
https://www.cve.org/CVERecord?id=CVE-2024-26581 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26581 external
https://lore.kernel.org/linux-cve-announce/202402… external
https://access.redhat.com/security/cve/CVE-2024-26668 self
https://bugzilla.redhat.com/show_bug.cgi?id=2272797 external
https://www.cve.org/CVERecord?id=CVE-2024-26668 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26668 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-26810 self
https://bugzilla.redhat.com/show_bug.cgi?id=2273654 external
https://www.cve.org/CVERecord?id=CVE-2024-26810 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26810 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-26855 self
https://bugzilla.redhat.com/show_bug.cgi?id=2275742 external
https://www.cve.org/CVERecord?id=CVE-2024-26855 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26855 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-26908 self
https://bugzilla.redhat.com/show_bug.cgi?id=2275744 external
https://www.cve.org/CVERecord?id=CVE-2024-26908 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26908 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-26925 self
https://bugzilla.redhat.com/show_bug.cgi?id=2277166 external
https://www.cve.org/CVERecord?id=CVE-2024-26925 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26925 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-27016 self
https://bugzilla.redhat.com/show_bug.cgi?id=2278264 external
https://www.cve.org/CVERecord?id=CVE-2024-27016 external
https://nvd.nist.gov/vuln/detail/CVE-2024-27016 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-27019 self
https://bugzilla.redhat.com/show_bug.cgi?id=2278258 external
https://www.cve.org/CVERecord?id=CVE-2024-27019 external
https://nvd.nist.gov/vuln/detail/CVE-2024-27019 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-27020 self
https://bugzilla.redhat.com/show_bug.cgi?id=2278256 external
https://www.cve.org/CVERecord?id=CVE-2024-27020 external
https://nvd.nist.gov/vuln/detail/CVE-2024-27020 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-27415 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281101 external
https://www.cve.org/CVERecord?id=CVE-2024-27415 external
https://nvd.nist.gov/vuln/detail/CVE-2024-27415 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-35839 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281284 external
https://www.cve.org/CVERecord?id=CVE-2024-35839 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35839 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-35896 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281675 external
https://www.cve.org/CVERecord?id=CVE-2024-35896 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35896 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-35897 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281672 external
https://www.cve.org/CVERecord?id=CVE-2024-35897 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35897 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-35898 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281669 external
https://www.cve.org/CVERecord?id=CVE-2024-35898 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35898 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-35962 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281916 external
https://www.cve.org/CVERecord?id=CVE-2024-35962 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35962 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-36003 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281958 external
https://www.cve.org/CVERecord?id=CVE-2024-36003 external
https://nvd.nist.gov/vuln/detail/CVE-2024-36003 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-36025 self
https://bugzilla.redhat.com/show_bug.cgi?id=2284421 external
https://www.cve.org/CVERecord?id=CVE-2024-36025 external
https://nvd.nist.gov/vuln/detail/CVE-2024-36025 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-38538 self
https://bugzilla.redhat.com/show_bug.cgi?id=2293461 external
https://www.cve.org/CVERecord?id=CVE-2024-38538 external
https://nvd.nist.gov/vuln/detail/CVE-2024-38538 external
https://lore.kernel.org/linux-cve-announce/202406… external
https://access.redhat.com/security/cve/CVE-2024-38540 self
https://bugzilla.redhat.com/show_bug.cgi?id=2293459 external
https://www.cve.org/CVERecord?id=CVE-2024-38540 external
https://nvd.nist.gov/vuln/detail/CVE-2024-38540 external
https://lore.kernel.org/linux-cve-announce/202406… external
https://access.redhat.com/security/cve/CVE-2024-38544 self
https://bugzilla.redhat.com/show_bug.cgi?id=2293455 external
https://www.cve.org/CVERecord?id=CVE-2024-38544 external
https://nvd.nist.gov/vuln/detail/CVE-2024-38544 external
https://lore.kernel.org/linux-cve-announce/202406… external
https://access.redhat.com/security/cve/CVE-2024-38579 self
https://bugzilla.redhat.com/show_bug.cgi?id=2293414 external
https://www.cve.org/CVERecord?id=CVE-2024-38579 external
https://nvd.nist.gov/vuln/detail/CVE-2024-38579 external
https://lore.kernel.org/linux-cve-announce/202406… external
https://access.redhat.com/security/cve/CVE-2024-38608 self
https://bugzilla.redhat.com/show_bug.cgi?id=2293356 external
https://www.cve.org/CVERecord?id=CVE-2024-38608 external
https://nvd.nist.gov/vuln/detail/CVE-2024-38608 external
https://lore.kernel.org/linux-cve-announce/202406… external
https://access.redhat.com/security/cve/CVE-2024-39476 self
https://bugzilla.redhat.com/show_bug.cgi?id=2295914 external
https://www.cve.org/CVERecord?id=CVE-2024-39476 external
https://nvd.nist.gov/vuln/detail/CVE-2024-39476 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40905 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297489 external
https://www.cve.org/CVERecord?id=CVE-2024-40905 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40905 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40911 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297495 external
https://www.cve.org/CVERecord?id=CVE-2024-40911 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40911 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40912 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297496 external
https://www.cve.org/CVERecord?id=CVE-2024-40912 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40912 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40914 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297498 external
https://www.cve.org/CVERecord?id=CVE-2024-40914 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40914 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40929 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297513 external
https://www.cve.org/CVERecord?id=CVE-2024-40929 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40929 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40939 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297523 external
https://www.cve.org/CVERecord?id=CVE-2024-40939 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40939 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40941 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297525 external
https://www.cve.org/CVERecord?id=CVE-2024-40941 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40941 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40957 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297541 external
https://www.cve.org/CVERecord?id=CVE-2024-40957 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40957 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40978 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297562 external
https://www.cve.org/CVERecord?id=CVE-2024-40978 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40978 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-40983 self
https://bugzilla.redhat.com/show_bug.cgi?id=2297567 external
https://www.cve.org/CVERecord?id=CVE-2024-40983 external
https://nvd.nist.gov/vuln/detail/CVE-2024-40983 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-41041 self
https://bugzilla.redhat.com/show_bug.cgi?id=2300410 external
https://www.cve.org/CVERecord?id=CVE-2024-41041 external
https://nvd.nist.gov/vuln/detail/CVE-2024-41041 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-41076 self
https://bugzilla.redhat.com/show_bug.cgi?id=2300453 external
https://www.cve.org/CVERecord?id=CVE-2024-41076 external
https://nvd.nist.gov/vuln/detail/CVE-2024-41076 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-41090 self
https://bugzilla.redhat.com/show_bug.cgi?id=2299240 external
https://www.cve.org/CVERecord?id=CVE-2024-41090 external
https://nvd.nist.gov/vuln/detail/CVE-2024-41090 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://www.openwall.com/lists/oss-security/2024/… external
https://access.redhat.com/security/cve/CVE-2024-41091 self
https://bugzilla.redhat.com/show_bug.cgi?id=2299336 external
https://www.cve.org/CVERecord?id=CVE-2024-41091 external
https://nvd.nist.gov/vuln/detail/CVE-2024-41091 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-42110 self
https://bugzilla.redhat.com/show_bug.cgi?id=2301473 external
https://www.cve.org/CVERecord?id=CVE-2024-42110 external
https://nvd.nist.gov/vuln/detail/CVE-2024-42110 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2024-42152 self
https://bugzilla.redhat.com/show_bug.cgi?id=2301519 external
https://www.cve.org/CVERecord?id=CVE-2024-42152 external
https://nvd.nist.gov/vuln/detail/CVE-2024-42152 external
https://lore.kernel.org/linux-cve-announce/202407… external

Loading 10.8 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…

Loading…