SUSE-SU-2021:0438-1

Vulnerability from csaf_suse - Published: 2021-02-11 15:34 - Updated: 2026-09-20 13:48
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 kernel was updated to receive various security and bugfixes. The following security bugs were fixed: - CVE-2021-3348: Fixed a use-after-free in nbd_add_socket that could be triggered by local attackers (with access to the nbd device) via an I/O request at a certain point during device setup (bnc#1181504). - CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel (bnc#1181349). - CVE-2020-25211: Fixed a buffer overflow in ctnetlink_parse_tuple_filter() which could be triggered by a local attackers by injecting conntrack netlink configuration (bnc#1176395). - CVE-2020-27835: A use-after-free in the infiniband hfi1 driver was found, specifically in the way user calls Ioctl after open dev file and fork. A local user could use this flaw to crash the system (bnc#1179878). - CVE-2020-29569: Fixed a potential privilege escalation and information leaks related to the PV block backend, as used by Xen (bnc#1179509). - CVE-2020-29568: Fixed a denial of service issue, related to processing watch events (bnc#1179508). - CVE-2020-0444: Fixed a bad kfree due to a logic error in audit_data_to_entry (bnc#1180027). - CVE-2020-0465: Fixed multiple missing bounds checks in hid-multitouch.c that could have led to local privilege escalation (bnc#1180029). - CVE-2020-0466: Fixed a use-after-free due to a logic error in do_epoll_ctl and ep_loop_check_proc of eventpoll.c (bnc#1180031). - CVE-2020-4788: Fixed an issue with IBM Power9 processors could have allowed a local user to obtain sensitive information from the data in the L1 cache under extenuating circumstances (bsc#1177666). - CVE-2020-10781: A flaw was found in the ZRAM kernel module, where a user with a local account and the ability to read the /sys/class/zram-control/hot_add file can create ZRAM device nodes in the /dev/ directory. This read allocates kernel memory and is not accounted for a user that triggers the creation of that ZRAM device. With this vulnerability, continually reading the device may consume a large amount of system memory and cause the Out-of-Memory (OOM) killer to activate and terminate random userspace processes, possibly making the system inoperable (bnc#1173074). - CVE-2020-15436: Fixed a use after free vulnerability in fs/block_dev.c which could have allowed local users to gain privileges or cause a denial of service (bsc#1179141). - CVE-2020-27068: Fixed an out-of-bounds read due to a missing bounds check in the nl80211_policy policy of nl80211.c (bnc#1180086). - CVE-2020-25639: Fixed a NULL pointer dereference via nouveau ioctl (bnc#1176846). - CVE-2020-27777: Fixed a privilege escalation in the Run-Time Abstraction Services (RTAS) interface, affecting guests running on top of PowerVM or KVM hypervisors (bnc#1179107). - CVE-2020-27786: Fixed an out-of-bounds write in the MIDI implementation (bnc#1179601). - CVE-2020-27825: Fixed a race in the trace_open and buffer resize calls (bsc#1179960). - CVE-2020-29660: Fixed a locking inconsistency in the tty subsystem that may have allowed a read-after-free attack against TIOCGSID (bnc#1179745). - CVE-2020-29661: Fixed a locking issue in the tty subsystem that allowed a use-after-free attack against TIOCSPGRP (bsc#1179745). - CVE-2020-28974: Fixed a slab-out-of-bounds read in fbcon which could have been used by local attackers to read privileged information or potentially crash the kernel (bsc#1178589). - CVE-2020-28915: Fixed a buffer over-read in the fbcon code which could have been used by local attackers to read kernel memory (bsc#1178886). - CVE-2020-28374: Fixed a Linux SCSI target issue (bsc#1178372). - CVE-2020-25669: Fixed a use-after-free read in sunkbd_reinit() (bsc#1178182). - CVE-2020-29371: An issue was discovered in romfs_dev_read in fs/romfs/storage.c where uninitialized memory leaks to userspace (bnc#1179429). - CVE-2020-15437: Fixed a null pointer dereference which could have allowed local users to cause a denial of service(bsc#1179140). - CVE-2020-36158: Fixed a potential remote code execution in the Marvell mwifiex driver (bsc#1180559). - CVE-2020-11668: Fixed the mishandling of invalid descriptors in the Xirlink camera USB driver (bnc#1168952). - CVE-2019-20934: Fixed a use-after-free in show_numa_stats() because NUMA fault statistics were inappropriately freed (bsc#1179663). - CVE-2019-20806: Fixed a NULL pointer dereference in tw5864_handle_frame() in drivers/media/pci/tw5864/tw5864-video.c, which may cause denial of service (bnc#1172199). The following non-security bugs were fixed: - blk-mq: avoid sysfs buffer overflow with too many CPU cores (bsc#1163840 bsc#1179071). - blk-mq: make sure that line break can be printed (bsc#1163840 bsc#1179071). - epoll: Keep a reference on files added to the check list (bsc#1180031). - fix regression in 'epoll: Keep a reference on files added to the check list' (bsc#1180031, git-fixes). - futex: Do not enable IRQs unconditionally in put_pi_state() (bsc#1149032). - futex: Ensure the correct return value from futex_lock_pi() (bsc#1181349 bsc#1149032). - futex: Fix incorrect should_fail_futex() handling (bsc#1181349). - futex: Handle faults correctly for PI futexes (bsc#1181349 bsc#1149032). - futex: Provide and use pi_state_update_owner() (bsc#1181349 bsc#1149032). - futex: Replace pointless printk in fixup_owner() (bsc#1181349 bsc#1149032). - futex: Simplify fixup_pi_state_owner() (bsc#1181349 bsc#1149032). - futex: Use pi_state_update_owner() in put_pi_state() (bsc#1181349 bsc#1149032). - HID: Fix slab-out-of-bounds read in hid_field_extract (bsc#1180052). - iommu/vt-d: Do not dereference iommu_device if IOMMU_API is not built (bsc#1181001, jsc#ECO-3191). - iommu/vt-d: Gracefully handle DMAR units with no supported address widths (bsc#1181001, jsc#ECO-3191). - kABI: Fix kABI for extended APIC-ID support (bsc#1181001, jsc#ECO-3191). - locking/futex: Allow low-level atomic operations to return -EAGAIN (bsc#1149032). - nbd: Fix memory leak in nbd_add_socket (bsc#1181504). - net/x25: prevent a couple of overflows (bsc#1178590). - rtmutex: Remove unused argument from rt_mutex_proxy_unlock() (bsc#1181349 bsc#1149032). - s390/dasd: fix hanging device offline processing (bsc#1144912). - scsi: iscsi: Fix a potential deadlock in the timeout handler (bsc#1178272). - x86/apic: Fix x2apic enablement without interrupt remapping (bsc#1181001, jsc#ECO-3191). - x86/apic: Support 15 bits of APIC ID in IOAPIC/MSI where available (bsc#1181001, jsc#ECO-3191). - x86/ioapic: Handle Extended Destination ID field in RTE (bsc#1181001, jsc#ECO-3191). - x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181001, jsc#ECO-3191). - x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181001, jsc#ECO-3191). - x86/msi: Only use high bits of MSI address for DMAR unit (bsc#1181001, jsc#ECO-3191). - x86/tracing: Introduce a static key for exception tracing (bsc#1179895). - x86/traps: Simplify pagefault tracing logic (bsc#1179895).
Patchnames: SUSE-2021-438,SUSE-SLE-Module-Live-Patching-15-2021-438,SUSE-SLE-Product-HA-15-2021-438,SUSE-SLE-Product-HPC-15-2021-438,SUSE-SLE-Product-SLES-15-2021-438,SUSE-SLE-Product-SLES_SAP-15-2021-438
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:cluster-md-kmp-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:cluster-md-kmp-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:cluster-md-kmp-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:cluster-md-kmp-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:dlm-kmp-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:dlm-kmp-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:dlm-kmp-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:dlm-kmp-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:gfs2-kmp-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:gfs2-kmp-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:gfs2-kmp-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:gfs2-kmp-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:ocfs2-kmp-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:ocfs2-kmp-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:ocfs2-kmp-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15:ocfs2-kmp-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-default-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-default-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-default-devel-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-default-devel-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-devel-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-docs-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-macros-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-obs-build-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-obs-build-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-source-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-syms-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-syms-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-vanilla-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:kernel-vanilla-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-default-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-default-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-default-devel-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-default-devel-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-devel-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-docs-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-macros-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-obs-build-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-obs-build-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-source-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-syms-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-syms-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-vanilla-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:kernel-vanilla-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-default-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-default-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-default-devel-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-default-devel-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-devel-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-docs-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-macros-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-obs-build-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-obs-build-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-source-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-syms-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-syms-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-vanilla-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15:kernel-vanilla-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-default-livepatch-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-default-livepatch-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_66-default-0:1-1.3.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15:kernel-livepatch-4_12_14-150_66-default-0:1-1.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-base-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-base-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-devel-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-devel-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-devel-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-devel-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-default-man-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-devel-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-docs-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-macros-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-obs-build-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-obs-build-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-obs-build-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-obs-build-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-source-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-syms-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-syms-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-syms-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-syms-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-vanilla-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-vanilla-base-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-vanilla-base-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:kernel-vanilla-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:reiserfs-kmp-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:reiserfs-kmp-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:reiserfs-kmp-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:reiserfs-kmp-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-base-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-base-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-devel-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-devel-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-devel-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-devel-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-default-man-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-devel-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-docs-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-macros-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-obs-build-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-obs-build-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-obs-build-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-obs-build-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-source-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-syms-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-syms-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-syms-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-syms-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-vanilla-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-vanilla-base-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-vanilla-base-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:kernel-vanilla-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:reiserfs-kmp-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:reiserfs-kmp-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:reiserfs-kmp-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15:reiserfs-kmp-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-base-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-base-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-devel-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-devel-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-devel-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-devel-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-default-man-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-devel-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-docs-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-macros-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-obs-build-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-obs-build-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-obs-build-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-obs-build-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-source-0:4.12.14-150.66.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-syms-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-syms-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-syms-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-syms-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-vanilla-base-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-vanilla-base-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-vanilla-base-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:kernel-vanilla-base-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:reiserfs-kmp-default-0:4.12.14-150.66.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:reiserfs-kmp-default-0:4.12.14-150.66.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:reiserfs-kmp-default-0:4.12.14-150.66.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:reiserfs-kmp-default-0:4.12.14-150.66.1.x86_64 —
Vendor Fix
Threats
Impact low
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact moderate
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
Threats
Impact important
Affected products
Recommended 167 products, the same list as for CVE-2019-20806
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/1144912 self
https://bugzilla.suse.com/1149032 self
https://bugzilla.suse.com/1163840 self
https://bugzilla.suse.com/1168952 self
https://bugzilla.suse.com/1172199 self
https://bugzilla.suse.com/1173074 self
https://bugzilla.suse.com/1173942 self
https://bugzilla.suse.com/1176395 self
https://bugzilla.suse.com/1176846 self
https://bugzilla.suse.com/1177666 self
https://bugzilla.suse.com/1178182 self
https://bugzilla.suse.com/1178272 self
https://bugzilla.suse.com/1178372 self
https://bugzilla.suse.com/1178589 self
https://bugzilla.suse.com/1178590 self
https://bugzilla.suse.com/1178684 self
https://bugzilla.suse.com/1178886 self
https://bugzilla.suse.com/1179071 self
https://bugzilla.suse.com/1179107 self
https://bugzilla.suse.com/1179140 self
https://bugzilla.suse.com/1179141 self
https://bugzilla.suse.com/1179419 self
https://bugzilla.suse.com/1179429 self
https://bugzilla.suse.com/1179508 self
https://bugzilla.suse.com/1179509 self
https://bugzilla.suse.com/1179601 self
https://bugzilla.suse.com/1179616 self
https://bugzilla.suse.com/1179663 self
https://bugzilla.suse.com/1179666 self
https://bugzilla.suse.com/1179745 self
https://bugzilla.suse.com/1179877 self
https://bugzilla.suse.com/1179878 self
https://bugzilla.suse.com/1179895 self
https://bugzilla.suse.com/1179960 self
https://bugzilla.suse.com/1179961 self
https://bugzilla.suse.com/1180008 self
https://bugzilla.suse.com/1180027 self
https://bugzilla.suse.com/1180028 self
https://bugzilla.suse.com/1180029 self
https://bugzilla.suse.com/1180030 self
https://bugzilla.suse.com/1180031 self
https://bugzilla.suse.com/1180032 self
https://bugzilla.suse.com/1180052 self
https://bugzilla.suse.com/1180086 self
https://bugzilla.suse.com/1180559 self
https://bugzilla.suse.com/1180562 self
https://bugzilla.suse.com/1180676 self
https://bugzilla.suse.com/1181001 self
https://bugzilla.suse.com/1181158 self
https://bugzilla.suse.com/1181349 self
https://bugzilla.suse.com/1181504 self
https://bugzilla.suse.com/1181553 self
https://bugzilla.suse.com/1181645 self
https://www.suse.com/security/cve/CVE-2019-20806/ self
https://www.suse.com/security/cve/CVE-2019-20934/ self
https://www.suse.com/security/cve/CVE-2020-0444/ self
https://www.suse.com/security/cve/CVE-2020-0465/ self
https://www.suse.com/security/cve/CVE-2020-0466/ self
https://www.suse.com/security/cve/CVE-2020-10781/ self
https://www.suse.com/security/cve/CVE-2020-11668/ self
https://www.suse.com/security/cve/CVE-2020-15436/ self
https://www.suse.com/security/cve/CVE-2020-15437/ self
https://www.suse.com/security/cve/CVE-2020-25211/ self
https://www.suse.com/security/cve/CVE-2020-25639/ self
https://www.suse.com/security/cve/CVE-2020-25669/ self
https://www.suse.com/security/cve/CVE-2020-27068/ self
https://www.suse.com/security/cve/CVE-2020-27777/ self
https://www.suse.com/security/cve/CVE-2020-27786/ self
https://www.suse.com/security/cve/CVE-2020-27825/ self
https://www.suse.com/security/cve/CVE-2020-27835/ self
https://www.suse.com/security/cve/CVE-2020-28374/ self
https://www.suse.com/security/cve/CVE-2020-28915/ self
https://www.suse.com/security/cve/CVE-2020-28974/ self
https://www.suse.com/security/cve/CVE-2020-29371/ self
https://www.suse.com/security/cve/CVE-2020-29568/ self
https://www.suse.com/security/cve/CVE-2020-29569/ self
https://www.suse.com/security/cve/CVE-2020-29660/ self
https://www.suse.com/security/cve/CVE-2020-29661/ self
https://www.suse.com/security/cve/CVE-2020-36158/ self
https://www.suse.com/security/cve/CVE-2020-4788/ self
https://www.suse.com/security/cve/CVE-2021-3347/ self
https://www.suse.com/security/cve/CVE-2021-3348/ self
https://www.suse.com/security/cve/CVE-2019-20806 external
https://bugzilla.suse.com/1172199 external
https://www.suse.com/security/cve/CVE-2019-20934 external
https://bugzilla.suse.com/1179663 external
https://bugzilla.suse.com/1179666 external
https://www.suse.com/security/cve/CVE-2020-0444 external
https://bugzilla.suse.com/1180027 external
https://bugzilla.suse.com/1180028 external
https://www.suse.com/security/cve/CVE-2020-0465 external
https://bugzilla.suse.com/1180029 external
https://bugzilla.suse.com/1180030 external
https://www.suse.com/security/cve/CVE-2020-0466 external
https://bugzilla.suse.com/1180031 external
https://bugzilla.suse.com/1180032 external
https://bugzilla.suse.com/1199255 external
https://bugzilla.suse.com/1200084 external
https://www.suse.com/security/cve/CVE-2020-10781 external
https://bugzilla.suse.com/1173074 external
https://www.suse.com/security/cve/CVE-2020-11668 external
https://bugzilla.suse.com/1168952 external
https://bugzilla.suse.com/1173942 external
https://www.suse.com/security/cve/CVE-2020-15436 external
https://bugzilla.suse.com/1179141 external
https://www.suse.com/security/cve/CVE-2020-15437 external
https://bugzilla.suse.com/1179140 external
https://www.suse.com/security/cve/CVE-2020-25211 external
https://bugzilla.suse.com/1176395 external
https://bugzilla.suse.com/1192356 external
https://www.suse.com/security/cve/CVE-2020-25639 external
https://bugzilla.suse.com/1176846 external
https://www.suse.com/security/cve/CVE-2020-25669 external
https://bugzilla.suse.com/1178182 external
https://www.suse.com/security/cve/CVE-2020-27068 external
https://bugzilla.suse.com/1180086 external
https://www.suse.com/security/cve/CVE-2020-27777 external
https://bugzilla.suse.com/1179107 external
https://bugzilla.suse.com/1179419 external
https://bugzilla.suse.com/1200343 external
https://bugzilla.suse.com/1220060 external
https://www.suse.com/security/cve/CVE-2020-27786 external
https://bugzilla.suse.com/1179601 external
https://bugzilla.suse.com/1179616 external
https://www.suse.com/security/cve/CVE-2020-27825 external
https://bugzilla.suse.com/1179960 external
https://bugzilla.suse.com/1179961 external
https://www.suse.com/security/cve/CVE-2020-27835 external
https://bugzilla.suse.com/1179878 external
https://www.suse.com/security/cve/CVE-2020-28374 external
https://bugzilla.suse.com/1178372 external
https://bugzilla.suse.com/1178684 external
https://bugzilla.suse.com/1180676 external
https://www.suse.com/security/cve/CVE-2020-28915 external
https://bugzilla.suse.com/1178886 external
https://www.suse.com/security/cve/CVE-2020-28974 external
https://bugzilla.suse.com/1178589 external
https://www.suse.com/security/cve/CVE-2020-29371 external
https://bugzilla.suse.com/1179429 external
https://www.suse.com/security/cve/CVE-2020-29568 external
https://bugzilla.suse.com/1179508 external
https://www.suse.com/security/cve/CVE-2020-29569 external
https://bugzilla.suse.com/1179509 external
https://bugzilla.suse.com/1180008 external
https://www.suse.com/security/cve/CVE-2020-29660 external
https://bugzilla.suse.com/1179745 external
https://bugzilla.suse.com/1179877 external
https://www.suse.com/security/cve/CVE-2020-29661 external
https://bugzilla.suse.com/1179745 external
https://bugzilla.suse.com/1179877 external
https://bugzilla.suse.com/1214268 external
https://bugzilla.suse.com/1218966 external
https://bugzilla.suse.com/1258856 external
https://www.suse.com/security/cve/CVE-2020-36158 external
https://bugzilla.suse.com/1180559 external
https://bugzilla.suse.com/1180562 external
https://www.suse.com/security/cve/CVE-2020-4788 external
https://bugzilla.suse.com/1177666 external
https://bugzilla.suse.com/1181158 external
https://www.suse.com/security/cve/CVE-2021-3347 external
https://bugzilla.suse.com/1181349 external
https://bugzilla.suse.com/1181553 external
https://bugzilla.suse.com/1190859 external
https://www.suse.com/security/cve/CVE-2021-3348 external
https://bugzilla.suse.com/1181504 external
https://bugzilla.suse.com/1181645 external

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

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…