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

SUSE-SU-2021:1624-1

Vulnerability from csaf_suse - Published: 2021-05-18 12:15 - Updated: 2021-05-18 12:15
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 SP1 LTSS kernel was updated to receive various security and bugfixes. The following security bugs were fixed: - CVE-2020-36312: Fixed an issue in virt/kvm/kvm_main.c that had a kvm_io_bus_unregister_dev memory leak upon a kmalloc failure (bnc#1184509). - CVE-2021-29650: Fixed an issue inside the netfilter subsystem that allowed attackers to cause a denial of service (panic) because net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h lack a full memory barrier upon the assignment of a new table value (bnc#1184208). - CVE-2021-29155: Fixed an issue within kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. Specifically, for sequences of pointer arithmetic operations, the pointer modification performed by the first operation is not correctly accounted for when restricting subsequent operations (bnc#1184942). - CVE-2020-36310: Fixed an issue in arch/x86/kvm/svm/svm.c that allowed a set_memory_region_test infinite loop for certain nested page faults (bnc#1184512). - CVE-2020-27673: Fixed an issue in Xen where a guest OS users could have caused a denial of service (host OS hang) via a high rate of events to dom0 (bnc#1177411, bnc#1184583). - CVE-2021-29154: Fixed BPF JIT compilers that allowed to execute arbitrary code within the kernel context (bnc#1184391). - CVE-2020-25673: Fixed NFC endless loops caused by repeated llcp_sock_connect() (bsc#1178181). - CVE-2020-25672: Fixed NFC memory leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25671: Fixed NFC refcount leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25670: Fixed NFC refcount leak in llcp_sock_bind() (bsc#1178181). - CVE-2020-36311: Fixed an issue in arch/x86/kvm/svm/sev.c that allowed attackers to cause a denial of service (soft lockup) by triggering destruction of a large SEV VM (which requires unregistering many encrypted regions) (bnc#1184511). - CVE-2021-28950: Fixed an issue in fs/fuse/fuse_i.h where a 'stall on CPU' could have occured because a retry loop continually finds the same bad inode (bnc#1184194, bnc#1184211). - CVE-2020-36322: Fixed an issue inside the FUSE filesystem implementation where fuse_do_getattr() calls make_bad_inode() in inappropriate situations, could have caused a system crash. NOTE: the original fix for this vulnerability was incomplete, and its incompleteness is tracked as CVE-2021-28950 (bnc#1184211). - CVE-2021-30002: Fixed a memory leak issue when a webcam device exists (bnc#1184120). - CVE-2021-3483: Fixed a use-after-free bug in nosy_ioctl() (bsc#1184393). - CVE-2021-20219: Fixed a denial of service vulnerability in drivers/tty/n_tty.c of the Linux kernel. In this flaw a local attacker with a normal user privilege could have delayed the loop and cause a threat to the system availability (bnc#1184397). - CVE-2021-28964: Fixed a race condition in fs/btrfs/ctree.c that could have caused a denial of service because of a lack of locking on an extent buffer before a cloning operation (bnc#1184193). - CVE-2021-3444: Fixed the bpf verifier as it did not properly handle mod32 destination register truncation when the source register was known to be 0. A local attacker with the ability to load bpf programs could use this gain out-of-bounds reads in kernel memory leading to information disclosure (kernel memory), and possibly out-of-bounds writes that could potentially lead to code execution (bnc#1184170). - CVE-2021-28971: Fixed a potential local denial of service in intel_pmu_drain_pebs_nhm where userspace applications can cause a system crash because the PEBS status in a PEBS record is mishandled (bnc#1184196). - CVE-2021-28688: Fixed XSA-365 that includes initialization of pointers such that subsequent cleanup code wouldn't use uninitialized or stale values. This initialization went too far and may under certain conditions also overwrite pointers which are in need of cleaning up. The lack of cleanup would result in leaking persistent grants. The leak in turn would prevent fully cleaning up after a respective guest has died, leaving around zombie domains (bnc#1183646). - CVE-2021-29265: Fixed an issue in usbip_sockfd_store in drivers/usb/usbip/stub_dev.c that allowed attackers to cause a denial of service (GPF) because the stub-up sequence has race conditions during an update of the local and shared status (bnc#1184167). - CVE-2021-29264: Fixed an issue in drivers/net/ethernet/freescale/gianfar.c in the Freescale Gianfar Ethernet driver that allowed attackers to cause a system crash because a negative fragment size is calculated in situations involving an rx queue overrun when jumbo packets are used and NAPI is enabled (bnc#1184168). - CVE-2021-28972: Fixed an issue in drivers/pci/hotplug/rpadlpar_sysfs.c where the RPA PCI Hotplug driver had a user-tolerable buffer overflow when writing a new device name to the driver from userspace, allowing userspace to write data to the kernel stack frame directly. This occurs because add_slot_store and remove_slot_store mishandle drc_name '\0' termination (bnc#1184198). - CVE-2021-29647: Fixed an issue in kernel qrtr_recvmsg in net/qrtr/qrtr.c that allowed attackers to obtain sensitive information from kernel memory because of a partially uninitialized data structure (bnc#1184192). - CVE-2020-27171: Fixed an issue in kernel/bpf/verifier.c that had an off-by-one error (with a resultant integer underflow) affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory (bnc#1183686, bnc#1183775). - CVE-2020-27170: Fixed an issue in kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. This affects pointer types that do not define a ptr_limit (bnc#1183686 bnc#1183775). - CVE-2021-28660: Fixed rtw_wx_set_scan in drivers/staging/rtl8188eu/os_dep/ioctl_linux.c that allowed writing beyond the end of the ssid array (bnc#1183593). - CVE-2020-35519: Update patch reference for x25 fix (bsc#1183696). - CVE-2021-3428: Fixed ext4 integer overflow in ext4_es_cache_extent (bsc#1173485, bsc#1183509). - CVE-2020-0433: Fixed blk_mq_queue_tag_busy_iter of blk-mq-tag.c, where a possible use after free due to improper locking could have happened. This could have led to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1176720). - CVE-2021-28038: Fixed an issue with Xen PV. A certain part of the netback driver lacks necessary treatment of errors such as failed memory allocations (as a result of changes to the handling of grant mapping errors). A host OS denial of service may occur during misbehavior of a networking frontend driver. NOTE: this issue exists because of an incomplete fix for CVE-2021-26931 (bnc#1183022, bnc#1183069). - CVE-2020-27815: Fixed jfs array index bounds check in dbAdjTree (bsc#1179454). - CVE-2021-27365: Fixed an issue inside the iSCSI data structures that does not have appropriate length constraints or checks, and can exceed the PAGE_SIZE value. An unprivileged user can send a Netlink message that is associated with iSCSI, and has a length up to the maximum length of a Netlink message (bnc#1182715). - CVE-2021-27363: Fixed an issue with a kernel pointer leak that could have been used to determine the address of the iscsi_transport structure. When an iSCSI transport is registered with the iSCSI subsystem, the transport's handle is available to unprivileged users via the sysfs file system, at /sys/class/iscsi_transport/$TRANSPORT_NAME/handle. When read, the show_transport_handle function (in drivers/scsi/scsi_transport_iscsi.c) is called, which leaks the handle. This handle is actually the pointer to an iscsi_transport struct in the kernel module's global variables (bnc#1182716). - CVE-2021-27364: Fixed an issue in drivers/scsi/scsi_transport_iscsi.c where an unprivileged user can craft Netlink messages (bnc#1182717). The following non-security bugs were fixed: - Revert 'rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514)' This turned out to be a bad idea: the kernel-$flavor-devel package must be usable without kernel-$flavor, e.g. at the build of a KMP. And this change brought superfluous installation of kernel-preempt when a system had kernel-syms (bsc#1185113). - Xen/gnttab: handle p2m update errors on a per-slot basis (bsc#1183022 XSA-367). - bfq: Fix kABI for update internal depth state when queue depth changes (bsc#1172455). - bfq: update internal depth state when queue depth changes (bsc#1172455). - bpf: Add sanity check for upper ptr_limit (bsc#1183686 bsc#1183775). - bpf: Simplify alu_limit masking for pointer arithmetic (bsc#1183686 bsc#1183775). - handle also the opposite type of race condition - ibmvnic: Clear failover_pending if unable to schedule (bsc#1181960 ltc#190997). - ibmvnic: always store valid MAC address (bsc#1182011 ltc#191844). - ibmvnic: store valid MAC address (bsc#1182011). - macros.kernel-source: Use spec_install_pre for certificate installation (boo#1182672). - nvme: return an error if nvme_set_queue_count() fails (bsc#1180197). - post.sh: Return an error when module update fails (bsc#1047233 bsc#1184388). - rpm/kernel-obs-build.spec.in: Include essiv with dm-crypt (boo#1183063). - rpm/macros.kernel-source: fix KMP failure in %install (bsc#1185244) - rpm/mkspec: Use tilde instead of dot for version string with rc (bsc#1184650) - xen-netback: respect gnttab_map_refs()'s return value (bsc#1183022, XSA-367).
Patchnames: SUSE-2021-1624,SUSE-SLE-Module-Live-Patching-15-SP1-2021-1624,SUSE-SLE-Product-HA-15-SP1-2021-1624,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-1624,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-1624,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-1624,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-1624,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-1624,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-1624,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-1624,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-1624,SUSE-Storage-6-2021-1624
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Enterprise Storage 6:kernel-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_89-default-1-3.3.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_89-default-1-3.3.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.89.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-devel-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-docs-4.12.14-197.89.3.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-macros-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-source-4.12.14-197.89.2.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-syms-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-syms-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:kernel-syms-4.12.14-197.89.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.89.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.89.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.89.2.x86_64
Vendor Fix
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact low
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact important
Affected products
Recommended 164 products, the same list as for CVE-2020-0433
Threats
Impact moderate
References
URL Category
https://www.suse.com/support/security/rating/ external
https://ftp.suse.com/pub/projects/security/csaf/s… self
https://www.suse.com/support/update/announcement/… self
https://lists.suse.com/pipermail/sle-security-upd… self
https://bugzilla.suse.com/1047233 self
https://bugzilla.suse.com/1172455 self
https://bugzilla.suse.com/1173485 self
https://bugzilla.suse.com/1176720 self
https://bugzilla.suse.com/1177411 self
https://bugzilla.suse.com/1178181 self
https://bugzilla.suse.com/1179454 self
https://bugzilla.suse.com/1180197 self
https://bugzilla.suse.com/1181960 self
https://bugzilla.suse.com/1182011 self
https://bugzilla.suse.com/1182672 self
https://bugzilla.suse.com/1182715 self
https://bugzilla.suse.com/1182716 self
https://bugzilla.suse.com/1182717 self
https://bugzilla.suse.com/1183022 self
https://bugzilla.suse.com/1183063 self
https://bugzilla.suse.com/1183069 self
https://bugzilla.suse.com/1183509 self
https://bugzilla.suse.com/1183593 self
https://bugzilla.suse.com/1183646 self
https://bugzilla.suse.com/1183686 self
https://bugzilla.suse.com/1183696 self
https://bugzilla.suse.com/1183775 self
https://bugzilla.suse.com/1184120 self
https://bugzilla.suse.com/1184167 self
https://bugzilla.suse.com/1184168 self
https://bugzilla.suse.com/1184170 self
https://bugzilla.suse.com/1184192 self
https://bugzilla.suse.com/1184193 self
https://bugzilla.suse.com/1184194 self
https://bugzilla.suse.com/1184196 self
https://bugzilla.suse.com/1184198 self
https://bugzilla.suse.com/1184208 self
https://bugzilla.suse.com/1184211 self
https://bugzilla.suse.com/1184388 self
https://bugzilla.suse.com/1184391 self
https://bugzilla.suse.com/1184393 self
https://bugzilla.suse.com/1184397 self
https://bugzilla.suse.com/1184509 self
https://bugzilla.suse.com/1184511 self
https://bugzilla.suse.com/1184512 self
https://bugzilla.suse.com/1184514 self
https://bugzilla.suse.com/1184583 self
https://bugzilla.suse.com/1184650 self
https://bugzilla.suse.com/1184942 self
https://bugzilla.suse.com/1185113 self
https://bugzilla.suse.com/1185244 self
https://www.suse.com/security/cve/CVE-2020-0433/ self
https://www.suse.com/security/cve/CVE-2020-25670/ self
https://www.suse.com/security/cve/CVE-2020-25671/ self
https://www.suse.com/security/cve/CVE-2020-25672/ self
https://www.suse.com/security/cve/CVE-2020-25673/ self
https://www.suse.com/security/cve/CVE-2020-27170/ self
https://www.suse.com/security/cve/CVE-2020-27171/ self
https://www.suse.com/security/cve/CVE-2020-27673/ self
https://www.suse.com/security/cve/CVE-2020-27815/ self
https://www.suse.com/security/cve/CVE-2020-35519/ self
https://www.suse.com/security/cve/CVE-2020-36310/ self
https://www.suse.com/security/cve/CVE-2020-36311/ self
https://www.suse.com/security/cve/CVE-2020-36312/ self
https://www.suse.com/security/cve/CVE-2020-36322/ self
https://www.suse.com/security/cve/CVE-2021-20219/ self
https://www.suse.com/security/cve/CVE-2021-27363/ self
https://www.suse.com/security/cve/CVE-2021-27364/ self
https://www.suse.com/security/cve/CVE-2021-27365/ self
https://www.suse.com/security/cve/CVE-2021-28038/ self
https://www.suse.com/security/cve/CVE-2021-28660/ self
https://www.suse.com/security/cve/CVE-2021-28688/ self
https://www.suse.com/security/cve/CVE-2021-28950/ self
https://www.suse.com/security/cve/CVE-2021-28964/ self
https://www.suse.com/security/cve/CVE-2021-28971/ self
https://www.suse.com/security/cve/CVE-2021-28972/ self
https://www.suse.com/security/cve/CVE-2021-29154/ self
https://www.suse.com/security/cve/CVE-2021-29155/ self
https://www.suse.com/security/cve/CVE-2021-29264/ self
https://www.suse.com/security/cve/CVE-2021-29265/ self
https://www.suse.com/security/cve/CVE-2021-29647/ self
https://www.suse.com/security/cve/CVE-2021-29650/ self
https://www.suse.com/security/cve/CVE-2021-30002/ self
https://www.suse.com/security/cve/CVE-2021-3428/ self
https://www.suse.com/security/cve/CVE-2021-3444/ self
https://www.suse.com/security/cve/CVE-2021-3483/ self
https://www.suse.com/security/cve/CVE-2020-0433 external
https://bugzilla.suse.com/1176720 external
https://bugzilla.suse.com/1178066 external
https://bugzilla.suse.com/1187135 external
https://bugzilla.suse.com/1189302 external
https://www.suse.com/security/cve/CVE-2020-25670 external
https://bugzilla.suse.com/1178181 external
https://bugzilla.suse.com/1194680 external
https://www.suse.com/security/cve/CVE-2020-25671 external
https://bugzilla.suse.com/1178181 external
https://www.suse.com/security/cve/CVE-2020-25672 external
https://bugzilla.suse.com/1178181 external
https://www.suse.com/security/cve/CVE-2020-25673 external
https://bugzilla.suse.com/1178181 external
https://www.suse.com/security/cve/CVE-2020-27170 external
https://bugzilla.suse.com/1183686 external
https://bugzilla.suse.com/1183775 external
https://www.suse.com/security/cve/CVE-2020-27171 external
https://bugzilla.suse.com/1183686 external
https://bugzilla.suse.com/1183775 external
https://www.suse.com/security/cve/CVE-2020-27673 external
https://bugzilla.suse.com/1177411 external
https://bugzilla.suse.com/1184583 external
https://www.suse.com/security/cve/CVE-2020-27815 external
https://bugzilla.suse.com/1179454 external
https://bugzilla.suse.com/1179458 external
https://www.suse.com/security/cve/CVE-2020-35519 external
https://bugzilla.suse.com/1183696 external
https://bugzilla.suse.com/1184953 external
https://bugzilla.suse.com/1211495 external
https://www.suse.com/security/cve/CVE-2020-36310 external
https://bugzilla.suse.com/1184512 external
https://www.suse.com/security/cve/CVE-2020-36311 external
https://bugzilla.suse.com/1184511 external
https://www.suse.com/security/cve/CVE-2020-36312 external
https://bugzilla.suse.com/1184509 external
https://www.suse.com/security/cve/CVE-2020-36322 external
https://bugzilla.suse.com/1184211 external
https://bugzilla.suse.com/1184952 external
https://bugzilla.suse.com/1189302 external
https://www.suse.com/security/cve/CVE-2021-20219 external
https://bugzilla.suse.com/1184397 external
https://www.suse.com/security/cve/CVE-2021-27363 external
https://bugzilla.suse.com/1182716 external
https://bugzilla.suse.com/1182717 external
https://bugzilla.suse.com/1183120 external
https://bugzilla.suse.com/1200084 external
https://www.suse.com/security/cve/CVE-2021-27364 external
https://bugzilla.suse.com/1182715 external
https://bugzilla.suse.com/1182716 external
https://bugzilla.suse.com/1182717 external
https://bugzilla.suse.com/1200084 external
https://bugzilla.suse.com/1214268 external
https://bugzilla.suse.com/1218966 external
https://www.suse.com/security/cve/CVE-2021-27365 external
https://bugzilla.suse.com/1182712 external
https://bugzilla.suse.com/1182715 external
https://bugzilla.suse.com/1183491 external
https://bugzilla.suse.com/1200084 external
https://bugzilla.suse.com/1214268 external
https://bugzilla.suse.com/1218966 external
https://www.suse.com/security/cve/CVE-2021-28038 external
https://bugzilla.suse.com/1183022 external
https://bugzilla.suse.com/1183069 external
https://www.suse.com/security/cve/CVE-2021-28660 external
https://bugzilla.suse.com/1183593 external
https://bugzilla.suse.com/1183658 external
https://www.suse.com/security/cve/CVE-2021-28688 external
https://bugzilla.suse.com/1183646 external
https://www.suse.com/security/cve/CVE-2021-28950 external
https://bugzilla.suse.com/1184194 external
https://bugzilla.suse.com/1184211 external
https://www.suse.com/security/cve/CVE-2021-28964 external
https://bugzilla.suse.com/1184193 external
https://www.suse.com/security/cve/CVE-2021-28971 external
https://bugzilla.suse.com/1184196 external
https://www.suse.com/security/cve/CVE-2021-28972 external
https://bugzilla.suse.com/1184198 external
https://bugzilla.suse.com/1220060 external
https://www.suse.com/security/cve/CVE-2021-29154 external
https://bugzilla.suse.com/1184391 external
https://bugzilla.suse.com/1184710 external
https://bugzilla.suse.com/1186408 external
https://www.suse.com/security/cve/CVE-2021-29155 external
https://bugzilla.suse.com/1184942 external
https://www.suse.com/security/cve/CVE-2021-29264 external
https://bugzilla.suse.com/1184168 external
https://www.suse.com/security/cve/CVE-2021-29265 external
https://bugzilla.suse.com/1184167 external
https://www.suse.com/security/cve/CVE-2021-29647 external
https://bugzilla.suse.com/1184192 external
https://www.suse.com/security/cve/CVE-2021-29650 external
https://bugzilla.suse.com/1184208 external
https://www.suse.com/security/cve/CVE-2021-30002 external
https://bugzilla.suse.com/1184120 external
https://www.suse.com/security/cve/CVE-2021-3428 external
https://bugzilla.suse.com/1173485 external
https://bugzilla.suse.com/1183509 external
https://www.suse.com/security/cve/CVE-2021-3444 external
https://bugzilla.suse.com/1184170 external
https://bugzilla.suse.com/1184171 external
https://www.suse.com/security/cve/CVE-2021-3483 external
https://bugzilla.suse.com/1184393 external

Loading 1.8 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

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

Sightings

Author Source Type Date Other

Nomenclature

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

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…