SUSE-SU-2021:3972-1

Vulnerability from csaf_suse - Published: 2021-12-08 10:39 - Updated: 2026-09-20 14:11
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 SP4 kernel was updated to receive various security and bugfixes. The following security bugs were fixed: - Unprivileged BPF has been disabled by default to reduce attack surface as too many security issues have happened in the past (jsc#SLE-22573) You can reenable via systemctl setting /proc/sys/kernel/unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0) The following security bugs were fixed: - CVE-2021-0941: In bpf_skb_change_head of filter.c, there is a possible out of bounds read due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1192045). - CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel A bound check failure allowed an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability (bnc#1192781). - CVE-2021-20322: Make the ipv4 and ipv6 ICMP exception caches less predictive to avoid information leaks about UDP ports in use. (bsc#1191790) - CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device fails. (bsc#1191961) - CVE-2021-3655: Fixed a missing size validations on inbound SCTP packets, which may have allowed the kernel to read uninitialized memory (bsc#1188563). - CVE-2021-3715: Fixed a use-after-free in route4_change() in net/sched/cls_route.c (bsc#1190349). - CVE-2021-3760: Fixed a use-after-free vulnerability with the ndev->rf_conn_info object (bsc#1190067). - CVE-2021-42739: The firewire subsystem had a buffer overflow related to drivers/media/firewire/firedtv-avc.c and drivers/media/firewire/firedtv-ci.c, because avc_ca_pmt mishandled bounds checking (bsc#1184673). - CVE-2021-3542: Fixed heap buffer overflow in firedtv driver (bsc#1186063). - CVE-2021-42252: Fixed an issue inside aspeed_lpc_ctrl_mmap that could have allowed local attackers to access the Aspeed LPC control interface to overwrite memory in the kernel and potentially execute privileges (bnc#1190479). - CVE-2021-41864: Fixed prealloc_elems_and_freelist that allowed unprivileged users to trigger an eBPF multiplication integer overflow with a resultant out-of-bounds write (bnc#1191317). - CVE-2021-42008: Fixed a slab out-of-bounds write in the decode_data function in drivers/net/hamradio/6pack.c. Input from a process that had the CAP_NET_ADMIN capability could have lead to root access (bsc#1191315). - CVE-2021-37159: Fixed use-after-free and a double free inside hso_free_net_device in drivers/net/usb/hso.c when unregister_netdev is called without checking for the NETREG_REGISTERED state (bnc#1188601). - CVE-2020-3702: Fixed a bug which could be triggered with specifically timed and handcrafted traffic and cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure. (bnc#1191193) - CVE-2021-3752: Fixed a use after free vulnerability in the Linux kernel's bluetooth module. (bsc#1190023) - CVE-2021-40490: Fixed a race condition discovered in the ext4 subsystem that could leat to local priviledge escalation. (bnc#1190159) - CVE-2021-3744: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1189884) - CVE-2021-3764: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1190534) - CVE-2021-3772: Fixed a remote denial of service in the SCTP stack, if the attacker can spoof IP addresses and knows the IP-addresses and port numbers being used (bnc#1190351). - CVE-2018-9517: Fixed possible memory corruption due to a use after free in pppol2tp_connect (bsc#1108488). - CVE-2019-3874: Fixed possible denial of service attack via SCTP socket buffer used by a userspace applications (bnc#1129898). - CVE-2019-3900: Fixed an infinite loop issue while handling incoming packets in handle_rx() (bnc#1133374). - CVE-2021-3640: Fixed a Use-After-Free vulnerability in function sco_sock_sendmsg() in the bluetooth stack (bsc#1188172). - CVE-2021-3653: Missing validation of the `int_ctl` VMCB field and allows a malicious L1 guest to enable AVIC support for the L2 guest. (bsc#1189399). - CVE-2021-3656: Missing validation of the the `virt_ext` VMCB field and allows a malicious L1 guest to disable both VMLOAD/VMSAVE intercepts and VLS for the L2 guest (bsc#1189400). - CVE-2021-3679: A lack of CPU resource in tracing module functionality was found in the way user uses trace ring buffer in a specific way. Only privileged local users (with CAP_SYS_ADMIN capability) could use this flaw to starve the resources causing denial of service (bnc#1189057). - CVE-2021-3732: Mounting overlayfs inside an unprivileged user namespace can reveal files (bsc#1189706). - CVE-2021-3753: Fixed race out-of-bounds in virtual terminal handling (bsc#1190025). - CVE-2021-3759: Unaccounted ipc objects in Linux kernel could have lead to breaking memcg limits and DoS attacks (bsc#1190115). - CVE-2021-38160: Data corruption or loss could be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size in drivers/char/virtio_console.c (bsc#1190117) - CVE-2021-38198: arch/x86/kvm/mmu/paging_tmpl.h incorrectly computes the access permissions of a shadow page, leading to a missing guest protection page fault (bnc#1189262). - CVE-2021-38204: drivers/usb/host/max3421-hcd.c allowed physically proximate attackers to cause a denial of service (use-after-free and panic) by removing a MAX-3421 USB device in certain situations (bnc#1189291). - CVE-2021-34556: Fixed side-channel attack via a Speculative Store Bypass via unprivileged BPF program that could have obtain sensitive information from kernel memory (bsc#1188983). - CVE-2021-35477: Fixed BPF stack frame pointer which could have been abused to disclose content of arbitrary kernel memory (bsc#1188985). - CVE-2020-12770: Fixed sg_remove_request call in a certain failure cases (bsc#1171420). - CVE-2021-3659: Fixed a NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.c (bsc#1188876). - CVE-2021-22543: Fixed improper handling of VM_IO|VM_PFNMAP vmas in KVM, which could bypass RO checks and can lead to pages being freed while still accessible by the VMM and guest. This allowed users with the ability to start and control a VM to read/write random pages of memory and can result in local privilege escalation (bsc#1186482). - CVE-2021-37576: Fixed an issue on the powerpc platform, where a KVM guest OS user could cause host OS memory corruption via rtas_args.nargs (bsc#1188838). - CVE-2020-0429: In l2tp_session_delete and related functions of l2tp_core.c, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. (bsc#1176724). The following non-security bugs were fixed: - Add arch-dependent support markers in supported.conf (bsc#1186672) - Add the support for kernel-FLAVOR-optional subpackage (jsc#SLE-11796) - NFS: Do uncached readdir when we're seeking a cookie in an empty page cache (bsc#1191628). - PCI: hv: Use expected affinity when unmasking IRQ (bsc#1185973). - Use /usr/lib/modules as module dir when usermerge is active in the target distro. - UsrMerge the kernel (boo#1184804) - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22913) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22913). - cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode (bsc#1185758,bsc#1192400). - drm: fix spectre issue in vmw_execbuf_ioctl (bsc#1192802). - drop debugging statements - ftrace: Fix scripts/recordmcount.pl due to new binutils (bsc#1192267). - gigaset: fix spectre issue in do_data_b3_req (bsc#1192802). - handle also race conditions in /proc/net/tcp code - hisax: fix spectre issues (bsc#1192802). - hv: adjust mana_select_queue to old ndo_select_queue API - hv: mana: adjust mana_select_queue to old API (jsc#SLE-18779, bsc#1185727). - hv: mana: fake bitmap API (jsc#SLE-18779, bsc#1185726). - hv: mana: remove netdev_lockdep_set_classes usage (jsc#SLE-18779, bsc#1185727). - hysdn: fix spectre issue in hycapi_send_message (bsc#1192802). - infiniband: fix spectre issue in ib_uverbs_write (bsc#1192802). - ipc: remove memcg accounting for sops objects in do_semtimedop() (bsc#1190115). - iwlwifi: fix spectre issue in iwl_dbgfs_update_pm (bsc#1192802). - media: dvb_ca_en50221: prevent using slot_info for Spectre attacs (bsc#1192802). - media: dvb_ca_en50221: sanity check slot number from userspace (bsc#1192802). - media: wl128x: get rid of a potential spectre issue (bsc#1192802). - memcg: enable accounting for file lock caches (bsc#1190115). - mm: vmscan: scan anonymous pages on file refaults (VM Performance, bsc#1183050). - mpt3sas: fix spectre issues (bsc#1192802). - net/mlx4_en: Avoid scheduling restart task if it is already running (bsc#1181854 bsc#1181855). - net/mlx4_en: Handle TX error CQE (bsc#1181854 bsc#1181855). - net: mana: Add WARN_ON_ONCE in case of CQE read overflow (jsc#SLE-18779, bsc#1185727). - net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (jsc#SLE-18779, bsc#1185727). - net: mana: Add support for EQ sharing (jsc#SLE-18779, bsc#1185727). - net: mana: Fix a memory leak in an error handling path in (jsc#SLE-18779, bsc#1185727). - net: mana: Fix error handling in mana_create_rxq() (git-fixes, bsc#1191801). - net: mana: Move NAPI from EQ to CQ (jsc#SLE-18779, bsc#1185727). - net: mana: Prefer struct_size over open coded arithmetic (jsc#SLE-18779, bsc#1185727). - net: mana: Use int to check the return value of mana_gd_poll_cq() (jsc#SLE-18779, bsc#1185727). - net: mana: Use struct_size() in kzalloc() (jsc#SLE-18779, bsc#1185727). - net: mana: fix PCI_HYPERV dependency (jsc#SLE-18779, bsc#1185727). - net: mana: remove redundant initialization of variable err (jsc#SLE-18779, bsc#1185727). - net: sched: sch_teql: fix null-pointer dereference (bsc#1190717). - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() (bsc#1192802). - net_sched: cls_route: remove the right filter from hashtable (networking-stable-20_03_28). - objtool: Do not fail on missing symbol table (bsc#1192379). - osst: fix spectre issue in osst_verify_frame (bsc#1192802). - ovl: check whiteout in ovl_create_over_whiteout() (bsc#1189846). - ovl: filter of trusted xattr results in audit (bsc#1189846). - ovl: fix dentry leak in ovl_get_redirect (bsc#1189846). - ovl: initialize error in ovl_copy_xattr (bsc#1189846). - ovl: relax WARN_ON() on rename to self (bsc#1189846). - s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant (bsc#1190601). - s390/bpf: Fix branch shortening during codegen pass (bsc#1190601). - s390/bpf: Fix optimizing out zero-extensions (bsc#1190601). - s390/bpf: Wrap JIT macro parameter usages in parentheses (bsc#1190601). - s390/unwind: use current_frame_address() to unwind current task (bsc#1185677). - s390/vtime: fix increased steal time accounting (bsc#1183861). - s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* (bsc#1190601). - scripts/git_sort/git_sort.py: add bpf git repo - sctp: check asoc peer.asconf_capable before processing asconf (bsc#1190351). - sctp: fully initialize v4 addr in some functions (bsc#1188563). - sysvipc/sem: mitigate semnum index against spectre v1 (bsc#1192802). - x86/CPU: Add more Icelake model numbers (bsc#1185758,bsc#1192400). - x86/debug: Extend the lower bound of crash kernel low reservations (bsc#1153720). - xfrm: xfrm_state_mtu should return at least 1280 for ipv6 (bsc#1185377).
Patchnames: SUSE-2021-3972,SUSE-OpenStack-Cloud-9-2021-3972,SUSE-OpenStack-Cloud-Crowbar-9-2021-3972,SUSE-SLE-HA-12-SP4-2021-3972,SUSE-SLE-Live-Patching-12-SP4-2021-3972,SUSE-SLE-SAP-12-SP4-2021-3972,SUSE-SLE-SERVER-12-SP4-LTSS-2021-3972
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 12 SP4:cluster-md-kmp-default-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-base-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-base-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-base-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-base-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-default-man-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-devel-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-macros-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-source-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-syms-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-syms-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-syms-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 12 SP4:kernel-syms-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_83-default-0:1-6.3.1.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_83-default-0:1-6.3.1.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_83-default-0:1-6.3.1.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-base-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-base-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-base-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-base-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-devel-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-devel-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-devel-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-devel-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-man-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-devel-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-macros-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-source-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-syms-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-syms-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-syms-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-syms-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-base-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-base-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-base-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-base-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-default-man-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-devel-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-macros-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-source-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-syms-0:4.12.14-95.83.2.aarch64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-syms-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-syms-0:4.12.14-95.83.2.s390x —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP4:kernel-syms-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-devel-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-macros-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-source-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-0:4.12.14-95.83.2.ppc64le —
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 9:kernel-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 9:kernel-default-base-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 9:kernel-default-devel-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 9:kernel-devel-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 9:kernel-macros-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 9:kernel-source-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud 9:kernel-syms-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 9:kernel-default-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 9:kernel-default-base-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 9:kernel-default-devel-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 9:kernel-devel-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 9:kernel-macros-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 9:kernel-source-0:4.12.14-95.83.2.noarch —
Vendor Fix
Unresolved product id: SUSE OpenStack Cloud Crowbar 9:kernel-syms-0:4.12.14-95.83.2.x86_64 —
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact low
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact low
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact moderate
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
Threats
Impact important
Affected products
Recommended 106 products, the same list as for CVE-2018-13405
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/1087082 self
https://bugzilla.suse.com/1100416 self
https://bugzilla.suse.com/1108488 self
https://bugzilla.suse.com/1129735 self
https://bugzilla.suse.com/1129898 self
https://bugzilla.suse.com/1133374 self
https://bugzilla.suse.com/1153720 self
https://bugzilla.suse.com/1171420 self
https://bugzilla.suse.com/1176724 self
https://bugzilla.suse.com/1176931 self
https://bugzilla.suse.com/1180624 self
https://bugzilla.suse.com/1181854 self
https://bugzilla.suse.com/1181855 self
https://bugzilla.suse.com/1183050 self
https://bugzilla.suse.com/1183861 self
https://bugzilla.suse.com/1184673 self
https://bugzilla.suse.com/1184804 self
https://bugzilla.suse.com/1185377 self
https://bugzilla.suse.com/1185677 self
https://bugzilla.suse.com/1185726 self
https://bugzilla.suse.com/1185727 self
https://bugzilla.suse.com/1185758 self
https://bugzilla.suse.com/1185973 self
https://bugzilla.suse.com/1186063 self
https://bugzilla.suse.com/1186482 self
https://bugzilla.suse.com/1186483 self
https://bugzilla.suse.com/1186672 self
https://bugzilla.suse.com/1188026 self
https://bugzilla.suse.com/1188172 self
https://bugzilla.suse.com/1188563 self
https://bugzilla.suse.com/1188601 self
https://bugzilla.suse.com/1188613 self
https://bugzilla.suse.com/1188838 self
https://bugzilla.suse.com/1188842 self
https://bugzilla.suse.com/1188876 self
https://bugzilla.suse.com/1188983 self
https://bugzilla.suse.com/1188985 self
https://bugzilla.suse.com/1189057 self
https://bugzilla.suse.com/1189262 self
https://bugzilla.suse.com/1189278 self
https://bugzilla.suse.com/1189291 self
https://bugzilla.suse.com/1189399 self
https://bugzilla.suse.com/1189400 self
https://bugzilla.suse.com/1189418 self
https://bugzilla.suse.com/1189420 self
https://bugzilla.suse.com/1189706 self
https://bugzilla.suse.com/1189846 self
https://bugzilla.suse.com/1189884 self
https://bugzilla.suse.com/1190023 self
https://bugzilla.suse.com/1190025 self
https://bugzilla.suse.com/1190067 self
https://bugzilla.suse.com/1190115 self
https://bugzilla.suse.com/1190117 self
https://bugzilla.suse.com/1190118 self
https://bugzilla.suse.com/1190159 self
https://bugzilla.suse.com/1190276 self
https://bugzilla.suse.com/1190349 self
https://bugzilla.suse.com/1190350 self
https://bugzilla.suse.com/1190351 self
https://bugzilla.suse.com/1190432 self
https://bugzilla.suse.com/1190479 self
https://bugzilla.suse.com/1190534 self
https://bugzilla.suse.com/1190601 self
https://bugzilla.suse.com/1190717 self
https://bugzilla.suse.com/1191193 self
https://bugzilla.suse.com/1191315 self
https://bugzilla.suse.com/1191317 self
https://bugzilla.suse.com/1191318 self
https://bugzilla.suse.com/1191529 self
https://bugzilla.suse.com/1191530 self
https://bugzilla.suse.com/1191628 self
https://bugzilla.suse.com/1191660 self
https://bugzilla.suse.com/1191790 self
https://bugzilla.suse.com/1191801 self
https://bugzilla.suse.com/1191813 self
https://bugzilla.suse.com/1191961 self
https://bugzilla.suse.com/1192036 self
https://bugzilla.suse.com/1192045 self
https://bugzilla.suse.com/1192048 self
https://bugzilla.suse.com/1192267 self
https://bugzilla.suse.com/1192379 self
https://bugzilla.suse.com/1192400 self
https://bugzilla.suse.com/1192444 self
https://bugzilla.suse.com/1192549 self
https://bugzilla.suse.com/1192775 self
https://bugzilla.suse.com/1192781 self
https://bugzilla.suse.com/1192802 self
https://www.suse.com/security/cve/CVE-2018-13405/ self
https://www.suse.com/security/cve/CVE-2018-9517/ self
https://www.suse.com/security/cve/CVE-2019-3874/ self
https://www.suse.com/security/cve/CVE-2019-3900/ self
https://www.suse.com/security/cve/CVE-2020-0429/ self
https://www.suse.com/security/cve/CVE-2020-12770/ self
https://www.suse.com/security/cve/CVE-2020-3702/ self
https://www.suse.com/security/cve/CVE-2021-0941/ self
https://www.suse.com/security/cve/CVE-2021-20322/ self
https://www.suse.com/security/cve/CVE-2021-22543/ self
https://www.suse.com/security/cve/CVE-2021-31916/ self
https://www.suse.com/security/cve/CVE-2021-34556/ self
https://www.suse.com/security/cve/CVE-2021-34981/ self
https://www.suse.com/security/cve/CVE-2021-3542/ self
https://www.suse.com/security/cve/CVE-2021-35477/ self
https://www.suse.com/security/cve/CVE-2021-3640/ self
https://www.suse.com/security/cve/CVE-2021-3653/ self
https://www.suse.com/security/cve/CVE-2021-3655/ self
https://www.suse.com/security/cve/CVE-2021-3656/ self
https://www.suse.com/security/cve/CVE-2021-3659/ self
https://www.suse.com/security/cve/CVE-2021-3679/ self
https://www.suse.com/security/cve/CVE-2021-3715/ self
https://www.suse.com/security/cve/CVE-2021-37159/ self
https://www.suse.com/security/cve/CVE-2021-3732/ self
https://www.suse.com/security/cve/CVE-2021-3744/ self
https://www.suse.com/security/cve/CVE-2021-3752/ self
https://www.suse.com/security/cve/CVE-2021-3753/ self
https://www.suse.com/security/cve/CVE-2021-37576/ self
https://www.suse.com/security/cve/CVE-2021-3759/ self
https://www.suse.com/security/cve/CVE-2021-3760/ self
https://www.suse.com/security/cve/CVE-2021-3764/ self
https://www.suse.com/security/cve/CVE-2021-3772/ self
https://www.suse.com/security/cve/CVE-2021-38160/ self
https://www.suse.com/security/cve/CVE-2021-38198/ self
https://www.suse.com/security/cve/CVE-2021-38204/ self
https://www.suse.com/security/cve/CVE-2021-40490/ self
https://www.suse.com/security/cve/CVE-2021-41864/ self
https://www.suse.com/security/cve/CVE-2021-42008/ self
https://www.suse.com/security/cve/CVE-2021-42252/ self
https://www.suse.com/security/cve/CVE-2021-42739/ self
https://www.suse.com/security/cve/CVE-2018-13405 external
https://bugzilla.suse.com/1087082 external
https://bugzilla.suse.com/1100416 external
https://bugzilla.suse.com/1129735 external
https://bugzilla.suse.com/1195161 external
https://bugzilla.suse.com/1198702 external
https://www.suse.com/security/cve/CVE-2018-9517 external
https://bugzilla.suse.com/1108488 external
https://www.suse.com/security/cve/CVE-2019-3874 external
https://bugzilla.suse.com/1129898 external
https://www.suse.com/security/cve/CVE-2019-3900 external
https://bugzilla.suse.com/1133374 external
https://www.suse.com/security/cve/CVE-2020-0429 external
https://bugzilla.suse.com/1176724 external
https://bugzilla.suse.com/1176931 external
https://bugzilla.suse.com/1188026 external
https://www.suse.com/security/cve/CVE-2020-12770 external
https://bugzilla.suse.com/1171420 external
https://www.suse.com/security/cve/CVE-2020-3702 external
https://bugzilla.suse.com/1191193 external
https://bugzilla.suse.com/1191529 external
https://www.suse.com/security/cve/CVE-2021-0941 external
https://bugzilla.suse.com/1192045 external
https://bugzilla.suse.com/1192048 external
https://www.suse.com/security/cve/CVE-2021-20322 external
https://bugzilla.suse.com/1191790 external
https://bugzilla.suse.com/1191813 external
https://bugzilla.suse.com/1193290 external
https://www.suse.com/security/cve/CVE-2021-22543 external
https://bugzilla.suse.com/1186482 external
https://bugzilla.suse.com/1186483 external
https://bugzilla.suse.com/1190276 external
https://bugzilla.suse.com/1197660 external
https://www.suse.com/security/cve/CVE-2021-31916 external
https://bugzilla.suse.com/1192781 external
https://www.suse.com/security/cve/CVE-2021-34556 external
https://bugzilla.suse.com/1188983 external
https://www.suse.com/security/cve/CVE-2021-34981 external
https://bugzilla.suse.com/1191961 external
https://bugzilla.suse.com/1192595 external
https://bugzilla.suse.com/1196722 external
https://bugzilla.suse.com/1212298 external
https://www.suse.com/security/cve/CVE-2021-3542 external
https://bugzilla.suse.com/1184673 external
https://bugzilla.suse.com/1186063 external
https://www.suse.com/security/cve/CVE-2021-35477 external
https://bugzilla.suse.com/1188985 external
https://www.suse.com/security/cve/CVE-2021-3640 external
https://bugzilla.suse.com/1188172 external
https://bugzilla.suse.com/1188613 external
https://bugzilla.suse.com/1191530 external
https://bugzilla.suse.com/1196810 external
https://bugzilla.suse.com/1196914 external
https://www.suse.com/security/cve/CVE-2021-3653 external
https://bugzilla.suse.com/1189399 external
https://bugzilla.suse.com/1189420 external
https://bugzilla.suse.com/1196914 external
https://www.suse.com/security/cve/CVE-2021-3655 external
https://bugzilla.suse.com/1188563 external
https://www.suse.com/security/cve/CVE-2021-3656 external
https://bugzilla.suse.com/1189400 external
https://bugzilla.suse.com/1189418 external
https://www.suse.com/security/cve/CVE-2021-3659 external
https://bugzilla.suse.com/1188876 external
https://www.suse.com/security/cve/CVE-2021-3679 external
https://bugzilla.suse.com/1189057 external
https://www.suse.com/security/cve/CVE-2021-3715 external
https://bugzilla.suse.com/1190349 external
https://bugzilla.suse.com/1190350 external
https://bugzilla.suse.com/1196722 external
https://www.suse.com/security/cve/CVE-2021-37159 external
https://bugzilla.suse.com/1188601 external
https://www.suse.com/security/cve/CVE-2021-3732 external
https://bugzilla.suse.com/1189706 external
https://www.suse.com/security/cve/CVE-2021-3744 external
https://bugzilla.suse.com/1189884 external
https://bugzilla.suse.com/1190534 external
https://www.suse.com/security/cve/CVE-2021-3752 external
https://bugzilla.suse.com/1190023 external
https://bugzilla.suse.com/1190432 external
https://www.suse.com/security/cve/CVE-2021-3753 external
https://bugzilla.suse.com/1190025 external
https://www.suse.com/security/cve/CVE-2021-37576 external
https://bugzilla.suse.com/1188838 external
https://bugzilla.suse.com/1188842 external
https://bugzilla.suse.com/1190276 external
https://www.suse.com/security/cve/CVE-2021-3759 external
https://bugzilla.suse.com/1190115 external
https://www.suse.com/security/cve/CVE-2021-3760 external
https://bugzilla.suse.com/1190067 external
https://www.suse.com/security/cve/CVE-2021-3764 external
https://bugzilla.suse.com/1190534 external
https://bugzilla.suse.com/1194518 external
https://www.suse.com/security/cve/CVE-2021-3772 external
https://bugzilla.suse.com/1190351 external
https://www.suse.com/security/cve/CVE-2021-38160 external
https://bugzilla.suse.com/1190117 external
https://bugzilla.suse.com/1190118 external
https://bugzilla.suse.com/1196914 external
https://www.suse.com/security/cve/CVE-2021-38198 external
https://bugzilla.suse.com/1189262 external
https://bugzilla.suse.com/1189278 external
https://bugzilla.suse.com/1196914 external
https://www.suse.com/security/cve/CVE-2021-38204 external
https://bugzilla.suse.com/1189291 external
https://www.suse.com/security/cve/CVE-2021-40490 external
https://bugzilla.suse.com/1190159 external
https://bugzilla.suse.com/1192775 external
https://www.suse.com/security/cve/CVE-2021-41864 external
https://bugzilla.suse.com/1191317 external
https://bugzilla.suse.com/1191318 external
https://www.suse.com/security/cve/CVE-2021-42008 external
https://bugzilla.suse.com/1191315 external
https://bugzilla.suse.com/1191660 external
https://bugzilla.suse.com/1196722 external
https://bugzilla.suse.com/1196810 external
https://bugzilla.suse.com/1196914 external
https://www.suse.com/security/cve/CVE-2021-42252 external
https://bugzilla.suse.com/1190479 external
https://bugzilla.suse.com/1192444 external
https://www.suse.com/security/cve/CVE-2021-42739 external
https://bugzilla.suse.com/1184673 external
https://bugzilla.suse.com/1192036 external
https://bugzilla.suse.com/1196722 external
https://bugzilla.suse.com/1196914 external

Loading 1.5 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

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

Sightings

Author Source Type Date Other

Nomenclature

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

Loading…

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…