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

SUSE-SU-2025:02537-1

Vulnerability from csaf_suse - Published: 2025-07-28 15:09 - Updated: 2025-07-28 15:09
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 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47557: net/sched: sch_ets: do not peek at classes beyond 'nbands' (bsc#1207361 bsc#1225468). - CVE-2021-47595: net/sched: sch_ets: do not remove idle classes from the round-robin list (bsc#1207361 bsc#1226552). - CVE-2023-52924: netfilter: nf_tables: do not skip expired elements during walk (bsc#1236821). - CVE-2023-52925: netfilter: nf_tables: do not fail inserts if duplicate has expired (bsc#1236822). - CVE-2024-26808: netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain (bsc#1222634). - CVE-2024-26924: scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1225820). - CVE-2024-27397: kabi: place tstamp needed for nftables set in a hole (bsc#1224095). - CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). - CVE-2024-46800: sch/netem: fix use after free in netem_dequeue (bsc#1230827). - CVE-2024-53057: net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT (bsc#1233551). - CVE-2024-53125: bpf: sync_linked_regs() must preserve subreg_def (bsc#1234156). - CVE-2024-53141: netfilter: ipset: add missing range check in bitmap_ip_uadt (bsc#1234381). - CVE-2024-56770: sch/netem: fix use after free in netem_dequeue (bsc#1235637). - CVE-2024-57947: netfilter: nf_set_pipapo: fix initial map fill (bsc#1236333). - CVE-2025-21700: net: sched: Disallow replacing of child qdisc from one parent to another (bsc#1237159). - CVE-2025-21702: pfifo_tail_enqueue: Drop new packet when sch->limit == 0 (bsc#1237312). - CVE-2025-21703: netem: Update sch->q.qlen before qdisc_tree_reduce_backlog() (bsc#1237313). - CVE-2025-21756: vsock: Orphan socket after transport release (bsc#1238876). - CVE-2025-23141: KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses (bsc#1242782). - CVE-2025-37752: net_sched: sch_sfq: move the limit validation (bsc#1242504). - CVE-2025-37797: net_sched: hfsc: Fix a UAF vulnerability in class handling (bsc#1242417). - CVE-2025-37823: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too (bsc#1242924). - CVE-2025-37890: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc (bsc#1243330). - CVE-2025-37997: netfilter: ipset: fix region locking in hash types (bsc#1243832). - CVE-2025-38000: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() (bsc#1244277). - CVE-2025-38001: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1244234). - CVE-2025-38014: dmaengine: idxd: Refactor remove call with idxd_cleanup() helper (bsc#1244732). - CVE-2025-38083: net_sched: prio: fix a race in prio_tune() (bsc#1245183). The following non-security bugs were fixed: - Fix conditional for selecting gcc-13 Fixes: 51dacec21eb1 ('Use gcc-13 for build on SLE16 (jsc#PED-10028).') - Fix reference in 'net_sched: sch_sfq: use a temporary work area for validating configuration' (bsc#1242504) - MyBS: Correctly generate build flags for non-multibuild package limit (bsc# 1244241) Fixes: 0999112774fc ('MyBS: Use buildflags to set which package to build') - MyBS: Do not build kernel-obs-qa with limit_packages Fixes: 58e3f8c34b2b ('bs-upload-kernel: Pass limit_packages also on multibuild') - MyBS: Simplify qa_expr generation Start with a 0 which makes the expression valid even if there are no QA repositories (currently does not happen). Then separator is always needed. - Require zstd in kernel-default-devel when module compression is zstd To use ksym-provides tool modules need to be uncompressed. Without zstd at least kernel-default-base does not have provides. Link: https://github.com/openSUSE/rpm-config-SUSE/pull/82 - Use gcc-13 for build on SLE16 (jsc#PED-10028). - add nf_tables for iptables non-legacy network handling This is needed for example by docker on the Alpine Linux distribution, but can also be used on openSUSE. - bs-upload-kernel: Pass limit_packages also on multibuild Fixes: 0999112774fc ('MyBS: Use buildflags to set which package to build') Fixes: 747f601d4156 ('bs-upload-kernel, MyBS, Buildresults: Support multibuild (JSC-SLE#5501, boo#1211226, bsc#1218184)') - check-for-config-changes: Fix flag name typo - doc/README.SUSE: Point to the updated version of LKMPG - hugetlb: unshare some PMDs when splitting VMAs (bsc#1245431). - kernel-binary: Support livepatch_rt with merged RT branch - kernel-obs-qa: Use srchash for dependency as well - kernel-source: Also replace bin/env - kernel-source: Also update the search to match bin/env Fixes: dc2037cd8f94 ('kernel-source: Also replace bin/env' - kernel-source: Remove log.sh from sources - mkspec: Exclude rt flavor from kernel-syms dependencies (bsc#1244337). - mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (bsc#1245431). - mm/hugetlb: unshare page tables during VMA split, not before (bsc#1245431). - net_sched: sch_fifo: implement lockless __fifo_dump() (bsc#1237312) - net_sched: sch_sfq: use a temporary work area for validating configuration (bsc#1232504) - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). - packaging: Turn gcc version into config.sh variable Fixes: 51dacec21eb1 ('Use gcc-13 for build on SLE16 (jsc#PED-10028).') - powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap (bsc#1244309 ltc#213790). - powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() (bsc#1244309 ltc#213790). - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN Both spellings are actually used - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - rpm/kernel-binary.spec.in: Also order against update-bootloader (boo#1228659, boo#1240785, boo#1241038). - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). - rpm/kernel-binary.spec.in: fix KMPs build on 6.13+ (bsc#1234454) - rpm/kernel-docs.spec.in: Workaround for reproducible builds (bsc#1238303) - rpm/package-descriptions: Add rt and rt_debug descriptions - rpm/release-projects: Update the ALP projects again (bsc#1231293). - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - rpm: Stop using is_kotd_qa macro - scsi: storvsc: Do not report the host packet status as the hv status (git-fixes). - scsi: storvsc: Increase the timeouts to storvsc_timeout (bsc#1245455). - wifi: cfg80211: Add my certificate (bsc#1243001). - wifi: cfg80211: fix certs build to not depend on file order (bsc#1243001).
Patchnames: SUSE-2025-2537,SUSE-SLE-Micro-5.3-2025-2537,SUSE-SLE-Micro-5.4-2025-2537,SUSE-SLE-Module-Live-Patching-15-SP4-2025-2537,SUSE-SLE-Product-HA-15-SP4-2025-2537,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2537,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2537,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2537,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2537,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2537,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2537
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 Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.170.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.170.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.170.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.170.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_170-default-1-150400.9.3.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_170-default-1-150400.9.3.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_170-default-1-150400.9.3.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.170.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.170.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.170.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.170.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.170.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.170.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.170.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.170.1.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.170.2.150400.24.86.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.170.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.170.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.170.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.170.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.170.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.170.1.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.170.1.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.170.2.s390x
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact low
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact moderate
Affected products
Recommended 139 products, the same list as for CVE-2021-47557
Threats
Impact important
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/2025… self
https://bugzilla.suse.com/1065729 self
https://bugzilla.suse.com/1156395 self
https://bugzilla.suse.com/1193629 self
https://bugzilla.suse.com/1194869 self
https://bugzilla.suse.com/1198410 self
https://bugzilla.suse.com/1199356 self
https://bugzilla.suse.com/1199487 self
https://bugzilla.suse.com/1201160 self
https://bugzilla.suse.com/1201956 self
https://bugzilla.suse.com/1202094 self
https://bugzilla.suse.com/1202095 self
https://bugzilla.suse.com/1202564 self
https://bugzilla.suse.com/1202716 self
https://bugzilla.suse.com/1202823 self
https://bugzilla.suse.com/1202860 self
https://bugzilla.suse.com/1203197 self
https://bugzilla.suse.com/1203361 self
https://bugzilla.suse.com/1205220 self
https://bugzilla.suse.com/1205514 self
https://bugzilla.suse.com/1206664 self
https://bugzilla.suse.com/1206878 self
https://bugzilla.suse.com/1206880 self
https://bugzilla.suse.com/1207361 self
https://bugzilla.suse.com/1207638 self
https://bugzilla.suse.com/1211226 self
https://bugzilla.suse.com/1212051 self
https://bugzilla.suse.com/1213090 self
https://bugzilla.suse.com/1218184 self
https://bugzilla.suse.com/1218234 self
https://bugzilla.suse.com/1218470 self
https://bugzilla.suse.com/1222634 self
https://bugzilla.suse.com/1223675 self
https://bugzilla.suse.com/1224095 self
https://bugzilla.suse.com/1224597 self
https://bugzilla.suse.com/1225468 self
https://bugzilla.suse.com/1225820 self
https://bugzilla.suse.com/1226514 self
https://bugzilla.suse.com/1226552 self
https://bugzilla.suse.com/1228659 self
https://bugzilla.suse.com/1230827 self
https://bugzilla.suse.com/1231293 self
https://bugzilla.suse.com/1232504 self
https://bugzilla.suse.com/1233551 self
https://bugzilla.suse.com/1234156 self
https://bugzilla.suse.com/1234381 self
https://bugzilla.suse.com/1234454 self
https://bugzilla.suse.com/1235637 self
https://bugzilla.suse.com/1236333 self
https://bugzilla.suse.com/1236821 self
https://bugzilla.suse.com/1236822 self
https://bugzilla.suse.com/1237159 self
https://bugzilla.suse.com/1237312 self
https://bugzilla.suse.com/1237313 self
https://bugzilla.suse.com/1238303 self
https://bugzilla.suse.com/1238526 self
https://bugzilla.suse.com/1238570 self
https://bugzilla.suse.com/1238876 self
https://bugzilla.suse.com/1239986 self
https://bugzilla.suse.com/1240785 self
https://bugzilla.suse.com/1241038 self
https://bugzilla.suse.com/1242221 self
https://bugzilla.suse.com/1242414 self
https://bugzilla.suse.com/1242417 self
https://bugzilla.suse.com/1242504 self
https://bugzilla.suse.com/1242596 self
https://bugzilla.suse.com/1242782 self
https://bugzilla.suse.com/1242924 self
https://bugzilla.suse.com/1243001 self
https://bugzilla.suse.com/1243330 self
https://bugzilla.suse.com/1243543 self
https://bugzilla.suse.com/1243627 self
https://bugzilla.suse.com/1243832 self
https://bugzilla.suse.com/1244114 self
https://bugzilla.suse.com/1244179 self
https://bugzilla.suse.com/1244234 self
https://bugzilla.suse.com/1244241 self
https://bugzilla.suse.com/1244277 self
https://bugzilla.suse.com/1244309 self
https://bugzilla.suse.com/1244337 self
https://bugzilla.suse.com/1244732 self
https://bugzilla.suse.com/1244764 self
https://bugzilla.suse.com/1244765 self
https://bugzilla.suse.com/1244767 self
https://bugzilla.suse.com/1244770 self
https://bugzilla.suse.com/1244771 self
https://bugzilla.suse.com/1244773 self
https://bugzilla.suse.com/1244774 self
https://bugzilla.suse.com/1244776 self
https://bugzilla.suse.com/1244779 self
https://bugzilla.suse.com/1244780 self
https://bugzilla.suse.com/1244781 self
https://bugzilla.suse.com/1244782 self
https://bugzilla.suse.com/1244783 self
https://bugzilla.suse.com/1244784 self
https://bugzilla.suse.com/1244786 self
https://bugzilla.suse.com/1244787 self
https://bugzilla.suse.com/1244788 self
https://bugzilla.suse.com/1244790 self
https://bugzilla.suse.com/1244793 self
https://bugzilla.suse.com/1244794 self
https://bugzilla.suse.com/1244796 self
https://bugzilla.suse.com/1244797 self
https://bugzilla.suse.com/1244798 self
https://bugzilla.suse.com/1244800 self
https://bugzilla.suse.com/1244802 self
https://bugzilla.suse.com/1244804 self
https://bugzilla.suse.com/1244807 self
https://bugzilla.suse.com/1244808 self
https://bugzilla.suse.com/1244811 self
https://bugzilla.suse.com/1244813 self
https://bugzilla.suse.com/1244814 self
https://bugzilla.suse.com/1244815 self
https://bugzilla.suse.com/1244816 self
https://bugzilla.suse.com/1244819 self
https://bugzilla.suse.com/1244820 self
https://bugzilla.suse.com/1244823 self
https://bugzilla.suse.com/1244824 self
https://bugzilla.suse.com/1244825 self
https://bugzilla.suse.com/1244830 self
https://bugzilla.suse.com/1244831 self
https://bugzilla.suse.com/1244832 self
https://bugzilla.suse.com/1244834 self
https://bugzilla.suse.com/1244836 self
https://bugzilla.suse.com/1244838 self
https://bugzilla.suse.com/1244839 self
https://bugzilla.suse.com/1244840 self
https://bugzilla.suse.com/1244841 self
https://bugzilla.suse.com/1244842 self
https://bugzilla.suse.com/1244843 self
https://bugzilla.suse.com/1244845 self
https://bugzilla.suse.com/1244846 self
https://bugzilla.suse.com/1244848 self
https://bugzilla.suse.com/1244849 self
https://bugzilla.suse.com/1244851 self
https://bugzilla.suse.com/1244853 self
https://bugzilla.suse.com/1244854 self
https://bugzilla.suse.com/1244856 self
https://bugzilla.suse.com/1244860 self
https://bugzilla.suse.com/1244861 self
https://bugzilla.suse.com/1244866 self
https://bugzilla.suse.com/1244867 self
https://bugzilla.suse.com/1244868 self
https://bugzilla.suse.com/1244869 self
https://bugzilla.suse.com/1244870 self
https://bugzilla.suse.com/1244871 self
https://bugzilla.suse.com/1244872 self
https://bugzilla.suse.com/1244873 self
https://bugzilla.suse.com/1244875 self
https://bugzilla.suse.com/1244876 self
https://bugzilla.suse.com/1244878 self
https://bugzilla.suse.com/1244879 self
https://bugzilla.suse.com/1244881 self
https://bugzilla.suse.com/1244883 self
https://bugzilla.suse.com/1244884 self
https://bugzilla.suse.com/1244886 self
https://bugzilla.suse.com/1244887 self
https://bugzilla.suse.com/1244890 self
https://bugzilla.suse.com/1244895 self
https://bugzilla.suse.com/1244899 self
https://bugzilla.suse.com/1244900 self
https://bugzilla.suse.com/1244901 self
https://bugzilla.suse.com/1244902 self
https://bugzilla.suse.com/1244903 self
https://bugzilla.suse.com/1244908 self
https://bugzilla.suse.com/1244911 self
https://bugzilla.suse.com/1244915 self
https://bugzilla.suse.com/1244936 self
https://bugzilla.suse.com/1244941 self
https://bugzilla.suse.com/1244942 self
https://bugzilla.suse.com/1244943 self
https://bugzilla.suse.com/1244944 self
https://bugzilla.suse.com/1244945 self
https://bugzilla.suse.com/1244948 self
https://bugzilla.suse.com/1244949 self
https://bugzilla.suse.com/1244950 self
https://bugzilla.suse.com/1244956 self
https://bugzilla.suse.com/1244958 self
https://bugzilla.suse.com/1244959 self
https://bugzilla.suse.com/1244965 self
https://bugzilla.suse.com/1244966 self
https://bugzilla.suse.com/1244967 self
https://bugzilla.suse.com/1244968 self
https://bugzilla.suse.com/1244969 self
https://bugzilla.suse.com/1244970 self
https://bugzilla.suse.com/1244974 self
https://bugzilla.suse.com/1244976 self
https://bugzilla.suse.com/1244977 self
https://bugzilla.suse.com/1244978 self
https://bugzilla.suse.com/1244979 self
https://bugzilla.suse.com/1244983 self
https://bugzilla.suse.com/1244984 self
https://bugzilla.suse.com/1244985 self
https://bugzilla.suse.com/1244986 self
https://bugzilla.suse.com/1244991 self
https://bugzilla.suse.com/1244992 self
https://bugzilla.suse.com/1244993 self
https://bugzilla.suse.com/1245006 self
https://bugzilla.suse.com/1245007 self
https://bugzilla.suse.com/1245009 self
https://bugzilla.suse.com/1245011 self
https://bugzilla.suse.com/1245012 self
https://bugzilla.suse.com/1245018 self
https://bugzilla.suse.com/1245019 self
https://bugzilla.suse.com/1245024 self
https://bugzilla.suse.com/1245028 self
https://bugzilla.suse.com/1245031 self
https://bugzilla.suse.com/1245032 self
https://bugzilla.suse.com/1245033 self
https://bugzilla.suse.com/1245038 self
https://bugzilla.suse.com/1245039 self
https://bugzilla.suse.com/1245041 self
https://bugzilla.suse.com/1245047 self
https://bugzilla.suse.com/1245051 self
https://bugzilla.suse.com/1245057 self
https://bugzilla.suse.com/1245058 self
https://bugzilla.suse.com/1245060 self
https://bugzilla.suse.com/1245062 self
https://bugzilla.suse.com/1245064 self
https://bugzilla.suse.com/1245069 self
https://bugzilla.suse.com/1245072 self
https://bugzilla.suse.com/1245073 self
https://bugzilla.suse.com/1245088 self
https://bugzilla.suse.com/1245089 self
https://bugzilla.suse.com/1245092 self
https://bugzilla.suse.com/1245093 self
https://bugzilla.suse.com/1245098 self
https://bugzilla.suse.com/1245103 self
https://bugzilla.suse.com/1245117 self
https://bugzilla.suse.com/1245118 self
https://bugzilla.suse.com/1245119 self
https://bugzilla.suse.com/1245121 self
https://bugzilla.suse.com/1245122 self
https://bugzilla.suse.com/1245125 self
https://bugzilla.suse.com/1245129 self
https://bugzilla.suse.com/1245131 self
https://bugzilla.suse.com/1245133 self
https://bugzilla.suse.com/1245134 self
https://bugzilla.suse.com/1245135 self
https://bugzilla.suse.com/1245136 self
https://bugzilla.suse.com/1245138 self
https://bugzilla.suse.com/1245139 self
https://bugzilla.suse.com/1245140 self
https://bugzilla.suse.com/1245142 self
https://bugzilla.suse.com/1245146 self
https://bugzilla.suse.com/1245147 self
https://bugzilla.suse.com/1245149 self
https://bugzilla.suse.com/1245152 self
https://bugzilla.suse.com/1245154 self
https://bugzilla.suse.com/1245180 self
https://bugzilla.suse.com/1245183 self
https://bugzilla.suse.com/1245189 self
https://bugzilla.suse.com/1245191 self
https://bugzilla.suse.com/1245195 self
https://bugzilla.suse.com/1245197 self
https://bugzilla.suse.com/1245265 self
https://bugzilla.suse.com/1245348 self
https://bugzilla.suse.com/1245431 self
https://bugzilla.suse.com/1245455 self
https://www.suse.com/security/cve/CVE-2021-47557/ self
https://www.suse.com/security/cve/CVE-2021-47595/ self
https://www.suse.com/security/cve/CVE-2022-1679/ self
https://www.suse.com/security/cve/CVE-2022-2585/ self
https://www.suse.com/security/cve/CVE-2022-2586/ self
https://www.suse.com/security/cve/CVE-2022-2905/ self
https://www.suse.com/security/cve/CVE-2022-3903/ self
https://www.suse.com/security/cve/CVE-2022-4095/ self
https://www.suse.com/security/cve/CVE-2022-4662/ self
https://www.suse.com/security/cve/CVE-2022-49934/ self
https://www.suse.com/security/cve/CVE-2022-49936/ self
https://www.suse.com/security/cve/CVE-2022-49937/ self
https://www.suse.com/security/cve/CVE-2022-49938/ self
https://www.suse.com/security/cve/CVE-2022-49940/ self
https://www.suse.com/security/cve/CVE-2022-49942/ self
https://www.suse.com/security/cve/CVE-2022-49945/ self
https://www.suse.com/security/cve/CVE-2022-49946/ self
https://www.suse.com/security/cve/CVE-2022-49948/ self
https://www.suse.com/security/cve/CVE-2022-49950/ self
https://www.suse.com/security/cve/CVE-2022-49952/ self
https://www.suse.com/security/cve/CVE-2022-49954/ self
https://www.suse.com/security/cve/CVE-2022-49956/ self
https://www.suse.com/security/cve/CVE-2022-49957/ self
https://www.suse.com/security/cve/CVE-2022-49958/ self
https://www.suse.com/security/cve/CVE-2022-49960/ self
https://www.suse.com/security/cve/CVE-2022-49964/ self
https://www.suse.com/security/cve/CVE-2022-49966/ self
https://www.suse.com/security/cve/CVE-2022-49968/ self
https://www.suse.com/security/cve/CVE-2022-49969/ self
https://www.suse.com/security/cve/CVE-2022-49977/ self
https://www.suse.com/security/cve/CVE-2022-49978/ self
https://www.suse.com/security/cve/CVE-2022-49981/ self
https://www.suse.com/security/cve/CVE-2022-49982/ self
https://www.suse.com/security/cve/CVE-2022-49983/ self
https://www.suse.com/security/cve/CVE-2022-49984/ self
https://www.suse.com/security/cve/CVE-2022-49985/ self
https://www.suse.com/security/cve/CVE-2022-49986/ self
https://www.suse.com/security/cve/CVE-2022-49987/ self
https://www.suse.com/security/cve/CVE-2022-49989/ self
https://www.suse.com/security/cve/CVE-2022-49990/ self
https://www.suse.com/security/cve/CVE-2022-49993/ self
https://www.suse.com/security/cve/CVE-2022-49995/ self
https://www.suse.com/security/cve/CVE-2022-49999/ self
https://www.suse.com/security/cve/CVE-2022-50005/ self
https://www.suse.com/security/cve/CVE-2022-50006/ self
https://www.suse.com/security/cve/CVE-2022-50008/ self
https://www.suse.com/security/cve/CVE-2022-50010/ self
https://www.suse.com/security/cve/CVE-2022-50011/ self
https://www.suse.com/security/cve/CVE-2022-50012/ self
https://www.suse.com/security/cve/CVE-2022-50019/ self
https://www.suse.com/security/cve/CVE-2022-50020/ self
https://www.suse.com/security/cve/CVE-2022-50021/ self
https://www.suse.com/security/cve/CVE-2022-50022/ self
https://www.suse.com/security/cve/CVE-2022-50023/ self
https://www.suse.com/security/cve/CVE-2022-50024/ self
https://www.suse.com/security/cve/CVE-2022-50026/ self
https://www.suse.com/security/cve/CVE-2022-50027/ self
https://www.suse.com/security/cve/CVE-2022-50028/ self
https://www.suse.com/security/cve/CVE-2022-50029/ self
https://www.suse.com/security/cve/CVE-2022-50030/ self
https://www.suse.com/security/cve/CVE-2022-50031/ self
https://www.suse.com/security/cve/CVE-2022-50032/ self
https://www.suse.com/security/cve/CVE-2022-50033/ self
https://www.suse.com/security/cve/CVE-2022-50034/ self
https://www.suse.com/security/cve/CVE-2022-50036/ self
https://www.suse.com/security/cve/CVE-2022-50038/ self
https://www.suse.com/security/cve/CVE-2022-50039/ self
https://www.suse.com/security/cve/CVE-2022-50040/ self
https://www.suse.com/security/cve/CVE-2022-50045/ self
https://www.suse.com/security/cve/CVE-2022-50046/ self
https://www.suse.com/security/cve/CVE-2022-50047/ self
https://www.suse.com/security/cve/CVE-2022-50051/ self
https://www.suse.com/security/cve/CVE-2022-50053/ self
https://www.suse.com/security/cve/CVE-2022-50055/ self
https://www.suse.com/security/cve/CVE-2022-50059/ self
https://www.suse.com/security/cve/CVE-2022-50060/ self
https://www.suse.com/security/cve/CVE-2022-50061/ self
https://www.suse.com/security/cve/CVE-2022-50062/ self
https://www.suse.com/security/cve/CVE-2022-50065/ self
https://www.suse.com/security/cve/CVE-2022-50066/ self
https://www.suse.com/security/cve/CVE-2022-50067/ self
https://www.suse.com/security/cve/CVE-2022-50068/ self
https://www.suse.com/security/cve/CVE-2022-50072/ self
https://www.suse.com/security/cve/CVE-2022-50073/ self
https://www.suse.com/security/cve/CVE-2022-50074/ self
https://www.suse.com/security/cve/CVE-2022-50076/ self
https://www.suse.com/security/cve/CVE-2022-50077/ self
https://www.suse.com/security/cve/CVE-2022-50079/ self
https://www.suse.com/security/cve/CVE-2022-50083/ self
https://www.suse.com/security/cve/CVE-2022-50084/ self
https://www.suse.com/security/cve/CVE-2022-50085/ self
https://www.suse.com/security/cve/CVE-2022-50087/ self
https://www.suse.com/security/cve/CVE-2022-50092/ self
https://www.suse.com/security/cve/CVE-2022-50093/ self
https://www.suse.com/security/cve/CVE-2022-50094/ self
https://www.suse.com/security/cve/CVE-2022-50095/ self
https://www.suse.com/security/cve/CVE-2022-50097/ self
https://www.suse.com/security/cve/CVE-2022-50098/ self
https://www.suse.com/security/cve/CVE-2022-50099/ self
https://www.suse.com/security/cve/CVE-2022-50100/ self
https://www.suse.com/security/cve/CVE-2022-50101/ self
https://www.suse.com/security/cve/CVE-2022-50102/ self
https://www.suse.com/security/cve/CVE-2022-50103/ self
https://www.suse.com/security/cve/CVE-2022-50104/ self
https://www.suse.com/security/cve/CVE-2022-50108/ self
https://www.suse.com/security/cve/CVE-2022-50109/ self
https://www.suse.com/security/cve/CVE-2022-50110/ self
https://www.suse.com/security/cve/CVE-2022-50111/ self
https://www.suse.com/security/cve/CVE-2022-50112/ self
https://www.suse.com/security/cve/CVE-2022-50116/ self
https://www.suse.com/security/cve/CVE-2022-50118/ self
https://www.suse.com/security/cve/CVE-2022-50120/ self
https://www.suse.com/security/cve/CVE-2022-50121/ self
https://www.suse.com/security/cve/CVE-2022-50124/ self
https://www.suse.com/security/cve/CVE-2022-50125/ self
https://www.suse.com/security/cve/CVE-2022-50126/ self
https://www.suse.com/security/cve/CVE-2022-50127/ self
https://www.suse.com/security/cve/CVE-2022-50129/ self
https://www.suse.com/security/cve/CVE-2022-50131/ self
https://www.suse.com/security/cve/CVE-2022-50132/ self
https://www.suse.com/security/cve/CVE-2022-50134/ self
https://www.suse.com/security/cve/CVE-2022-50136/ self
https://www.suse.com/security/cve/CVE-2022-50137/ self
https://www.suse.com/security/cve/CVE-2022-50138/ self
https://www.suse.com/security/cve/CVE-2022-50139/ self
https://www.suse.com/security/cve/CVE-2022-50140/ self
https://www.suse.com/security/cve/CVE-2022-50141/ self
https://www.suse.com/security/cve/CVE-2022-50142/ self
https://www.suse.com/security/cve/CVE-2022-50143/ self
https://www.suse.com/security/cve/CVE-2022-50145/ self
https://www.suse.com/security/cve/CVE-2022-50146/ self
https://www.suse.com/security/cve/CVE-2022-50149/ self
https://www.suse.com/security/cve/CVE-2022-50151/ self
https://www.suse.com/security/cve/CVE-2022-50152/ self
https://www.suse.com/security/cve/CVE-2022-50153/ self
https://www.suse.com/security/cve/CVE-2022-50154/ self
https://www.suse.com/security/cve/CVE-2022-50155/ self
https://www.suse.com/security/cve/CVE-2022-50156/ self
https://www.suse.com/security/cve/CVE-2022-50157/ self
https://www.suse.com/security/cve/CVE-2022-50158/ self
https://www.suse.com/security/cve/CVE-2022-50160/ self
https://www.suse.com/security/cve/CVE-2022-50161/ self
https://www.suse.com/security/cve/CVE-2022-50162/ self
https://www.suse.com/security/cve/CVE-2022-50164/ self
https://www.suse.com/security/cve/CVE-2022-50165/ self
https://www.suse.com/security/cve/CVE-2022-50169/ self
https://www.suse.com/security/cve/CVE-2022-50171/ self
https://www.suse.com/security/cve/CVE-2022-50172/ self
https://www.suse.com/security/cve/CVE-2022-50173/ self
https://www.suse.com/security/cve/CVE-2022-50175/ self
https://www.suse.com/security/cve/CVE-2022-50176/ self
https://www.suse.com/security/cve/CVE-2022-50178/ self
https://www.suse.com/security/cve/CVE-2022-50179/ self
https://www.suse.com/security/cve/CVE-2022-50181/ self
https://www.suse.com/security/cve/CVE-2022-50185/ self
https://www.suse.com/security/cve/CVE-2022-50187/ self
https://www.suse.com/security/cve/CVE-2022-50190/ self
https://www.suse.com/security/cve/CVE-2022-50191/ self
https://www.suse.com/security/cve/CVE-2022-50192/ self
https://www.suse.com/security/cve/CVE-2022-50194/ self
https://www.suse.com/security/cve/CVE-2022-50196/ self
https://www.suse.com/security/cve/CVE-2022-50197/ self
https://www.suse.com/security/cve/CVE-2022-50198/ self
https://www.suse.com/security/cve/CVE-2022-50199/ self
https://www.suse.com/security/cve/CVE-2022-50200/ self
https://www.suse.com/security/cve/CVE-2022-50201/ self
https://www.suse.com/security/cve/CVE-2022-50202/ self
https://www.suse.com/security/cve/CVE-2022-50203/ self
https://www.suse.com/security/cve/CVE-2022-50204/ self
https://www.suse.com/security/cve/CVE-2022-50206/ self
https://www.suse.com/security/cve/CVE-2022-50207/ self
https://www.suse.com/security/cve/CVE-2022-50208/ self
https://www.suse.com/security/cve/CVE-2022-50209/ self
https://www.suse.com/security/cve/CVE-2022-50211/ self
https://www.suse.com/security/cve/CVE-2022-50212/ self
https://www.suse.com/security/cve/CVE-2022-50213/ self
https://www.suse.com/security/cve/CVE-2022-50215/ self
https://www.suse.com/security/cve/CVE-2022-50218/ self
https://www.suse.com/security/cve/CVE-2022-50220/ self
https://www.suse.com/security/cve/CVE-2022-50222/ self
https://www.suse.com/security/cve/CVE-2022-50226/ self
https://www.suse.com/security/cve/CVE-2022-50228/ self
https://www.suse.com/security/cve/CVE-2022-50229/ self
https://www.suse.com/security/cve/CVE-2022-50231/ self
https://www.suse.com/security/cve/CVE-2023-3111/ self
https://www.suse.com/security/cve/CVE-2023-52924/ self
https://www.suse.com/security/cve/CVE-2023-52925/ self
https://www.suse.com/security/cve/CVE-2023-53048/ self
https://www.suse.com/security/cve/CVE-2023-53076/ self
https://www.suse.com/security/cve/CVE-2023-53097/ self
https://www.suse.com/security/cve/CVE-2024-26808/ self
https://www.suse.com/security/cve/CVE-2024-26924/ self
https://www.suse.com/security/cve/CVE-2024-26935/ self
https://www.suse.com/security/cve/CVE-2024-27397/ self
https://www.suse.com/security/cve/CVE-2024-35840/ self
https://www.suse.com/security/cve/CVE-2024-36978/ self
https://www.suse.com/security/cve/CVE-2024-46800/ self
https://www.suse.com/security/cve/CVE-2024-53057/ self
https://www.suse.com/security/cve/CVE-2024-53125/ self
https://www.suse.com/security/cve/CVE-2024-53141/ self
https://www.suse.com/security/cve/CVE-2024-56770/ self
https://www.suse.com/security/cve/CVE-2024-57947/ self
https://www.suse.com/security/cve/CVE-2024-57999/ self
https://www.suse.com/security/cve/CVE-2025-21700/ self
https://www.suse.com/security/cve/CVE-2025-21702/ self
https://www.suse.com/security/cve/CVE-2025-21703/ self
https://www.suse.com/security/cve/CVE-2025-21756/ self
https://www.suse.com/security/cve/CVE-2025-23141/ self
https://www.suse.com/security/cve/CVE-2025-23145/ self
https://www.suse.com/security/cve/CVE-2025-37752/ self
https://www.suse.com/security/cve/CVE-2025-37797/ self
https://www.suse.com/security/cve/CVE-2025-37798/ self
https://www.suse.com/security/cve/CVE-2025-37823/ self
https://www.suse.com/security/cve/CVE-2025-37890/ self
https://www.suse.com/security/cve/CVE-2025-37932/ self
https://www.suse.com/security/cve/CVE-2025-37953/ self
https://www.suse.com/security/cve/CVE-2025-37997/ self
https://www.suse.com/security/cve/CVE-2025-38000/ self
https://www.suse.com/security/cve/CVE-2025-38001/ self
https://www.suse.com/security/cve/CVE-2025-38014/ self
https://www.suse.com/security/cve/CVE-2025-38083/ self
https://www.suse.com/security/cve/CVE-2021-47557 external
https://bugzilla.suse.com/1225468 external
https://www.suse.com/security/cve/CVE-2021-47595 external
https://bugzilla.suse.com/1226552 external
https://www.suse.com/security/cve/CVE-2022-1679 external
https://bugzilla.suse.com/1199487 external
https://bugzilla.suse.com/1201080 external
https://bugzilla.suse.com/1201832 external
https://bugzilla.suse.com/1204132 external
https://bugzilla.suse.com/1212316 external
https://www.suse.com/security/cve/CVE-2022-2585 external
https://bugzilla.suse.com/1202094 external
https://bugzilla.suse.com/1202163 external
https://www.suse.com/security/cve/CVE-2022-2586 external
https://bugzilla.suse.com/1202095 external
https://bugzilla.suse.com/1209719 external
https://www.suse.com/security/cve/CVE-2022-2905 external
https://bugzilla.suse.com/1202860 external
https://www.suse.com/security/cve/CVE-2022-3903 external
https://bugzilla.suse.com/1205220 external
https://bugzilla.suse.com/1212297 external
https://www.suse.com/security/cve/CVE-2022-4095 external
https://bugzilla.suse.com/1205514 external
https://bugzilla.suse.com/1205594 external
https://bugzilla.suse.com/1208030 external
https://bugzilla.suse.com/1208085 external
https://bugzilla.suse.com/1212319 external
https://www.suse.com/security/cve/CVE-2022-4662 external
https://bugzilla.suse.com/1206664 external
https://www.suse.com/security/cve/CVE-2022-49934 external
https://bugzilla.suse.com/1245051 external
https://www.suse.com/security/cve/CVE-2022-49936 external
https://bugzilla.suse.com/1244984 external
https://www.suse.com/security/cve/CVE-2022-49937 external
https://bugzilla.suse.com/1245057 external
https://www.suse.com/security/cve/CVE-2022-49938 external
https://bugzilla.suse.com/1244820 external
https://www.suse.com/security/cve/CVE-2022-49940 external
https://bugzilla.suse.com/1244866 external
https://www.suse.com/security/cve/CVE-2022-49942 external
https://bugzilla.suse.com/1244881 external
https://www.suse.com/security/cve/CVE-2022-49945 external
https://bugzilla.suse.com/1244908 external
https://www.suse.com/security/cve/CVE-2022-49946 external
https://bugzilla.suse.com/1244944 external
https://www.suse.com/security/cve/CVE-2022-49948 external
https://bugzilla.suse.com/1245058 external
https://www.suse.com/security/cve/CVE-2022-49950 external
https://bugzilla.suse.com/1244958 external
https://www.suse.com/security/cve/CVE-2022-49952 external
https://bugzilla.suse.com/1244945 external
https://www.suse.com/security/cve/CVE-2022-49954 external
https://bugzilla.suse.com/1244976 external
https://www.suse.com/security/cve/CVE-2022-49956 external
https://bugzilla.suse.com/1244969 external
https://www.suse.com/security/cve/CVE-2022-49957 external
https://bugzilla.suse.com/1244966 external
https://www.suse.com/security/cve/CVE-2022-49958 external
https://bugzilla.suse.com/1244974 external
https://www.suse.com/security/cve/CVE-2022-49960 external
https://bugzilla.suse.com/1244911 external
https://www.suse.com/security/cve/CVE-2022-49964 external
https://bugzilla.suse.com/1245064 external
https://www.suse.com/security/cve/CVE-2022-49966 external
https://bugzilla.suse.com/1245062 external
https://www.suse.com/security/cve/CVE-2022-49968 external
https://bugzilla.suse.com/1244959 external
https://www.suse.com/security/cve/CVE-2022-49969 external
https://bugzilla.suse.com/1245060 external
https://www.suse.com/security/cve/CVE-2022-49977 external
https://bugzilla.suse.com/1244936 external
https://www.suse.com/security/cve/CVE-2022-49978 external
https://bugzilla.suse.com/1245195 external
https://www.suse.com/security/cve/CVE-2022-49981 external
https://bugzilla.suse.com/1245072 external
https://www.suse.com/security/cve/CVE-2022-49982 external
https://bugzilla.suse.com/1245069 external
https://www.suse.com/security/cve/CVE-2022-49983 external
https://bugzilla.suse.com/1245092 external
https://www.suse.com/security/cve/CVE-2022-49984 external
https://bugzilla.suse.com/1244950 external
https://www.suse.com/security/cve/CVE-2022-49985 external
https://bugzilla.suse.com/1244956 external
https://www.suse.com/security/cve/CVE-2022-49986 external
https://bugzilla.suse.com/1244948 external
https://www.suse.com/security/cve/CVE-2022-49987 external
https://bugzilla.suse.com/1245024 external
https://www.suse.com/security/cve/CVE-2022-49989 external
https://bugzilla.suse.com/1245007 external
https://www.suse.com/security/cve/CVE-2022-49990 external
https://bugzilla.suse.com/1245006 external
https://www.suse.com/security/cve/CVE-2022-49993 external
https://bugzilla.suse.com/1245121 external
https://www.suse.com/security/cve/CVE-2022-49995 external
https://bugzilla.suse.com/1245012 external
https://www.suse.com/security/cve/CVE-2022-49999 external
https://bugzilla.suse.com/1245019 external
https://www.suse.com/security/cve/CVE-2022-50005 external
https://bugzilla.suse.com/1245011 external
https://www.suse.com/security/cve/CVE-2022-50006 external
https://bugzilla.suse.com/1245018 external
https://www.suse.com/security/cve/CVE-2022-50008 external
https://bugzilla.suse.com/1245009 external
https://www.suse.com/security/cve/CVE-2022-50010 external
https://bugzilla.suse.com/1245122 external
https://www.suse.com/security/cve/CVE-2022-50011 external
https://bugzilla.suse.com/1244915 external
https://www.suse.com/security/cve/CVE-2022-50012 external
https://bugzilla.suse.com/1245125 external
https://www.suse.com/security/cve/CVE-2022-50019 external
https://bugzilla.suse.com/1245098 external
https://www.suse.com/security/cve/CVE-2022-50020 external
https://bugzilla.suse.com/1245129 external
https://bugzilla.suse.com/1245130 external
https://www.suse.com/security/cve/CVE-2022-50021 external
https://bugzilla.suse.com/1245180 external
https://www.suse.com/security/cve/CVE-2022-50022 external
https://bugzilla.suse.com/1245131 external
https://www.suse.com/security/cve/CVE-2022-50023 external
https://bugzilla.suse.com/1245134 external
https://www.suse.com/security/cve/CVE-2022-50024 external
https://bugzilla.suse.com/1245133 external
https://www.suse.com/security/cve/CVE-2022-50026 external
https://bugzilla.suse.com/1245088 external
https://www.suse.com/security/cve/CVE-2022-50027 external
https://bugzilla.suse.com/1245073 external
https://www.suse.com/security/cve/CVE-2022-50028 external
https://bugzilla.suse.com/1245135 external
https://www.suse.com/security/cve/CVE-2022-50029 external
https://bugzilla.suse.com/1245146 external
https://www.suse.com/security/cve/CVE-2022-50030 external
https://bugzilla.suse.com/1245265 external
https://www.suse.com/security/cve/CVE-2022-50031 external
https://bugzilla.suse.com/1245118 external
https://www.suse.com/security/cve/CVE-2022-50032 external
https://bugzilla.suse.com/1245103 external
https://www.suse.com/security/cve/CVE-2022-50033 external
https://bugzilla.suse.com/1245139 external
https://www.suse.com/security/cve/CVE-2022-50034 external
https://bugzilla.suse.com/1245089 external
https://www.suse.com/security/cve/CVE-2022-50036 external
https://bugzilla.suse.com/1244941 external
https://www.suse.com/security/cve/CVE-2022-50038 external
https://bugzilla.suse.com/1244943 external
https://www.suse.com/security/cve/CVE-2022-50039 external
https://bugzilla.suse.com/1244942 external
https://www.suse.com/security/cve/CVE-2022-50040 external
https://bugzilla.suse.com/1244949 external
https://www.suse.com/security/cve/CVE-2022-50045 external
https://bugzilla.suse.com/1244967 external
https://www.suse.com/security/cve/CVE-2022-50046 external
https://bugzilla.suse.com/1244991 external
https://www.suse.com/security/cve/CVE-2022-50047 external
https://bugzilla.suse.com/1244993 external
https://www.suse.com/security/cve/CVE-2022-50051 external
https://bugzilla.suse.com/1245041 external
https://www.suse.com/security/cve/CVE-2022-50053 external
https://bugzilla.suse.com/1245038 external
https://www.suse.com/security/cve/CVE-2022-50055 external
https://bugzilla.suse.com/1245039 external
https://www.suse.com/security/cve/CVE-2022-50059 external
https://bugzilla.suse.com/1245031 external
https://www.suse.com/security/cve/CVE-2022-50060 external
https://bugzilla.suse.com/1245032 external
https://www.suse.com/security/cve/CVE-2022-50061 external
https://bugzilla.suse.com/1245033 external
https://www.suse.com/security/cve/CVE-2022-50062 external
https://bugzilla.suse.com/1245028 external
https://www.suse.com/security/cve/CVE-2022-50065 external
https://bugzilla.suse.com/1244986 external
https://www.suse.com/security/cve/CVE-2022-50066 external
https://bugzilla.suse.com/1244985 external
https://www.suse.com/security/cve/CVE-2022-50067 external
https://bugzilla.suse.com/1245047 external
https://www.suse.com/security/cve/CVE-2022-50068 external
https://bugzilla.suse.com/1245142 external
https://www.suse.com/security/cve/CVE-2022-50072 external
https://bugzilla.suse.com/1244979 external
https://www.suse.com/security/cve/CVE-2022-50073 external
https://bugzilla.suse.com/1244978 external
https://www.suse.com/security/cve/CVE-2022-50074 external
https://bugzilla.suse.com/1244965 external
https://www.suse.com/security/cve/CVE-2022-50076 external
https://bugzilla.suse.com/1244983 external
https://www.suse.com/security/cve/CVE-2022-50077 external
https://bugzilla.suse.com/1244977 external
https://www.suse.com/security/cve/CVE-2022-50079 external
https://bugzilla.suse.com/1244970 external
https://www.suse.com/security/cve/CVE-2022-50083 external
https://bugzilla.suse.com/1244968 external
https://www.suse.com/security/cve/CVE-2022-50084 external
https://bugzilla.suse.com/1245117 external
https://www.suse.com/security/cve/CVE-2022-50085 external
https://bugzilla.suse.com/1245147 external
https://www.suse.com/security/cve/CVE-2022-50087 external
https://bugzilla.suse.com/1245119 external
https://bugzilla.suse.com/1245294 external
https://www.suse.com/security/cve/CVE-2022-50092 external
https://bugzilla.suse.com/1244848 external
https://www.suse.com/security/cve/CVE-2022-50093 external
https://bugzilla.suse.com/1244849 external
https://www.suse.com/security/cve/CVE-2022-50094 external
https://bugzilla.suse.com/1244851 external
https://www.suse.com/security/cve/CVE-2022-50095 external
https://bugzilla.suse.com/1244846 external
https://www.suse.com/security/cve/CVE-2022-50097 external
https://bugzilla.suse.com/1244845 external
https://www.suse.com/security/cve/CVE-2022-50098 external
https://bugzilla.suse.com/1244841 external
https://www.suse.com/security/cve/CVE-2022-50099 external
https://bugzilla.suse.com/1244842 external
https://www.suse.com/security/cve/CVE-2022-50100 external
https://bugzilla.suse.com/1244843 external
https://www.suse.com/security/cve/CVE-2022-50101 external
https://bugzilla.suse.com/1244839 external
https://www.suse.com/security/cve/CVE-2022-50102 external
https://bugzilla.suse.com/1244838 external
https://www.suse.com/security/cve/CVE-2022-50103 external
https://bugzilla.suse.com/1244840 external
https://www.suse.com/security/cve/CVE-2022-50104 external
https://bugzilla.suse.com/1244836 external
https://www.suse.com/security/cve/CVE-2022-50108 external
https://bugzilla.suse.com/1244834 external
https://www.suse.com/security/cve/CVE-2022-50109 external
https://bugzilla.suse.com/1244884 external
https://www.suse.com/security/cve/CVE-2022-50110 external
https://bugzilla.suse.com/1244830 external
https://www.suse.com/security/cve/CVE-2022-50111 external
https://bugzilla.suse.com/1244831 external
https://www.suse.com/security/cve/CVE-2022-50112 external
https://bugzilla.suse.com/1244832 external
https://www.suse.com/security/cve/CVE-2022-50116 external
https://bugzilla.suse.com/1244824 external
https://www.suse.com/security/cve/CVE-2022-50118 external
https://bugzilla.suse.com/1244825 external
https://www.suse.com/security/cve/CVE-2022-50120 external
https://bugzilla.suse.com/1244819 external
https://www.suse.com/security/cve/CVE-2022-50121 external
https://bugzilla.suse.com/1244823 external
https://www.suse.com/security/cve/CVE-2022-50124 external
https://bugzilla.suse.com/1244816 external
https://www.suse.com/security/cve/CVE-2022-50125 external
https://bugzilla.suse.com/1244814 external
https://www.suse.com/security/cve/CVE-2022-50126 external
https://bugzilla.suse.com/1244813 external
https://www.suse.com/security/cve/CVE-2022-50127 external
https://bugzilla.suse.com/1244815 external
https://www.suse.com/security/cve/CVE-2022-50129 external
https://bugzilla.suse.com/1244811 external
https://www.suse.com/security/cve/CVE-2022-50131 external
https://bugzilla.suse.com/1244807 external
https://www.suse.com/security/cve/CVE-2022-50132 external
https://bugzilla.suse.com/1244808 external
https://www.suse.com/security/cve/CVE-2022-50134 external
https://bugzilla.suse.com/1244802 external
https://www.suse.com/security/cve/CVE-2022-50136 external
https://bugzilla.suse.com/1244804 external
https://www.suse.com/security/cve/CVE-2022-50137 external
https://bugzilla.suse.com/1244800 external
https://www.suse.com/security/cve/CVE-2022-50138 external
https://bugzilla.suse.com/1244797 external
https://www.suse.com/security/cve/CVE-2022-50139 external
https://bugzilla.suse.com/1244798 external
https://www.suse.com/security/cve/CVE-2022-50140 external
https://bugzilla.suse.com/1244793 external
https://www.suse.com/security/cve/CVE-2022-50141 external
https://bugzilla.suse.com/1244794 external
https://www.suse.com/security/cve/CVE-2022-50142 external
https://bugzilla.suse.com/1244796 external
https://www.suse.com/security/cve/CVE-2022-50143 external
https://bugzilla.suse.com/1244790 external
https://www.suse.com/security/cve/CVE-2022-50145 external
https://bugzilla.suse.com/1244787 external
https://www.suse.com/security/cve/CVE-2022-50146 external
https://bugzilla.suse.com/1244788 external
https://www.suse.com/security/cve/CVE-2022-50149 external
https://bugzilla.suse.com/1244883 external
https://www.suse.com/security/cve/CVE-2022-50151 external
https://bugzilla.suse.com/1245093 external
https://www.suse.com/security/cve/CVE-2022-50152 external
https://bugzilla.suse.com/1244783 external
https://www.suse.com/security/cve/CVE-2022-50153 external
https://bugzilla.suse.com/1244786 external
https://www.suse.com/security/cve/CVE-2022-50154 external
https://bugzilla.suse.com/1244784 external
https://www.suse.com/security/cve/CVE-2022-50155 external
https://bugzilla.suse.com/1244781 external
https://www.suse.com/security/cve/CVE-2022-50156 external
https://bugzilla.suse.com/1244782 external
https://www.suse.com/security/cve/CVE-2022-50157 external
https://bugzilla.suse.com/1244780 external
https://www.suse.com/security/cve/CVE-2022-50158 external
https://bugzilla.suse.com/1244779 external
https://www.suse.com/security/cve/CVE-2022-50160 external
https://bugzilla.suse.com/1244776 external
https://www.suse.com/security/cve/CVE-2022-50161 external
https://bugzilla.suse.com/1244774 external
https://www.suse.com/security/cve/CVE-2022-50162 external
https://bugzilla.suse.com/1244773 external
https://www.suse.com/security/cve/CVE-2022-50164 external
https://bugzilla.suse.com/1244770 external
https://www.suse.com/security/cve/CVE-2022-50165 external
https://bugzilla.suse.com/1244771 external
https://www.suse.com/security/cve/CVE-2022-50169 external
https://bugzilla.suse.com/1244767 external
https://www.suse.com/security/cve/CVE-2022-50171 external
https://bugzilla.suse.com/1244765 external
https://www.suse.com/security/cve/CVE-2022-50172 external
https://bugzilla.suse.com/1244764 external
https://www.suse.com/security/cve/CVE-2022-50173 external
https://bugzilla.suse.com/1244992 external
https://www.suse.com/security/cve/CVE-2022-50175 external
https://bugzilla.suse.com/1244903 external
https://www.suse.com/security/cve/CVE-2022-50176 external
https://bugzilla.suse.com/1244902 external
https://www.suse.com/security/cve/CVE-2022-50178 external
https://bugzilla.suse.com/1244900 external
https://www.suse.com/security/cve/CVE-2022-50179 external
https://bugzilla.suse.com/1244886 external
https://www.suse.com/security/cve/CVE-2022-50181 external
https://bugzilla.suse.com/1244901 external
https://www.suse.com/security/cve/CVE-2022-50185 external
https://bugzilla.suse.com/1244887 external
https://www.suse.com/security/cve/CVE-2022-50187 external
https://bugzilla.suse.com/1244890 external
https://www.suse.com/security/cve/CVE-2022-50190 external
https://bugzilla.suse.com/1244895 external
https://www.suse.com/security/cve/CVE-2022-50191 external
https://bugzilla.suse.com/1244899 external
https://www.suse.com/security/cve/CVE-2022-50192 external
https://bugzilla.suse.com/1244879 external
https://www.suse.com/security/cve/CVE-2022-50194 external
https://bugzilla.suse.com/1244878 external
https://www.suse.com/security/cve/CVE-2022-50196 external
https://bugzilla.suse.com/1244875 external
https://www.suse.com/security/cve/CVE-2022-50197 external
https://bugzilla.suse.com/1244876 external
https://www.suse.com/security/cve/CVE-2022-50198 external
https://bugzilla.suse.com/1244872 external
https://www.suse.com/security/cve/CVE-2022-50199 external
https://bugzilla.suse.com/1244873 external
https://www.suse.com/security/cve/CVE-2022-50200 external
https://bugzilla.suse.com/1237312 external
https://bugzilla.suse.com/1245149 external
https://bugzilla.suse.com/1245150 external
https://bugzilla.suse.com/1247374 external
https://www.suse.com/security/cve/CVE-2022-50201 external
https://bugzilla.suse.com/1245197 external
https://www.suse.com/security/cve/CVE-2022-50202 external
https://bugzilla.suse.com/1245154 external
https://www.suse.com/security/cve/CVE-2022-50203 external
https://bugzilla.suse.com/1245189 external
https://www.suse.com/security/cve/CVE-2022-50204 external
https://bugzilla.suse.com/1245191 external
https://www.suse.com/security/cve/CVE-2022-50206 external
https://bugzilla.suse.com/1245152 external
https://www.suse.com/security/cve/CVE-2022-50207 external
https://bugzilla.suse.com/1244871 external
https://www.suse.com/security/cve/CVE-2022-50208 external
https://bugzilla.suse.com/1244870 external
https://www.suse.com/security/cve/CVE-2022-50209 external
https://bugzilla.suse.com/1244868 external
https://www.suse.com/security/cve/CVE-2022-50211 external
https://bugzilla.suse.com/1245140 external
https://bugzilla.suse.com/1245141 external
https://www.suse.com/security/cve/CVE-2022-50212 external
https://bugzilla.suse.com/1244869 external
https://www.suse.com/security/cve/CVE-2022-50213 external
https://bugzilla.suse.com/1244867 external
https://www.suse.com/security/cve/CVE-2022-50215 external
https://bugzilla.suse.com/1245138 external
https://www.suse.com/security/cve/CVE-2022-50218 external
https://bugzilla.suse.com/1244861 external
https://www.suse.com/security/cve/CVE-2022-50220 external
https://bugzilla.suse.com/1245348 external
https://www.suse.com/security/cve/CVE-2022-50222 external
https://bugzilla.suse.com/1245136 external
https://www.suse.com/security/cve/CVE-2022-50226 external
https://bugzilla.suse.com/1244860 external
https://www.suse.com/security/cve/CVE-2022-50228 external
https://bugzilla.suse.com/1244854 external
https://www.suse.com/security/cve/CVE-2022-50229 external
https://bugzilla.suse.com/1244856 external
https://www.suse.com/security/cve/CVE-2022-50231 external
https://bugzilla.suse.com/1244853 external
https://www.suse.com/security/cve/CVE-2023-3111 external
https://bugzilla.suse.com/1212051 external
https://bugzilla.suse.com/1220015 external
https://www.suse.com/security/cve/CVE-2023-52924 external
https://bugzilla.suse.com/1236821 external
https://bugzilla.suse.com/1244630 external
https://www.suse.com/security/cve/CVE-2023-52925 external
https://bugzilla.suse.com/1236822 external
https://bugzilla.suse.com/1246009 external
https://www.suse.com/security/cve/CVE-2023-53048 external
https://bugzilla.suse.com/1244179 external
https://www.suse.com/security/cve/CVE-2023-53076 external
https://bugzilla.suse.com/1242221 external
https://www.suse.com/security/cve/CVE-2023-53097 external
https://bugzilla.suse.com/1244114 external
https://www.suse.com/security/cve/CVE-2024-26808 external
https://bugzilla.suse.com/1222634 external
https://bugzilla.suse.com/1245772 external
https://www.suse.com/security/cve/CVE-2024-26924 external
https://bugzilla.suse.com/1223387 external
https://www.suse.com/security/cve/CVE-2024-26935 external
https://bugzilla.suse.com/1223675 external
https://www.suse.com/security/cve/CVE-2024-27397 external
https://bugzilla.suse.com/1224095 external
https://www.suse.com/security/cve/CVE-2024-35840 external
https://bugzilla.suse.com/1224597 external
https://www.suse.com/security/cve/CVE-2024-36978 external
https://bugzilla.suse.com/1226514 external
https://bugzilla.suse.com/1244631 external
https://www.suse.com/security/cve/CVE-2024-46800 external
https://bugzilla.suse.com/1230827 external
https://www.suse.com/security/cve/CVE-2024-53057 external
https://bugzilla.suse.com/1233551 external
https://bugzilla.suse.com/1245816 external
https://www.suse.com/security/cve/CVE-2024-53125 external
https://bugzilla.suse.com/1234156 external
https://bugzilla.suse.com/1245804 external
https://www.suse.com/security/cve/CVE-2024-53141 external
https://bugzilla.suse.com/1234381 external
https://bugzilla.suse.com/1245778 external
https://www.suse.com/security/cve/CVE-2024-56770 external
https://bugzilla.suse.com/1235637 external
https://www.suse.com/security/cve/CVE-2024-57947 external
https://bugzilla.suse.com/1236333 external
https://bugzilla.suse.com/1245799 external
https://www.suse.com/security/cve/CVE-2024-57999 external
https://bugzilla.suse.com/1238526 external
https://www.suse.com/security/cve/CVE-2025-21700 external
https://bugzilla.suse.com/1237159 external
https://www.suse.com/security/cve/CVE-2025-21702 external
https://bugzilla.suse.com/1237312 external
https://bugzilla.suse.com/1245797 external
https://www.suse.com/security/cve/CVE-2025-21703 external
https://bugzilla.suse.com/1237313 external
https://bugzilla.suse.com/1245796 external
https://www.suse.com/security/cve/CVE-2025-21756 external
https://bugzilla.suse.com/1238876 external
https://bugzilla.suse.com/1245795 external
https://www.suse.com/security/cve/CVE-2025-23141 external
https://bugzilla.suse.com/1242782 external
https://www.suse.com/security/cve/CVE-2025-23145 external
https://bugzilla.suse.com/1242596 external
https://bugzilla.suse.com/1242882 external
https://www.suse.com/security/cve/CVE-2025-37752 external
https://bugzilla.suse.com/1242504 external
https://bugzilla.suse.com/1245776 external
https://www.suse.com/security/cve/CVE-2025-37797 external
https://bugzilla.suse.com/1242417 external
https://bugzilla.suse.com/1245793 external
https://www.suse.com/security/cve/CVE-2025-37798 external
https://bugzilla.suse.com/1242414 external
https://bugzilla.suse.com/1242417 external
https://www.suse.com/security/cve/CVE-2025-37823 external
https://bugzilla.suse.com/1242924 external
https://www.suse.com/security/cve/CVE-2025-37890 external
https://bugzilla.suse.com/1243330 external
https://bugzilla.suse.com/1245791 external
https://www.suse.com/security/cve/CVE-2025-37932 external
https://bugzilla.suse.com/1243627 external
https://www.suse.com/security/cve/CVE-2025-37953 external
https://bugzilla.suse.com/1243543 external
https://www.suse.com/security/cve/CVE-2025-37997 external
https://bugzilla.suse.com/1243832 external
https://bugzilla.suse.com/1245774 external
https://www.suse.com/security/cve/CVE-2025-38000 external
https://bugzilla.suse.com/1244277 external
https://bugzilla.suse.com/1245775 external
https://www.suse.com/security/cve/CVE-2025-38001 external
https://bugzilla.suse.com/1244234 external
https://bugzilla.suse.com/1244235 external
https://www.suse.com/security/cve/CVE-2025-38014 external
https://bugzilla.suse.com/1244732 external
https://bugzilla.suse.com/1244733 external
https://www.suse.com/security/cve/CVE-2025-38083 external
https://bugzilla.suse.com/1245183 external
https://bugzilla.suse.com/1245350 external

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