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

SUSE-SU-2024:2185-1

Vulnerability from csaf_suse - Published: 2024-06-24 19:04 - Updated: 2024-06-24 19:04
Summary
Security update for the Linux Kernel
Severity
Important
Notes
Title of the patch: Security update for the Linux Kernel
Description of the patch: The SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47378: Destroy cm id before destroy qp to avoid use after free (bsc#1225201). - CVE-2021-47496: Fix flipped sign in tls_err_abort() calls (bsc#1225354) - CVE-2021-47402: Protect fl_walk() with rcu (bsc#1225301) - CVE-2022-48673: kABI workarounds for struct smc_link (bsc#1223934). - CVE-2023-52871: Handle a second device without data corruption (bsc#1225534) - CVE-2024-26828: Fix underflow in parse_server_interfaces() (bsc#1223084). - CVE-2021-47497: Fixed shift-out-of-bound (UBSAN) with byte size cells (bsc#1225355). - CVE-2021-47500: Fixed trigger reference couting (bsc#1225360). - CVE-2024-27413: Fix incorrect allocation size (bsc#1224438). - CVE-2021-47383: Fiedx out-of-bound vmalloc access in imageblit (bsc#1225208). - CVE-2021-47511: Fixed negative period/buffer sizes (bsc#1225411). - CVE-2023-52840: Fix use after free in rmi_unregister_function() (bsc#1224928). - CVE-2021-47261: Fix initializing CQ fragments buffer (bsc#1224954) - CVE-2021-47254: Fix use-after-free in gfs2_glock_shrink_scan (bsc#1224888). - CVE-2024-27398: Fixed use-after-free bugs caused by sco_sock_timeout (bsc#1224174). - CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). - CVE-2023-52655: Check packet for fixup for true limit (bsc#1217169). - CVE-2023-4244: Fixed a use-after-free in the nf_tables component, which could be exploited to achieve local privilege escalation (bsc#1215420). - CVE-2023-4244: Fixed a use-after-free in the nf_tables component, which could be exploited to achieve local privilege escalation (bsc#1215420). - CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210335). - CVE-2023-52686: Fix a null pointer in opal_event_init() (bsc#1065729). The following non-security bugs were fixed: - af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress (bsc#1223384). - af_unix: Do not use atomic ops for unix_sk(sk)->inflight (bsc#1223384). - af_unix: Replace BUG_ON() with WARN_ON_ONCE() (bsc#1223384). - btrfs: do not start relocation until in progress drops are done (bsc#1222251). - btrfs: do not start relocation until in progress drops are done (bsc#1222251). - cifs: add missing spinlock around tcon refcount (bsc#1213476). - cifs: avoid dup prefix path in dfs_get_automount_devname() (bsc#1213476). - cifs: avoid race conditions with parallel reconnects (bsc#1213476). - cifs: avoid re-lookups in dfs_cache_find() (bsc#1213476). - cifs: avoid use of global locks for high contention data (bsc#1213476). - cifs: check only tcon status on tcon related functions (bsc#1213476). - cifs: do all necessary checks for credits within or before locking (bsc#1213476). - cifs: do not block in dfs_cache_noreq_update_tgthint() (bsc#1213476). - cifs: do not refresh cached referrals from unactive mounts (bsc#1213476). - cifs: do not take exclusive lock for updating target hints (bsc#1213476). - cifs: fix confusing debug message (bsc#1213476). - cifs: fix missing unload_nls() in smb2_reconnect() (bsc#1213476). - cifs: fix potential deadlock in cache_refresh_path() (bsc#1213476). - cifs: fix refresh of cached referrals (bsc#1213476). - cifs: fix return of uninitialized rc in dfs_cache_update_tgthint() (bsc#1213476). - cifs: fix source pathname comparison of dfs supers (bsc#1213476). - cifs: fix status checks in cifs_tree_connect (bsc#1213476). - cifs: fix use-after-free bug in refresh_cache_worker() (bsc#1213476). - cifs: get rid of dns resolve worker (bsc#1213476). - cifs: get rid of mount options string parsing (bsc#1213476). - cifs: handle cache lookup errors different than -ENOENT (bsc#1213476). - cifs: ignore ipc reconnect failures during dfs failover (bsc#1213476). - cifs: match even the scope id for ipv6 addresses (bsc#1213476). - cifs: optimize reconnect of nested links (bsc#1213476). - cifs: prevent data race in smb2_reconnect() (bsc#1213476). - cifs: refresh root referrals (bsc#1213476). - cifs: remove duplicate code in __refresh_tcon() (bsc#1213476). - cifs: remove unused function (bsc#1213476). - cifs: remove unused smb3_fs_context::mount_options (bsc#1213476). - cifs: return DFS root session id in DebugData (bsc#1213476). - cifs: reuse cifs_match_ipaddr for comparison of dstaddr too (bsc#1213476). - cifs: set correct ipc status after initial tree connect (bsc#1213476). - cifs: set correct status of tcon ipc when reconnecting (bsc#1213476). - cifs: set correct tcon status after initial tree connect (bsc#1213476). - cifs: set DFS root session in cifs_get_smb_ses() (bsc#1213476). - cifs: set resolved ip in sockaddr (bsc#1213476). - cifs: share dfs connections and supers (bsc#1213476). - cifs: split out ses and tcon retrieval from mount_get_conns() (bsc#1213476). - cifs: use fs_context for automounts (bsc#1213476). - cifs: use origin fullpath for automounts (bsc#1213476). - cifs: use tcon allocation functions even for dummy tcon (bsc#1213476). - netfilter: nf_tables: defer gc run if previous batch is still pending (git-fixes). - netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path (git-fixes). - netfilter: nf_tables: fix kdoc warnings after gc rework (git-fixes). - netfilter: nf_tables: fix memleak when more than 255 elements expired (git-fixes). - netfilter: nf_tables: GC transaction race with abort path (git-fixes). - netfilter: nf_tables: GC transaction race with netns dismantle (git-fixes). - netfilter: nf_tables: mark newset as dead on transaction abort (git-fixes). - netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout (git-fixes). - netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure (git-fixes). - netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path (git-fixes). - netfilter: nf_tables: skip dead set elements in netlink dump (git-fixes). - netfilter: nf_tables: use correct lock to protect gc_list (git-fixes). - netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration (git-fixes). - netfilter: nft_set_rbtree: Add missing expired checks (git-fixes). - netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets (git-fixes). - netfilter: nft_set_rbtree: Detect partial overlap with start endpoint match (git-fixes). - netfilter: nft_set_rbtree: Detect partial overlaps on insertion (git-fixes). - netfilter: nft_set_rbtree: Do not account for expired elements on insertion (git-fixes). - netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on insertion (git-fixes). - netfilter: nft_set_rbtree: fix null deref on element insertion (git-fixes). - netfilter: nft_set_rbtree: fix overlap expiration walk (git-fixes). - netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detection (git-fixes). - netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start() (git-fixes). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (git-fixes). - netfilter: nft_set_rbtree: skip elements in transaction from garbage collection (git-fixes). - netfilter: nft_set_rbtree: skip end interval element from gc (git-fixes). - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction (git-fixes). - netfilter: nft_set_rbtree: Switch to node list walk for overlap detection (git-fixes). - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). - NFC: nxp: add NXP1002 (bsc#1185589). - PCI: rpaphp: Add MODULE_DESCRIPTION (bsc#1176869 ltc#188243). - smb: client: fix dfs link mount against w2k8 (git-fixes). - smb: client: fix null auth (bsc#1213476). - smb: client: set correct id, uid and cruid for multiuser automounts (git-fixes). - x86/xen: Drop USERGS_SYSRET64 paravirt call (git-fixes).
Patchnames: SUSE-2024-2185,SUSE-SLE-Module-Live-Patching-15-SP3-2024-2185,SUSE-SLE-Product-HA-15-SP3-2024-2185,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2185,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2185,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2185,SUSE-SUSE-MicroOS-5.1-2024-2185,SUSE-SUSE-MicroOS-5.2-2024-2185,SUSE-Storage-7.1-2024-2185
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_164-default-1-150300.7.3.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_164-default-1-150300.7.3.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_164-default-1-150300.7.3.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.164.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.164.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.164.1.150300.18.96.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.164.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.164.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.164.1.x86_64
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact low
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact low
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact low
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact low
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact low
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact low
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact low
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact low
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact important
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
Affected products
Recommended 133 products, the same list as for CVE-2020-36788
Threats
Impact moderate
References
URL Category
https://www.suse.com/support/security/rating/ external
https://ftp.suse.com/pub/projects/security/csaf/s… self
https://www.suse.com/support/update/announcement/… self
https://lists.suse.com/pipermail/sle-updates/2024… self
https://bugzilla.suse.com/1065729 self
https://bugzilla.suse.com/1151927 self
https://bugzilla.suse.com/1152472 self
https://bugzilla.suse.com/1154353 self
https://bugzilla.suse.com/1156395 self
https://bugzilla.suse.com/1174585 self
https://bugzilla.suse.com/1176447 self
https://bugzilla.suse.com/1176774 self
https://bugzilla.suse.com/1176869 self
https://bugzilla.suse.com/1178134 self
https://bugzilla.suse.com/1181147 self
https://bugzilla.suse.com/1184631 self
https://bugzilla.suse.com/1185570 self
https://bugzilla.suse.com/1185589 self
https://bugzilla.suse.com/1185902 self
https://bugzilla.suse.com/1186885 self
https://bugzilla.suse.com/1187357 self
https://bugzilla.suse.com/1188616 self
https://bugzilla.suse.com/1188772 self
https://bugzilla.suse.com/1189883 self
https://bugzilla.suse.com/1190795 self
https://bugzilla.suse.com/1191452 self
https://bugzilla.suse.com/1192107 self
https://bugzilla.suse.com/1194288 self
https://bugzilla.suse.com/1194591 self
https://bugzilla.suse.com/1196956 self
https://bugzilla.suse.com/1197760 self
https://bugzilla.suse.com/1198029 self
https://bugzilla.suse.com/1199304 self
https://bugzilla.suse.com/1200619 self
https://bugzilla.suse.com/1203389 self
https://bugzilla.suse.com/1206646 self
https://bugzilla.suse.com/1209657 self
https://bugzilla.suse.com/1210335 self
https://bugzilla.suse.com/1210629 self
https://bugzilla.suse.com/1213476 self
https://bugzilla.suse.com/1215420 self
https://bugzilla.suse.com/1216702 self
https://bugzilla.suse.com/1217169 self
https://bugzilla.suse.com/1220137 self
https://bugzilla.suse.com/1220144 self
https://bugzilla.suse.com/1220754 self
https://bugzilla.suse.com/1220877 self
https://bugzilla.suse.com/1220960 self
https://bugzilla.suse.com/1221044 self
https://bugzilla.suse.com/1221113 self
https://bugzilla.suse.com/1221829 self
https://bugzilla.suse.com/1222251 self
https://bugzilla.suse.com/1222619 self
https://bugzilla.suse.com/1222838 self
https://bugzilla.suse.com/1222867 self
https://bugzilla.suse.com/1223084 self
https://bugzilla.suse.com/1223138 self
https://bugzilla.suse.com/1223384 self
https://bugzilla.suse.com/1223390 self
https://bugzilla.suse.com/1223512 self
https://bugzilla.suse.com/1223932 self
https://bugzilla.suse.com/1223934 self
https://bugzilla.suse.com/1224099 self
https://bugzilla.suse.com/1224174 self
https://bugzilla.suse.com/1224438 self
https://bugzilla.suse.com/1224482 self
https://bugzilla.suse.com/1224511 self
https://bugzilla.suse.com/1224592 self
https://bugzilla.suse.com/1224816 self
https://bugzilla.suse.com/1224826 self
https://bugzilla.suse.com/1224830 self
https://bugzilla.suse.com/1224831 self
https://bugzilla.suse.com/1224832 self
https://bugzilla.suse.com/1224834 self
https://bugzilla.suse.com/1224841 self
https://bugzilla.suse.com/1224842 self
https://bugzilla.suse.com/1224843 self
https://bugzilla.suse.com/1224844 self
https://bugzilla.suse.com/1224846 self
https://bugzilla.suse.com/1224849 self
https://bugzilla.suse.com/1224852 self
https://bugzilla.suse.com/1224853 self
https://bugzilla.suse.com/1224854 self
https://bugzilla.suse.com/1224859 self
https://bugzilla.suse.com/1224882 self
https://bugzilla.suse.com/1224886 self
https://bugzilla.suse.com/1224888 self
https://bugzilla.suse.com/1224889 self
https://bugzilla.suse.com/1224891 self
https://bugzilla.suse.com/1224892 self
https://bugzilla.suse.com/1224893 self
https://bugzilla.suse.com/1224899 self
https://bugzilla.suse.com/1224904 self
https://bugzilla.suse.com/1224907 self
https://bugzilla.suse.com/1224909 self
https://bugzilla.suse.com/1224916 self
https://bugzilla.suse.com/1224917 self
https://bugzilla.suse.com/1224922 self
https://bugzilla.suse.com/1224923 self
https://bugzilla.suse.com/1224924 self
https://bugzilla.suse.com/1224926 self
https://bugzilla.suse.com/1224928 self
https://bugzilla.suse.com/1224953 self
https://bugzilla.suse.com/1224954 self
https://bugzilla.suse.com/1224955 self
https://bugzilla.suse.com/1224957 self
https://bugzilla.suse.com/1224961 self
https://bugzilla.suse.com/1224963 self
https://bugzilla.suse.com/1224965 self
https://bugzilla.suse.com/1224966 self
https://bugzilla.suse.com/1224968 self
https://bugzilla.suse.com/1224981 self
https://bugzilla.suse.com/1224982 self
https://bugzilla.suse.com/1224983 self
https://bugzilla.suse.com/1224984 self
https://bugzilla.suse.com/1224987 self
https://bugzilla.suse.com/1224990 self
https://bugzilla.suse.com/1224993 self
https://bugzilla.suse.com/1224996 self
https://bugzilla.suse.com/1224997 self
https://bugzilla.suse.com/1225026 self
https://bugzilla.suse.com/1225030 self
https://bugzilla.suse.com/1225058 self
https://bugzilla.suse.com/1225060 self
https://bugzilla.suse.com/1225083 self
https://bugzilla.suse.com/1225084 self
https://bugzilla.suse.com/1225091 self
https://bugzilla.suse.com/1225112 self
https://bugzilla.suse.com/1225113 self
https://bugzilla.suse.com/1225128 self
https://bugzilla.suse.com/1225140 self
https://bugzilla.suse.com/1225143 self
https://bugzilla.suse.com/1225148 self
https://bugzilla.suse.com/1225155 self
https://bugzilla.suse.com/1225164 self
https://bugzilla.suse.com/1225177 self
https://bugzilla.suse.com/1225178 self
https://bugzilla.suse.com/1225181 self
https://bugzilla.suse.com/1225192 self
https://bugzilla.suse.com/1225193 self
https://bugzilla.suse.com/1225198 self
https://bugzilla.suse.com/1225201 self
https://bugzilla.suse.com/1225206 self
https://bugzilla.suse.com/1225207 self
https://bugzilla.suse.com/1225208 self
https://bugzilla.suse.com/1225214 self
https://bugzilla.suse.com/1225223 self
https://bugzilla.suse.com/1225224 self
https://bugzilla.suse.com/1225230 self
https://bugzilla.suse.com/1225232 self
https://bugzilla.suse.com/1225233 self
https://bugzilla.suse.com/1225237 self
https://bugzilla.suse.com/1225238 self
https://bugzilla.suse.com/1225243 self
https://bugzilla.suse.com/1225244 self
https://bugzilla.suse.com/1225247 self
https://bugzilla.suse.com/1225251 self
https://bugzilla.suse.com/1225252 self
https://bugzilla.suse.com/1225256 self
https://bugzilla.suse.com/1225261 self
https://bugzilla.suse.com/1225262 self
https://bugzilla.suse.com/1225263 self
https://bugzilla.suse.com/1225301 self
https://bugzilla.suse.com/1225303 self
https://bugzilla.suse.com/1225316 self
https://bugzilla.suse.com/1225318 self
https://bugzilla.suse.com/1225320 self
https://bugzilla.suse.com/1225321 self
https://bugzilla.suse.com/1225322 self
https://bugzilla.suse.com/1225326 self
https://bugzilla.suse.com/1225327 self
https://bugzilla.suse.com/1225328 self
https://bugzilla.suse.com/1225330 self
https://bugzilla.suse.com/1225333 self
https://bugzilla.suse.com/1225336 self
https://bugzilla.suse.com/1225341 self
https://bugzilla.suse.com/1225346 self
https://bugzilla.suse.com/1225351 self
https://bugzilla.suse.com/1225354 self
https://bugzilla.suse.com/1225355 self
https://bugzilla.suse.com/1225357 self
https://bugzilla.suse.com/1225358 self
https://bugzilla.suse.com/1225360 self
https://bugzilla.suse.com/1225361 self
https://bugzilla.suse.com/1225366 self
https://bugzilla.suse.com/1225367 self
https://bugzilla.suse.com/1225369 self
https://bugzilla.suse.com/1225370 self
https://bugzilla.suse.com/1225372 self
https://bugzilla.suse.com/1225374 self
https://bugzilla.suse.com/1225384 self
https://bugzilla.suse.com/1225386 self
https://bugzilla.suse.com/1225387 self
https://bugzilla.suse.com/1225390 self
https://bugzilla.suse.com/1225393 self
https://bugzilla.suse.com/1225400 self
https://bugzilla.suse.com/1225404 self
https://bugzilla.suse.com/1225405 self
https://bugzilla.suse.com/1225409 self
https://bugzilla.suse.com/1225411 self
https://bugzilla.suse.com/1225424 self
https://bugzilla.suse.com/1225427 self
https://bugzilla.suse.com/1225435 self
https://bugzilla.suse.com/1225437 self
https://bugzilla.suse.com/1225438 self
https://bugzilla.suse.com/1225439 self
https://bugzilla.suse.com/1225446 self
https://bugzilla.suse.com/1225447 self
https://bugzilla.suse.com/1225448 self
https://bugzilla.suse.com/1225450 self
https://bugzilla.suse.com/1225453 self
https://bugzilla.suse.com/1225455 self
https://bugzilla.suse.com/1225468 self
https://bugzilla.suse.com/1225499 self
https://bugzilla.suse.com/1225500 self
https://bugzilla.suse.com/1225508 self
https://bugzilla.suse.com/1225534 self
https://www.suse.com/security/cve/CVE-2020-36788/ self
https://www.suse.com/security/cve/CVE-2021-3743/ self
https://www.suse.com/security/cve/CVE-2021-39698/ self
https://www.suse.com/security/cve/CVE-2021-43056/ self
https://www.suse.com/security/cve/CVE-2021-43527/ self
https://www.suse.com/security/cve/CVE-2021-47104/ self
https://www.suse.com/security/cve/CVE-2021-47192/ self
https://www.suse.com/security/cve/CVE-2021-47200/ self
https://www.suse.com/security/cve/CVE-2021-47220/ self
https://www.suse.com/security/cve/CVE-2021-47227/ self
https://www.suse.com/security/cve/CVE-2021-47228/ self
https://www.suse.com/security/cve/CVE-2021-47229/ self
https://www.suse.com/security/cve/CVE-2021-47230/ self
https://www.suse.com/security/cve/CVE-2021-47231/ self
https://www.suse.com/security/cve/CVE-2021-47235/ self
https://www.suse.com/security/cve/CVE-2021-47236/ self
https://www.suse.com/security/cve/CVE-2021-47237/ self
https://www.suse.com/security/cve/CVE-2021-47239/ self
https://www.suse.com/security/cve/CVE-2021-47240/ self
https://www.suse.com/security/cve/CVE-2021-47241/ self
https://www.suse.com/security/cve/CVE-2021-47246/ self
https://www.suse.com/security/cve/CVE-2021-47252/ self
https://www.suse.com/security/cve/CVE-2021-47253/ self
https://www.suse.com/security/cve/CVE-2021-47254/ self
https://www.suse.com/security/cve/CVE-2021-47255/ self
https://www.suse.com/security/cve/CVE-2021-47258/ self
https://www.suse.com/security/cve/CVE-2021-47259/ self
https://www.suse.com/security/cve/CVE-2021-47260/ self
https://www.suse.com/security/cve/CVE-2021-47261/ self
https://www.suse.com/security/cve/CVE-2021-47263/ self
https://www.suse.com/security/cve/CVE-2021-47265/ self
https://www.suse.com/security/cve/CVE-2021-47267/ self
https://www.suse.com/security/cve/CVE-2021-47269/ self
https://www.suse.com/security/cve/CVE-2021-47270/ self
https://www.suse.com/security/cve/CVE-2021-47274/ self
https://www.suse.com/security/cve/CVE-2021-47275/ self
https://www.suse.com/security/cve/CVE-2021-47276/ self
https://www.suse.com/security/cve/CVE-2021-47280/ self
https://www.suse.com/security/cve/CVE-2021-47281/ self
https://www.suse.com/security/cve/CVE-2021-47284/ self
https://www.suse.com/security/cve/CVE-2021-47285/ self
https://www.suse.com/security/cve/CVE-2021-47288/ self
https://www.suse.com/security/cve/CVE-2021-47289/ self
https://www.suse.com/security/cve/CVE-2021-47296/ self
https://www.suse.com/security/cve/CVE-2021-47301/ self
https://www.suse.com/security/cve/CVE-2021-47302/ self
https://www.suse.com/security/cve/CVE-2021-47305/ self
https://www.suse.com/security/cve/CVE-2021-47307/ self
https://www.suse.com/security/cve/CVE-2021-47308/ self
https://www.suse.com/security/cve/CVE-2021-47314/ self
https://www.suse.com/security/cve/CVE-2021-47315/ self
https://www.suse.com/security/cve/CVE-2021-47320/ self
https://www.suse.com/security/cve/CVE-2021-47321/ self
https://www.suse.com/security/cve/CVE-2021-47323/ self
https://www.suse.com/security/cve/CVE-2021-47324/ self
https://www.suse.com/security/cve/CVE-2021-47329/ self
https://www.suse.com/security/cve/CVE-2021-47330/ self
https://www.suse.com/security/cve/CVE-2021-47332/ self
https://www.suse.com/security/cve/CVE-2021-47333/ self
https://www.suse.com/security/cve/CVE-2021-47334/ self
https://www.suse.com/security/cve/CVE-2021-47337/ self
https://www.suse.com/security/cve/CVE-2021-47338/ self
https://www.suse.com/security/cve/CVE-2021-47340/ self
https://www.suse.com/security/cve/CVE-2021-47341/ self
https://www.suse.com/security/cve/CVE-2021-47343/ self
https://www.suse.com/security/cve/CVE-2021-47344/ self
https://www.suse.com/security/cve/CVE-2021-47347/ self
https://www.suse.com/security/cve/CVE-2021-47348/ self
https://www.suse.com/security/cve/CVE-2021-47350/ self
https://www.suse.com/security/cve/CVE-2021-47353/ self
https://www.suse.com/security/cve/CVE-2021-47354/ self
https://www.suse.com/security/cve/CVE-2021-47356/ self
https://www.suse.com/security/cve/CVE-2021-47369/ self
https://www.suse.com/security/cve/CVE-2021-47375/ self
https://www.suse.com/security/cve/CVE-2021-47378/ self
https://www.suse.com/security/cve/CVE-2021-47381/ self
https://www.suse.com/security/cve/CVE-2021-47382/ self
https://www.suse.com/security/cve/CVE-2021-47383/ self
https://www.suse.com/security/cve/CVE-2021-47387/ self
https://www.suse.com/security/cve/CVE-2021-47388/ self
https://www.suse.com/security/cve/CVE-2021-47391/ self
https://www.suse.com/security/cve/CVE-2021-47392/ self
https://www.suse.com/security/cve/CVE-2021-47393/ self
https://www.suse.com/security/cve/CVE-2021-47395/ self
https://www.suse.com/security/cve/CVE-2021-47396/ self
https://www.suse.com/security/cve/CVE-2021-47399/ self
https://www.suse.com/security/cve/CVE-2021-47402/ self
https://www.suse.com/security/cve/CVE-2021-47404/ self
https://www.suse.com/security/cve/CVE-2021-47405/ self
https://www.suse.com/security/cve/CVE-2021-47409/ self
https://www.suse.com/security/cve/CVE-2021-47413/ self
https://www.suse.com/security/cve/CVE-2021-47416/ self
https://www.suse.com/security/cve/CVE-2021-47422/ self
https://www.suse.com/security/cve/CVE-2021-47423/ self
https://www.suse.com/security/cve/CVE-2021-47424/ self
https://www.suse.com/security/cve/CVE-2021-47425/ self
https://www.suse.com/security/cve/CVE-2021-47426/ self
https://www.suse.com/security/cve/CVE-2021-47428/ self
https://www.suse.com/security/cve/CVE-2021-47431/ self
https://www.suse.com/security/cve/CVE-2021-47434/ self
https://www.suse.com/security/cve/CVE-2021-47435/ self
https://www.suse.com/security/cve/CVE-2021-47436/ self
https://www.suse.com/security/cve/CVE-2021-47441/ self
https://www.suse.com/security/cve/CVE-2021-47442/ self
https://www.suse.com/security/cve/CVE-2021-47443/ self
https://www.suse.com/security/cve/CVE-2021-47444/ self
https://www.suse.com/security/cve/CVE-2021-47445/ self
https://www.suse.com/security/cve/CVE-2021-47451/ self
https://www.suse.com/security/cve/CVE-2021-47456/ self
https://www.suse.com/security/cve/CVE-2021-47458/ self
https://www.suse.com/security/cve/CVE-2021-47460/ self
https://www.suse.com/security/cve/CVE-2021-47464/ self
https://www.suse.com/security/cve/CVE-2021-47465/ self
https://www.suse.com/security/cve/CVE-2021-47468/ self
https://www.suse.com/security/cve/CVE-2021-47473/ self
https://www.suse.com/security/cve/CVE-2021-47478/ self
https://www.suse.com/security/cve/CVE-2021-47480/ self
https://www.suse.com/security/cve/CVE-2021-47482/ self
https://www.suse.com/security/cve/CVE-2021-47483/ self
https://www.suse.com/security/cve/CVE-2021-47485/ self
https://www.suse.com/security/cve/CVE-2021-47493/ self
https://www.suse.com/security/cve/CVE-2021-47494/ self
https://www.suse.com/security/cve/CVE-2021-47495/ self
https://www.suse.com/security/cve/CVE-2021-47496/ self
https://www.suse.com/security/cve/CVE-2021-47497/ self
https://www.suse.com/security/cve/CVE-2021-47498/ self
https://www.suse.com/security/cve/CVE-2021-47499/ self
https://www.suse.com/security/cve/CVE-2021-47500/ self
https://www.suse.com/security/cve/CVE-2021-47501/ self
https://www.suse.com/security/cve/CVE-2021-47502/ self
https://www.suse.com/security/cve/CVE-2021-47503/ self
https://www.suse.com/security/cve/CVE-2021-47505/ self
https://www.suse.com/security/cve/CVE-2021-47506/ self
https://www.suse.com/security/cve/CVE-2021-47507/ self
https://www.suse.com/security/cve/CVE-2021-47509/ self
https://www.suse.com/security/cve/CVE-2021-47511/ self
https://www.suse.com/security/cve/CVE-2021-47512/ self
https://www.suse.com/security/cve/CVE-2021-47516/ self
https://www.suse.com/security/cve/CVE-2021-47518/ self
https://www.suse.com/security/cve/CVE-2021-47521/ self
https://www.suse.com/security/cve/CVE-2021-47522/ self
https://www.suse.com/security/cve/CVE-2021-47523/ self
https://www.suse.com/security/cve/CVE-2021-47535/ self
https://www.suse.com/security/cve/CVE-2021-47536/ self
https://www.suse.com/security/cve/CVE-2021-47538/ self
https://www.suse.com/security/cve/CVE-2021-47540/ self
https://www.suse.com/security/cve/CVE-2021-47541/ self
https://www.suse.com/security/cve/CVE-2021-47542/ self
https://www.suse.com/security/cve/CVE-2021-47549/ self
https://www.suse.com/security/cve/CVE-2021-47557/ self
https://www.suse.com/security/cve/CVE-2021-47562/ self
https://www.suse.com/security/cve/CVE-2021-47563/ self
https://www.suse.com/security/cve/CVE-2021-47565/ self
https://www.suse.com/security/cve/CVE-2022-1195/ self
https://www.suse.com/security/cve/CVE-2022-20132/ self
https://www.suse.com/security/cve/CVE-2022-48636/ self
https://www.suse.com/security/cve/CVE-2022-48673/ self
https://www.suse.com/security/cve/CVE-2022-48704/ self
https://www.suse.com/security/cve/CVE-2022-48710/ self
https://www.suse.com/security/cve/CVE-2023-0160/ self
https://www.suse.com/security/cve/CVE-2023-1829/ self
https://www.suse.com/security/cve/CVE-2023-2176/ self
https://www.suse.com/security/cve/CVE-2023-4244/ self
https://www.suse.com/security/cve/CVE-2023-47233/ self
https://www.suse.com/security/cve/CVE-2023-52433/ self
https://www.suse.com/security/cve/CVE-2023-52581/ self
https://www.suse.com/security/cve/CVE-2023-52591/ self
https://www.suse.com/security/cve/CVE-2023-52654/ self
https://www.suse.com/security/cve/CVE-2023-52655/ self
https://www.suse.com/security/cve/CVE-2023-52686/ self
https://www.suse.com/security/cve/CVE-2023-52840/ self
https://www.suse.com/security/cve/CVE-2023-52871/ self
https://www.suse.com/security/cve/CVE-2023-52880/ self
https://www.suse.com/security/cve/CVE-2023-6531/ self
https://www.suse.com/security/cve/CVE-2024-26581/ self
https://www.suse.com/security/cve/CVE-2024-26643/ self
https://www.suse.com/security/cve/CVE-2024-26828/ self
https://www.suse.com/security/cve/CVE-2024-26921/ self
https://www.suse.com/security/cve/CVE-2024-26925/ self
https://www.suse.com/security/cve/CVE-2024-26929/ self
https://www.suse.com/security/cve/CVE-2024-26930/ self
https://www.suse.com/security/cve/CVE-2024-27398/ self
https://www.suse.com/security/cve/CVE-2024-27413/ self
https://www.suse.com/security/cve/CVE-2024-35811/ self
https://www.suse.com/security/cve/CVE-2024-35895/ self
https://www.suse.com/security/cve/CVE-2024-35914/ self
https://www.suse.com/security/cve/CVE-2020-36788 external
https://bugzilla.suse.com/1224816 external
https://www.suse.com/security/cve/CVE-2021-3743 external
https://bugzilla.suse.com/1189883 external
https://www.suse.com/security/cve/CVE-2021-39698 external
https://bugzilla.suse.com/1196956 external
https://bugzilla.suse.com/1196959 external
https://bugzilla.suse.com/1209225 external
https://www.suse.com/security/cve/CVE-2021-43056 external
https://bugzilla.suse.com/1192107 external
https://www.suse.com/security/cve/CVE-2021-43527 external
https://bugzilla.suse.com/1193170 external
https://bugzilla.suse.com/1193331 external
https://bugzilla.suse.com/1193378 external
https://bugzilla.suse.com/1194288 external
https://bugzilla.suse.com/1199301 external
https://bugzilla.suse.com/1225630 external
https://www.suse.com/security/cve/CVE-2021-47104 external
https://bugzilla.suse.com/1220960 external
https://www.suse.com/security/cve/CVE-2021-47192 external
https://bugzilla.suse.com/1222867 external
https://www.suse.com/security/cve/CVE-2021-47200 external
https://bugzilla.suse.com/1222838 external
https://www.suse.com/security/cve/CVE-2021-47220 external
https://bugzilla.suse.com/1224859 external
https://www.suse.com/security/cve/CVE-2021-47227 external
https://bugzilla.suse.com/1224852 external
https://www.suse.com/security/cve/CVE-2021-47228 external
https://bugzilla.suse.com/1224826 external
https://www.suse.com/security/cve/CVE-2021-47229 external
https://bugzilla.suse.com/1224854 external
https://www.suse.com/security/cve/CVE-2021-47230 external
https://bugzilla.suse.com/1224853 external
https://www.suse.com/security/cve/CVE-2021-47231 external
https://bugzilla.suse.com/1224849 external
https://www.suse.com/security/cve/CVE-2021-47235 external
https://bugzilla.suse.com/1224844 external
https://www.suse.com/security/cve/CVE-2021-47236 external
https://bugzilla.suse.com/1224841 external
https://www.suse.com/security/cve/CVE-2021-47237 external
https://bugzilla.suse.com/1224830 external
https://www.suse.com/security/cve/CVE-2021-47239 external
https://bugzilla.suse.com/1224846 external
https://www.suse.com/security/cve/CVE-2021-47240 external
https://bugzilla.suse.com/1224843 external
https://www.suse.com/security/cve/CVE-2021-47241 external
https://bugzilla.suse.com/1224842 external
https://www.suse.com/security/cve/CVE-2021-47246 external
https://bugzilla.suse.com/1224831 external
https://www.suse.com/security/cve/CVE-2021-47252 external
https://bugzilla.suse.com/1224882 external
https://www.suse.com/security/cve/CVE-2021-47253 external
https://bugzilla.suse.com/1224886 external
https://www.suse.com/security/cve/CVE-2021-47254 external
https://bugzilla.suse.com/1224888 external
https://bugzilla.suse.com/1227559 external
https://www.suse.com/security/cve/CVE-2021-47255 external
https://bugzilla.suse.com/1224832 external
https://www.suse.com/security/cve/CVE-2021-47258 external
https://bugzilla.suse.com/1224899 external
https://www.suse.com/security/cve/CVE-2021-47259 external
https://bugzilla.suse.com/1224953 external
https://bugzilla.suse.com/1227653 external
https://www.suse.com/security/cve/CVE-2021-47260 external
https://bugzilla.suse.com/1224834 external
https://www.suse.com/security/cve/CVE-2021-47261 external
https://bugzilla.suse.com/1224954 external
https://bugzilla.suse.com/1227751 external
https://www.suse.com/security/cve/CVE-2021-47263 external
https://bugzilla.suse.com/1224955 external
https://www.suse.com/security/cve/CVE-2021-47265 external
https://bugzilla.suse.com/1224957 external
https://www.suse.com/security/cve/CVE-2021-47267 external
https://bugzilla.suse.com/1224993 external
https://www.suse.com/security/cve/CVE-2021-47269 external
https://bugzilla.suse.com/1224996 external
https://www.suse.com/security/cve/CVE-2021-47270 external
https://bugzilla.suse.com/1224997 external
https://www.suse.com/security/cve/CVE-2021-47274 external
https://bugzilla.suse.com/1224990 external
https://www.suse.com/security/cve/CVE-2021-47275 external
https://bugzilla.suse.com/1224965 external
https://www.suse.com/security/cve/CVE-2021-47276 external
https://bugzilla.suse.com/1224966 external
https://www.suse.com/security/cve/CVE-2021-47280 external
https://bugzilla.suse.com/1224982 external
https://www.suse.com/security/cve/CVE-2021-47281 external
https://bugzilla.suse.com/1224983 external
https://www.suse.com/security/cve/CVE-2021-47284 external
https://bugzilla.suse.com/1224987 external
https://www.suse.com/security/cve/CVE-2021-47285 external
https://bugzilla.suse.com/1224981 external
https://www.suse.com/security/cve/CVE-2021-47288 external
https://bugzilla.suse.com/1224889 external
https://www.suse.com/security/cve/CVE-2021-47289 external
https://bugzilla.suse.com/1224984 external
https://www.suse.com/security/cve/CVE-2021-47296 external
https://bugzilla.suse.com/1224891 external
https://www.suse.com/security/cve/CVE-2021-47301 external
https://bugzilla.suse.com/1224916 external
https://www.suse.com/security/cve/CVE-2021-47302 external
https://bugzilla.suse.com/1224917 external
https://www.suse.com/security/cve/CVE-2021-47305 external
https://bugzilla.suse.com/1224968 external
https://www.suse.com/security/cve/CVE-2021-47307 external
https://bugzilla.suse.com/1224961 external
https://www.suse.com/security/cve/CVE-2021-47308 external
https://bugzilla.suse.com/1224963 external
https://www.suse.com/security/cve/CVE-2021-47314 external
https://bugzilla.suse.com/1224893 external
https://www.suse.com/security/cve/CVE-2021-47315 external
https://bugzilla.suse.com/1224892 external
https://www.suse.com/security/cve/CVE-2021-47320 external
https://bugzilla.suse.com/1225058 external
https://www.suse.com/security/cve/CVE-2021-47321 external
https://bugzilla.suse.com/1225060 external
https://www.suse.com/security/cve/CVE-2021-47323 external
https://bugzilla.suse.com/1225026 external
https://bugzilla.suse.com/1227557 external
https://www.suse.com/security/cve/CVE-2021-47324 external
https://bugzilla.suse.com/1225030 external
https://bugzilla.suse.com/1225038 external
https://www.suse.com/security/cve/CVE-2021-47329 external
https://bugzilla.suse.com/1225083 external
https://www.suse.com/security/cve/CVE-2021-47330 external
https://bugzilla.suse.com/1225084 external
https://www.suse.com/security/cve/CVE-2021-47332 external
https://bugzilla.suse.com/1225091 external
https://www.suse.com/security/cve/CVE-2021-47333 external
https://bugzilla.suse.com/1225113 external
https://www.suse.com/security/cve/CVE-2021-47334 external
https://bugzilla.suse.com/1225112 external
https://www.suse.com/security/cve/CVE-2021-47337 external
https://bugzilla.suse.com/1224926 external
https://www.suse.com/security/cve/CVE-2021-47338 external
https://bugzilla.suse.com/1224924 external
https://www.suse.com/security/cve/CVE-2021-47340 external
https://bugzilla.suse.com/1225148 external
https://www.suse.com/security/cve/CVE-2021-47341 external
https://bugzilla.suse.com/1224923 external
https://www.suse.com/security/cve/CVE-2021-47343 external
https://bugzilla.suse.com/1225155 external
https://www.suse.com/security/cve/CVE-2021-47344 external
https://bugzilla.suse.com/1224922 external
https://www.suse.com/security/cve/CVE-2021-47347 external
https://bugzilla.suse.com/1225177 external
https://bugzilla.suse.com/1225305 external
https://www.suse.com/security/cve/CVE-2021-47348 external
https://bugzilla.suse.com/1225178 external
https://www.suse.com/security/cve/CVE-2021-47350 external
https://bugzilla.suse.com/1225181 external
https://www.suse.com/security/cve/CVE-2021-47353 external
https://bugzilla.suse.com/1225128 external
https://www.suse.com/security/cve/CVE-2021-47354 external
https://bugzilla.suse.com/1225140 external
https://www.suse.com/security/cve/CVE-2021-47356 external
https://bugzilla.suse.com/1225143 external
https://www.suse.com/security/cve/CVE-2021-47369 external
https://bugzilla.suse.com/1225164 external
https://bugzilla.suse.com/1227324 external
https://www.suse.com/security/cve/CVE-2021-47375 external
https://bugzilla.suse.com/1225193 external
https://bugzilla.suse.com/1225194 external
https://www.suse.com/security/cve/CVE-2021-47378 external
https://bugzilla.suse.com/1225201 external
https://bugzilla.suse.com/1225202 external
https://www.suse.com/security/cve/CVE-2021-47381 external
https://bugzilla.suse.com/1225206 external
https://www.suse.com/security/cve/CVE-2021-47382 external
https://bugzilla.suse.com/1225207 external
https://www.suse.com/security/cve/CVE-2021-47383 external
https://bugzilla.suse.com/1225208 external
https://bugzilla.suse.com/1225211 external
https://www.suse.com/security/cve/CVE-2021-47387 external
https://bugzilla.suse.com/1225316 external
https://www.suse.com/security/cve/CVE-2021-47388 external
https://bugzilla.suse.com/1225214 external
https://www.suse.com/security/cve/CVE-2021-47391 external
https://bugzilla.suse.com/1225318 external
https://bugzilla.suse.com/1225319 external
https://www.suse.com/security/cve/CVE-2021-47392 external
https://bugzilla.suse.com/1225320 external
https://www.suse.com/security/cve/CVE-2021-47393 external
https://bugzilla.suse.com/1225321 external
https://www.suse.com/security/cve/CVE-2021-47395 external
https://bugzilla.suse.com/1225326 external
https://www.suse.com/security/cve/CVE-2021-47396 external
https://bugzilla.suse.com/1225327 external
https://www.suse.com/security/cve/CVE-2021-47399 external
https://bugzilla.suse.com/1225328 external
https://www.suse.com/security/cve/CVE-2021-47402 external
https://bugzilla.suse.com/1225301 external
https://bugzilla.suse.com/1225302 external
https://www.suse.com/security/cve/CVE-2021-47404 external
https://bugzilla.suse.com/1225303 external
https://www.suse.com/security/cve/CVE-2021-47405 external
https://bugzilla.suse.com/1225238 external
https://www.suse.com/security/cve/CVE-2021-47409 external
https://bugzilla.suse.com/1225330 external
https://www.suse.com/security/cve/CVE-2021-47413 external
https://bugzilla.suse.com/1225333 external
https://www.suse.com/security/cve/CVE-2021-47416 external
https://bugzilla.suse.com/1225189 external
https://bugzilla.suse.com/1225336 external
https://www.suse.com/security/cve/CVE-2021-47422 external
https://bugzilla.suse.com/1225233 external
https://www.suse.com/security/cve/CVE-2021-47423 external
https://bugzilla.suse.com/1225366 external
https://www.suse.com/security/cve/CVE-2021-47424 external
https://bugzilla.suse.com/1225367 external
https://www.suse.com/security/cve/CVE-2021-47425 external
https://bugzilla.suse.com/1225223 external
https://www.suse.com/security/cve/CVE-2021-47426 external
https://bugzilla.suse.com/1225370 external
https://www.suse.com/security/cve/CVE-2021-47428 external
https://bugzilla.suse.com/1225387 external
https://www.suse.com/security/cve/CVE-2021-47431 external
https://bugzilla.suse.com/1225390 external
https://www.suse.com/security/cve/CVE-2021-47434 external
https://bugzilla.suse.com/1225232 external
https://www.suse.com/security/cve/CVE-2021-47435 external
https://bugzilla.suse.com/1225247 external
https://www.suse.com/security/cve/CVE-2021-47436 external
https://bugzilla.suse.com/1225244 external
https://www.suse.com/security/cve/CVE-2021-47441 external
https://bugzilla.suse.com/1225224 external
https://www.suse.com/security/cve/CVE-2021-47442 external
https://bugzilla.suse.com/1225263 external
https://www.suse.com/security/cve/CVE-2021-47443 external
https://bugzilla.suse.com/1225262 external
https://www.suse.com/security/cve/CVE-2021-47444 external
https://bugzilla.suse.com/1225243 external
https://www.suse.com/security/cve/CVE-2021-47445 external
https://bugzilla.suse.com/1225261 external
https://www.suse.com/security/cve/CVE-2021-47451 external
https://bugzilla.suse.com/1225237 external
https://www.suse.com/security/cve/CVE-2021-47456 external
https://bugzilla.suse.com/1225256 external
https://www.suse.com/security/cve/CVE-2021-47458 external
https://bugzilla.suse.com/1225252 external
https://www.suse.com/security/cve/CVE-2021-47460 external
https://bugzilla.suse.com/1225251 external
https://www.suse.com/security/cve/CVE-2021-47464 external
https://bugzilla.suse.com/1225393 external
https://www.suse.com/security/cve/CVE-2021-47465 external
https://bugzilla.suse.com/1225341 external
https://bugzilla.suse.com/1227904 external
https://www.suse.com/security/cve/CVE-2021-47468 external
https://bugzilla.suse.com/1225346 external
https://www.suse.com/security/cve/CVE-2021-47473 external
https://bugzilla.suse.com/1225192 external
https://www.suse.com/security/cve/CVE-2021-47478 external
https://bugzilla.suse.com/1225198 external
https://www.suse.com/security/cve/CVE-2021-47480 external
https://bugzilla.suse.com/1225322 external
https://www.suse.com/security/cve/CVE-2021-47482 external
https://bugzilla.suse.com/1224909 external
https://www.suse.com/security/cve/CVE-2021-47483 external
https://bugzilla.suse.com/1224907 external
https://bugzilla.suse.com/1224908 external
https://www.suse.com/security/cve/CVE-2021-47485 external
https://bugzilla.suse.com/1224904 external
https://www.suse.com/security/cve/CVE-2021-47493 external
https://bugzilla.suse.com/1225439 external
https://www.suse.com/security/cve/CVE-2021-47494 external
https://bugzilla.suse.com/1225450 external
https://www.suse.com/security/cve/CVE-2021-47495 external
https://bugzilla.suse.com/1225351 external
https://www.suse.com/security/cve/CVE-2021-47496 external
https://bugzilla.suse.com/1225354 external
https://bugzilla.suse.com/1227656 external
https://www.suse.com/security/cve/CVE-2021-47497 external
https://bugzilla.suse.com/1225355 external
https://bugzilla.suse.com/1227655 external
https://www.suse.com/security/cve/CVE-2021-47498 external
https://bugzilla.suse.com/1225357 external
https://www.suse.com/security/cve/CVE-2021-47499 external
https://bugzilla.suse.com/1225358 external
https://www.suse.com/security/cve/CVE-2021-47500 external
https://bugzilla.suse.com/1225360 external
https://bugzilla.suse.com/1227698 external
https://www.suse.com/security/cve/CVE-2021-47501 external
https://bugzilla.suse.com/1225361 external
https://www.suse.com/security/cve/CVE-2021-47502 external
https://bugzilla.suse.com/1225369 external
https://bugzilla.suse.com/1227699 external
https://www.suse.com/security/cve/CVE-2021-47503 external
https://bugzilla.suse.com/1225374 external
https://www.suse.com/security/cve/CVE-2021-47505 external
https://bugzilla.suse.com/1225400 external
https://bugzilla.suse.com/1227652 external
https://www.suse.com/security/cve/CVE-2021-47506 external
https://bugzilla.suse.com/1225404 external
https://bugzilla.suse.com/1227497 external
https://www.suse.com/security/cve/CVE-2021-47507 external
https://bugzilla.suse.com/1225405 external
https://www.suse.com/security/cve/CVE-2021-47509 external
https://bugzilla.suse.com/1225409 external
https://www.suse.com/security/cve/CVE-2021-47511 external
https://bugzilla.suse.com/1225411 external
https://bugzilla.suse.com/1227700 external
https://www.suse.com/security/cve/CVE-2021-47512 external
https://bugzilla.suse.com/1225424 external
https://www.suse.com/security/cve/CVE-2021-47516 external
https://bugzilla.suse.com/1225427 external
https://www.suse.com/security/cve/CVE-2021-47518 external
https://bugzilla.suse.com/1225372 external
https://www.suse.com/security/cve/CVE-2021-47521 external
https://bugzilla.suse.com/1225435 external
https://bugzilla.suse.com/1227696 external
https://www.suse.com/security/cve/CVE-2021-47522 external
https://bugzilla.suse.com/1225437 external
https://www.suse.com/security/cve/CVE-2021-47523 external
https://bugzilla.suse.com/1225438 external
https://www.suse.com/security/cve/CVE-2021-47535 external
https://bugzilla.suse.com/1225446 external
https://www.suse.com/security/cve/CVE-2021-47536 external
https://bugzilla.suse.com/1225447 external
https://www.suse.com/security/cve/CVE-2021-47538 external
https://bugzilla.suse.com/1225448 external
https://www.suse.com/security/cve/CVE-2021-47540 external
https://bugzilla.suse.com/1225386 external
https://www.suse.com/security/cve/CVE-2021-47541 external
https://bugzilla.suse.com/1225453 external
https://bugzilla.suse.com/1225454 external
https://www.suse.com/security/cve/CVE-2021-47542 external
https://bugzilla.suse.com/1225455 external
https://www.suse.com/security/cve/CVE-2021-47549 external
https://bugzilla.suse.com/1225508 external
https://bugzilla.suse.com/1227654 external
https://www.suse.com/security/cve/CVE-2021-47557 external
https://bugzilla.suse.com/1225468 external
https://www.suse.com/security/cve/CVE-2021-47562 external
https://bugzilla.suse.com/1225499 external
https://www.suse.com/security/cve/CVE-2021-47563 external
https://bugzilla.suse.com/1225500 external
https://bugzilla.suse.com/1227695 external
https://www.suse.com/security/cve/CVE-2021-47565 external
https://bugzilla.suse.com/1225384 external
https://www.suse.com/security/cve/CVE-2022-1195 external
https://bugzilla.suse.com/1198029 external
https://www.suse.com/security/cve/CVE-2022-20132 external
https://bugzilla.suse.com/1200619 external
https://bugzilla.suse.com/1212287 external
https://www.suse.com/security/cve/CVE-2022-48636 external
https://bugzilla.suse.com/1223512 external
https://www.suse.com/security/cve/CVE-2022-48673 external
https://bugzilla.suse.com/1223934 external
https://bugzilla.suse.com/1223940 external
https://www.suse.com/security/cve/CVE-2022-48704 external
https://bugzilla.suse.com/1223932 external
https://www.suse.com/security/cve/CVE-2022-48710 external
https://bugzilla.suse.com/1225230 external
https://www.suse.com/security/cve/CVE-2023-0160 external
https://bugzilla.suse.com/1209657 external
https://www.suse.com/security/cve/CVE-2023-1829 external
https://bugzilla.suse.com/1210335 external
https://bugzilla.suse.com/1210619 external
https://bugzilla.suse.com/1217444 external
https://bugzilla.suse.com/1217531 external
https://bugzilla.suse.com/1220886 external
https://bugzilla.suse.com/1228311 external
https://www.suse.com/security/cve/CVE-2023-2176 external
https://bugzilla.suse.com/1210629 external
https://bugzilla.suse.com/1210630 external
https://bugzilla.suse.com/1213842 external
https://www.suse.com/security/cve/CVE-2023-4244 external
https://bugzilla.suse.com/1215420 external
https://bugzilla.suse.com/1215424 external
https://www.suse.com/security/cve/CVE-2023-47233 external
https://bugzilla.suse.com/1216702 external
https://bugzilla.suse.com/1224592 external
https://www.suse.com/security/cve/CVE-2023-52433 external
https://bugzilla.suse.com/1220137 external
https://bugzilla.suse.com/1245982 external
https://www.suse.com/security/cve/CVE-2023-52581 external
https://bugzilla.suse.com/1220877 external
https://www.suse.com/security/cve/CVE-2023-52591 external
https://bugzilla.suse.com/1221044 external
https://bugzilla.suse.com/1221578 external
https://bugzilla.suse.com/1221598 external
https://www.suse.com/security/cve/CVE-2023-52654 external
https://bugzilla.suse.com/1224099 external
https://www.suse.com/security/cve/CVE-2023-52655 external
https://bugzilla.suse.com/1217169 external
https://www.suse.com/security/cve/CVE-2023-52686 external
https://bugzilla.suse.com/1224682 external
https://www.suse.com/security/cve/CVE-2023-52840 external
https://bugzilla.suse.com/1224928 external
https://www.suse.com/security/cve/CVE-2023-52871 external
https://bugzilla.suse.com/1225534 external
https://bugzilla.suse.com/1227475 external
https://www.suse.com/security/cve/CVE-2023-52880 external
https://bugzilla.suse.com/1222619 external
https://www.suse.com/security/cve/CVE-2023-6531 external
https://bugzilla.suse.com/1218447 external
https://bugzilla.suse.com/1218487 external
https://www.suse.com/security/cve/CVE-2024-26581 external
https://bugzilla.suse.com/1220144 external
https://www.suse.com/security/cve/CVE-2024-26643 external
https://bugzilla.suse.com/1221829 external
https://www.suse.com/security/cve/CVE-2024-26828 external
https://bugzilla.suse.com/1223084 external
https://bugzilla.suse.com/1223363 external
https://www.suse.com/security/cve/CVE-2024-26921 external
https://bugzilla.suse.com/1223138 external
https://bugzilla.suse.com/1223139 external
https://www.suse.com/security/cve/CVE-2024-26925 external
https://bugzilla.suse.com/1223390 external
https://bugzilla.suse.com/1224175 external
https://www.suse.com/security/cve/CVE-2024-26929 external
https://bugzilla.suse.com/1223715 external
https://bugzilla.suse.com/1223716 external
https://www.suse.com/security/cve/CVE-2024-26930 external
https://bugzilla.suse.com/1223626 external
https://bugzilla.suse.com/1223681 external
https://www.suse.com/security/cve/CVE-2024-27398 external
https://bugzilla.suse.com/1224174 external
https://bugzilla.suse.com/1225013 external
https://www.suse.com/security/cve/CVE-2024-27413 external
https://bugzilla.suse.com/1224438 external
https://bugzilla.suse.com/1225315 external
https://www.suse.com/security/cve/CVE-2024-35811 external
https://bugzilla.suse.com/1224592 external
https://www.suse.com/security/cve/CVE-2024-35895 external
https://bugzilla.suse.com/1224511 external
https://www.suse.com/security/cve/CVE-2024-35914 external
https://bugzilla.suse.com/1224482 external

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