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

RHSA-2024_4533

Vulnerability from csaf_redhat - Published: 2024-07-15 05:18 - Updated: 2024-12-04 21:05
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.2 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fix(es): * kernel: TIPC message reassembly use-after-free remote code execution vulnerability (CVE-2024-36886) * kernel: ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port() (CVE-2021-47548) * kernel: net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg (CVE-2021-47596) * kernel: vt: fix memory overlapping when deleting chars in the buffer (CVE-2022-48627) * kernel: can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock (CVE-2023-52638) * kernel: tls: race between async notify and socket close (CVE-2024-26583) * kernel: tls: race between tx work scheduling and socket close (CVE-2024-26585) * kernel: mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again (CVE-2024-26720) * kernel: mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index (CVE-2024-26783) * kernel: Bluetooth: Avoid potential use-after-free in hci_error_reset (CVE-2024-26801) * kernel: net/ipv6: avoid possible UAF in ip6_route_mpath_notify() (CVE-2024-26852) * kernel: icmp: prevent possible NULL dereferences from icmp_build_probe() (CVE-2024-35857) * kernel: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (CVE-2024-35898) * kernel: ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr (CVE-2024-35969) * kernel: tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (CVE-2024-36016) * kernel: netfilter: nf_tables: honor table dormant flag from netdev release event path (CVE-2024-36005) 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: ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port() The if statement: if (port >= DSAF_GE_NUM) return; limits the value of port less than DSAF_GE_NUM (i.e., 8). However, if the value of port is 6 or 7, an array overflow could occur: port_rst_off = dsaf_dev->mac_cb[port]->port_rst_off; because the length of dsaf_dev->mac_cb is DSAF_MAX_PORT_NUM (i.e., 6). To fix this possible array overflow, we first check port and if it is greater than or equal to DSAF_MAX_PORT_NUM, the function returns.

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

A vulnerability was found in the Linux kernel's HNS3 network driver related to a use-after-free condition in the hclgevf_send_mbx_msg function. The issue occurs when the hns3_remove function uninstalls a client instance before uninstalling the acceleration engine device, leading to access of freed memory during the device's uninstall process, resulting in system crash.

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

A flaw was found in the Linux kernel's virtual terminal driver which causes a memory overlapping copy to occur, this overlapping copy can lead to data corruption and could potentially allow an attacker interacting with a virtual terminal to corrupt or expose system memory.

CWE-1260 - Improper Handling of Overlap Between Protected Memory Ranges
Affected products
Fixed 414 products, the same list as for CVE-2021-47548
Known not affected 27 products, the same list as for CVE-2021-47548
Threats
Impact Moderate

A vulnerability was found in the Linux kernel's Controller Area Network (CAN) protocol, within the J1939 protocol implementation. This issue occurs due to a potential deadlock caused by a race condition involving three locks: j1939_socks_lock, active_session_list_lock, and sk_session_queue_lock. This issue was identified in a Syzbot bug report.

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

A race condition vulnerability was found in the tls subsystem of the Linux kernel. The submitting thread that calls recvmsg/sendmsg may exit as soon as the async crypto handler calls complete(); any code past that point risks touching already freed data. This could lead to a use-after-free issue and a denial of service condition.

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

A race condition vulnerability was found in the tls subsystem of the Linux kernel. The submitting thread (recvmsg/sendmsg) may exit as soon as the async crypto handler calls complete(), which could lead to undefined behavior and a denial of service.

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

A vulnerability was found in the wb_dirty_limits() function in the Linux kernel memory management (mm) subsystem which can lead to a divide-by-zero error. This issue could lead to a potential kernel crash.

CWE-369 - Divide By Zero
Affected products
Fixed 414 products, the same list as for CVE-2021-47548
Known not affected 27 products, the same list as for CVE-2021-47548
Threats
Impact Moderate

A vulnerability was found in the Linux kernel's memory management subsystem. The `wakeup_kswapd()` function was called with an incorrect zone index. This error could disrupt the proper functioning of memory management, potentially leading to system instability or performance issues.

CWE-762 - Mismatched Memory Management Routines
Affected products
Fixed 414 products, the same list as for CVE-2021-47548
Known not affected 27 products, the same list as for CVE-2021-47548
Threats
Impact Moderate

A use-after-free flaw was found in the Linux kernel’s Bluetooth subsystem in how it handles hardware failure when it occurs. This flaw allows a local user to potentially crash the system.

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

A use-after-free flaw was found in ip6_route_mpath_notify() in the Linux kernel. This may lead to a crash.

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

A flaw was found in the Linux kernel's ICMP protocol. Under some conditions, a NULL pointer dereference can be triggered due to a missing check, causing a system crash and resulting in a denial of service.

CWE-476 - NULL Pointer Dereference
Affected products
Fixed 414 products, the same list as for CVE-2021-47548
Known not affected 27 products, the same list as for CVE-2021-47548
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 414 products, the same list as for CVE-2021-47548
Known not affected 27 products, the same list as for CVE-2021-47548
Threats
Impact Moderate

This CVE addresses a race condition in the Linux kernel's IPv6 subsystem, specifically between the ipv6_get_ifaddr and ipv6_del_addr functions. This race condition can lead to use-after-free scenarios, potentially causing system instability or crashes.

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: honor table dormant flag from netdev release event path Check for table dormant flag otherwise netdev release event path tries to unregister an already unregistered hook. [524854.857999] ------------[ cut here ]------------ [524854.858010] WARNING: CPU: 0 PID: 3386599 at net/netfilter/core.c:501 __nf_unregister_net_hook+0x21a/0x260 [...] [524854.858848] CPU: 0 PID: 3386599 Comm: kworker/u32:2 Not tainted 6.9.0-rc3+ #365 [524854.858869] Workqueue: netns cleanup_net [524854.858886] RIP: 0010:__nf_unregister_net_hook+0x21a/0x260 [524854.858903] Code: 24 e8 aa 73 83 ff 48 63 43 1c 83 f8 01 0f 85 3d ff ff ff e8 98 d1 f0 ff 48 8b 3c 24 e8 8f 73 83 ff 48 63 43 1c e9 26 ff ff ff <0f> 0b 48 83 c4 18 48 c7 c7 00 68 e9 82 5b 5d 41 5c 41 5d 41 5e 41 [524854.858914] RSP: 0018:ffff8881e36d79e0 EFLAGS: 00010246 [524854.858926] RAX: 0000000000000000 RBX: ffff8881339ae790 RCX: ffffffff81ba524a [524854.858936] RDX: dffffc0000000000 RSI: 0000000000000008 RDI: ffff8881c8a16438 [524854.858945] RBP: ffff8881c8a16438 R08: 0000000000000001 R09: ffffed103c6daf34 [524854.858954] R10: ffff8881e36d79a7 R11: 0000000000000000 R12: 0000000000000005 [524854.858962] R13: ffff8881c8a16000 R14: 0000000000000000 R15: ffff8881351b5a00 [524854.858971] FS: 0000000000000000(0000) GS:ffff888390800000(0000) knlGS:0000000000000000 [524854.858982] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [524854.858991] CR2: 00007fc9be0f16f4 CR3: 00000001437cc004 CR4: 00000000001706f0 [524854.859000] Call Trace: [524854.859006] <TASK> [524854.859013] ? __warn+0x9f/0x1a0 [524854.859027] ? __nf_unregister_net_hook+0x21a/0x260 [524854.859044] ? report_bug+0x1b1/0x1e0 [524854.859060] ? handle_bug+0x3c/0x70 [524854.859071] ? exc_invalid_op+0x17/0x40 [524854.859083] ? asm_exc_invalid_op+0x1a/0x20 [524854.859100] ? __nf_unregister_net_hook+0x6a/0x260 [524854.859116] ? __nf_unregister_net_hook+0x21a/0x260 [524854.859135] nf_tables_netdev_event+0x337/0x390 [nf_tables] [524854.859304] ? __pfx_nf_tables_netdev_event+0x10/0x10 [nf_tables] [524854.859461] ? packet_notifier+0xb3/0x360 [524854.859476] ? _raw_spin_unlock_irqrestore+0x11/0x40 [524854.859489] ? dcbnl_netdevice_event+0x35/0x140 [524854.859507] ? __pfx_nf_tables_netdev_event+0x10/0x10 [nf_tables] [524854.859661] notifier_call_chain+0x7d/0x140 [524854.859677] unregister_netdevice_many_notify+0x5e1/0xae0

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

A vulnerability was found in the Linux kernel's `n_gsm` driver, affecting the `tty` subsystem. It occurs when switching between basic and advanced option modes in GSM multiplexing, leading to potential out-of-bounds memory writes. This happens because certain state variables, like `gsm->len` and `gsm->state`, are not properly reset during mode changes. The issue could result in memory corruption.

CWE-787 - Out-of-bounds Write
Affected products
Fixed 414 products, the same list as for CVE-2021-47548
Known not affected 27 products, the same list as for CVE-2021-47548
Threats
Impact Moderate

A use-after-free (UAF) flaw exists in the Linux Kernel within the reassembly of fragmented TIPC messages, specifically in the tipc_buf_append() function. The issue results due to a lack of checks in the error handling cleanup and can trigger a UAF on "struct sk_buff", which may lead to remote code execution.

CWE-416 - Use After Free
Affected products
Fixed 414 products, the same list as for CVE-2021-47548
Known not affected 27 products, the same list as for CVE-2021-47548
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2024:4533 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2265517 external
https://bugzilla.redhat.com/show_bug.cgi?id=2265520 external
https://bugzilla.redhat.com/show_bug.cgi?id=2267509 external
https://bugzilla.redhat.com/show_bug.cgi?id=2273082 external
https://bugzilla.redhat.com/show_bug.cgi?id=2273141 external
https://bugzilla.redhat.com/show_bug.cgi?id=2273429 external
https://bugzilla.redhat.com/show_bug.cgi?id=2273466 external
https://bugzilla.redhat.com/show_bug.cgi?id=2275761 external
https://bugzilla.redhat.com/show_bug.cgi?id=2277238 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281247 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281669 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281900 external
https://bugzilla.redhat.com/show_bug.cgi?id=2281949 external
https://bugzilla.redhat.com/show_bug.cgi?id=2283401 external
https://bugzilla.redhat.com/show_bug.cgi?id=2283894 external
https://bugzilla.redhat.com/show_bug.cgi?id=2293230 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2021-47548 self
https://bugzilla.redhat.com/show_bug.cgi?id=2283401 external
https://www.cve.org/CVERecord?id=CVE-2021-47548 external
https://nvd.nist.gov/vuln/detail/CVE-2021-47548 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2021-47596 self
https://bugzilla.redhat.com/show_bug.cgi?id=2293230 external
https://www.cve.org/CVERecord?id=CVE-2021-47596 external
https://nvd.nist.gov/vuln/detail/CVE-2021-47596 external
https://lore.kernel.org/linux-cve-announce/202406… external
https://access.redhat.com/security/cve/CVE-2022-48627 self
https://bugzilla.redhat.com/show_bug.cgi?id=2267509 external
https://www.cve.org/CVERecord?id=CVE-2022-48627 external
https://nvd.nist.gov/vuln/detail/CVE-2022-48627 external
https://lore.kernel.org/linux-cve-announce/202403… external
https://access.redhat.com/security/cve/CVE-2023-52638 self
https://bugzilla.redhat.com/show_bug.cgi?id=2273082 external
https://www.cve.org/CVERecord?id=CVE-2023-52638 external
https://nvd.nist.gov/vuln/detail/CVE-2023-52638 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-26583 self
https://bugzilla.redhat.com/show_bug.cgi?id=2265520 external
https://www.cve.org/CVERecord?id=CVE-2024-26583 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26583 external
https://lore.kernel.org/linux-cve-announce/202402… external
https://access.redhat.com/security/cve/CVE-2024-26585 self
https://bugzilla.redhat.com/show_bug.cgi?id=2265517 external
https://www.cve.org/CVERecord?id=CVE-2024-26585 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26585 external
https://lore.kernel.org/linux-cve-announce/202402… external
https://access.redhat.com/security/cve/CVE-2024-26720 self
https://bugzilla.redhat.com/show_bug.cgi?id=2273141 external
https://www.cve.org/CVERecord?id=CVE-2024-26720 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26720 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-26783 self
https://bugzilla.redhat.com/show_bug.cgi?id=2273466 external
https://www.cve.org/CVERecord?id=CVE-2024-26783 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26783 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-26801 self
https://bugzilla.redhat.com/show_bug.cgi?id=2273429 external
https://www.cve.org/CVERecord?id=CVE-2024-26801 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26801 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-26852 self
https://bugzilla.redhat.com/show_bug.cgi?id=2275761 external
https://www.cve.org/CVERecord?id=CVE-2024-26852 external
https://nvd.nist.gov/vuln/detail/CVE-2024-26852 external
https://lore.kernel.org/linux-cve-announce/202404… external
https://access.redhat.com/security/cve/CVE-2024-35857 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281247 external
https://www.cve.org/CVERecord?id=CVE-2024-35857 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35857 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-35969 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281900 external
https://www.cve.org/CVERecord?id=CVE-2024-35969 external
https://nvd.nist.gov/vuln/detail/CVE-2024-35969 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-36005 self
https://bugzilla.redhat.com/show_bug.cgi?id=2281949 external
https://www.cve.org/CVERecord?id=CVE-2024-36005 external
https://nvd.nist.gov/vuln/detail/CVE-2024-36005 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-36016 self
https://bugzilla.redhat.com/show_bug.cgi?id=2283894 external
https://www.cve.org/CVERecord?id=CVE-2024-36016 external
https://nvd.nist.gov/vuln/detail/CVE-2024-36016 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2024-36886 self
https://bugzilla.redhat.com/show_bug.cgi?id=2277238 external
https://www.cve.org/CVERecord?id=CVE-2024-36886 external
https://nvd.nist.gov/vuln/detail/CVE-2024-36886 external
https://lore.kernel.org/all/752f1ccf762223d109845… external
https://lore.kernel.org/linux-cve-announce/202405… external

Loading 2.3 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

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

Sightings

Author Source Type Date Other

Nomenclature

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

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…