SUSE-SU-2021:0452-1

Vulnerability from csaf_suse - Published: 2021-02-12 16:37 - 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 12 SP3 kernel was updated to receive various security and bugfixes. The following security bugs were fixed: - 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-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-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-25669: Fixed a use-after-free read in sunkbd_reinit() (bsc#1178182). - 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-2020-25285: Fixed a race condition between hugetlb sysctl handlers in mm/hugetlb.c (bnc#1176485). - CVE-2019-20934: Fixed a use-after-free in show_numa_stats() because NUMA fault statistics were inappropriately freed (bsc#1179663). - CVE-2018-10902: It was found that the raw midi kernel driver did not protect against concurrent access which leads to a double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status() which are part of snd_rawmidi_ioctl() handler in rawmidi.c file. A malicious local attacker could possibly use this for privilege escalation (bnc#1105322). The following non-security bugs were fixed: - cifs: do not revalidate mountpoint dentries (bsc#1177440). - cifs: fix potential use-after-free in cifs_echo_request() (bsc#1139944). - cifs: ignore revalidate failures in case of process gets signaled (bsc#1177440). - 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: Avoid freeing an active timer (bsc#969755). - futex: Avoid violating the 10th rule of futex (bsc#969755). - futex: Change locking rules (bsc#969755). - futex: Do not enable IRQs unconditionally in put_pi_state() (bsc#969755). - futex: Drop hb->lock before enqueueing on the rtmutex (bsc#969755). - futex: Fix incorrect should_fail_futex() handling (bsc#969755). - futex: Fix more put_pi_state() vs. exit_pi_state_list() races (bsc#969755). - futex: Fix OWNER_DEAD fixup (bsc#969755). - futex: Fix pi_state->owner serialization (bsc#969755). - futex: Fix small (and harmless looking) inconsistencies (bsc#969755). - futex: Futex_unlock_pi() determinism (bsc#969755). - futex: Handle early deadlock return correctly (bsc#969755). - futex: Handle transient 'ownerless' rtmutex state correctly (bsc#969755). - futex: Pull rt_mutex_futex_unlock() out from under hb->lock (bsc#969755). - futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() (bsc#969755). - futex: Rework inconsistent rt_mutex/futex_q state (bsc#969755). - futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() (bsc#969755). - futex,rt_mutex: Introduce rt_mutex_init_waiter() (bsc#969755). - futex,rt_mutex: Provide futex specific rt_mutex API (bsc#969755). - futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() (bsc#969755). - HID: Fix slab-out-of-bounds read in hid_field_extract (bsc#1180052). - IB/hfi1: Clean up hfi1_user_exp_rcv_setup function (bsc#1179878). - IB/hfi1: Clean up pin_vector_pages() function (bsc#1179878). - IB/hfi1: Fix the bail out code in pin_vector_pages() function (bsc#1179878). - IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h (bsc#1179878). - IB/hfi1: Name function prototype parameters (bsc#1179878). - IB/hfi1: Use filedata rather than filepointer (bsc#1179878). - locking/futex: Allow low-level atomic operations to return -EAGAIN (bsc#969755). - mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault() (bsc#1179204). - scsi: iscsi: Fix a potential deadlock in the timeout handler (bsc#1178272). - Use r3 instead of r13 for l1d fallback flush in do_uaccess_fush (bsc#1181096 ltc#190883). - video: hyperv_fb: include vmalloc.h (bsc#1175306).
Patchnames: HPE-Helion-OpenStack-8-2021-452,SUSE-2021-452,SUSE-OpenStack-Cloud-8-2021-452,SUSE-OpenStack-Cloud-Crowbar-8-2021-452,SUSE-SLE-HA-12-SP3-2021-452,SUSE-SLE-SAP-12-SP3-2021-452,SUSE-SLE-SERVER-12-SP3-2021-452,SUSE-SLE-SERVER-12-SP3-BCL-2021-452,SUSE-Storage-5-2021-452
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: HPE Helion OpenStack 8:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: HPE Helion OpenStack 8:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: HPE Helion OpenStack 8:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: HPE Helion OpenStack 8:kernel-default-kgraft-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: HPE Helion OpenStack 8:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: HPE Helion OpenStack 8:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: HPE Helion OpenStack 8:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: HPE Helion OpenStack 8:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: HPE Helion OpenStack 8:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-default-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-default-base-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-default-devel-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-default-kgraft-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-syms-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 5:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:cluster-md-kmp-default-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:cluster-md-kmp-default-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:cluster-md-kmp-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:dlm-kmp-default-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:dlm-kmp-default-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:dlm-kmp-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:gfs2-kmp-default-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:gfs2-kmp-default-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:gfs2-kmp-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:ocfs2-kmp-default-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:ocfs2-kmp-default-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP3:ocfs2-kmp-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-base-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-base-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-base-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-kgraft-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-kgraft-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-default-man-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-syms-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-syms-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-syms-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP3:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-base-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-base-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-base-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-devel-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-devel-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-devel-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-kgraft-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-kgraft-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-default-man-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-syms-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-syms-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-syms-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-base-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-base-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-base-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-kgraft-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-kgraft-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-default-man-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-syms-0:4.4.180-94.138.1.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-syms-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-syms-0:4.4.180-94.138.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP3:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-default-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-default-base-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-default-kgraft-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-default-kgraft-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-syms-0:4.4.180-94.138.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kernel-default-kgraft-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 8:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kernel-default-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kernel-default-base-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kernel-default-devel-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kernel-default-kgraft-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kernel-devel-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kernel-macros-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kernel-source-0:4.4.180-94.138.1.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kernel-syms-0:4.4.180-94.138.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 8:kgraft-patch-4_4_180-94_138-default-0:1-4.3.1.x86_64 —
Vendor Fix
Threats
Impact low
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact important
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
Threats
Impact moderate
Affected products
Recommended 146 products, the same list as for CVE-2018-10902
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-security-upd… self
https://bugzilla.suse.com/1105322 self
https://bugzilla.suse.com/1105323 self
https://bugzilla.suse.com/1139944 self
https://bugzilla.suse.com/1168952 self
https://bugzilla.suse.com/1173942 self
https://bugzilla.suse.com/1175306 self
https://bugzilla.suse.com/1176395 self
https://bugzilla.suse.com/1176485 self
https://bugzilla.suse.com/1177440 self
https://bugzilla.suse.com/1177666 self
https://bugzilla.suse.com/1178182 self
https://bugzilla.suse.com/1178272 self
https://bugzilla.suse.com/1178589 self
https://bugzilla.suse.com/1178886 self
https://bugzilla.suse.com/1179107 self
https://bugzilla.suse.com/1179140 self
https://bugzilla.suse.com/1179141 self
https://bugzilla.suse.com/1179204 self
https://bugzilla.suse.com/1179419 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/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/1180815 self
https://bugzilla.suse.com/1181096 self
https://bugzilla.suse.com/1181158 self
https://bugzilla.suse.com/1181349 self
https://bugzilla.suse.com/1181553 self
https://bugzilla.suse.com/969755 self
https://www.suse.com/security/cve/CVE-2018-10902/ 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-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-25285/ 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-28915/ self
https://www.suse.com/security/cve/CVE-2020-28974/ 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-2018-10902 external
https://bugzilla.suse.com/1105322 external
https://bugzilla.suse.com/1105323 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-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-25285 external
https://bugzilla.suse.com/1176485 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-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-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

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