[SUSE-SU-2021:2421-1] Security update for the Linux Kernel

Severity Important
Affected Packages 33
CVEs 24

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 LTSS kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

  • CVE-2021-22555: A heap out-of-bounds write was discovered in net/netfilter/x_tables.c (bnc#1188116 ).
  • CVE-2021-33909: Extremely large seq buffer allocations in seq_file could lead to buffer underruns and code execution (bsc#1188062).
  • CVE-2021-3609: A use-after-free in can/bcm could have led to privilege escalation (bsc#1187215).
  • CVE-2021-33624: In kernel/bpf/verifier.c a branch can be mispredicted (e.g., because of type confusion) and consequently an unprivileged BPF program can read arbitrary memory locations via a side-channel attack, aka CID-9183671af6db (bnc#1187554).
  • CVE-2021-0605: In pfkey_dump of af_key.c, there is a possible out-of-bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation (bnc#1187601).
  • CVE-2021-0512: In __hidinput_change_resolution_multipliers of hid-input.c, there is a possible out of bounds write due to a heap buffer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1187595).
  • CVE-2020-26558: Bluetooth LE and BR/EDR secure pairing in Bluetooth Core Specification 2.1 may permit a nearby man-in-the-middle attacker to identify the Passkey used during pairing (in the Passkey authentication procedure) by reflection of the public key and the authentication evidence of the initiating device, potentially permitting this attacker to complete authenticated pairing with the responding device using the correct Passkey for the pairing session. The attack methodology determines the Passkey value one bit at a time (bnc#1179610).
  • CVE-2021-34693: net/can/bcm.c in the Linux kernel allowed local users to obtain sensitive information from kernel stack memory because parts of a data structure are uninitialized (bnc#1187452).
  • CVE-2020-36385: An issue was discovered in the Linux kernel drivers/infiniband/core/ucma.c has a use-after-free because the ctx is reached via the ctx_list in some ucma_migrate_id situations where ucma_close is called, aka CID-f5449e74802c (bnc#1187050).
  • CVE-2021-0129: Improper access control in BlueZ may have allowed an authenticated user to potentially enable information disclosure via adjacent access (bnc#1186463).
  • CVE-2020-36386: An issue was discovered in the Linux kernel net/bluetooth/hci_event.c has a slab out-of-bounds read in hci_extended_inquiry_result_evt, aka CID-51c19bf3d5cf (bnc#1187038).
  • CVE-2020-24588: The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that the A-MSDU flag in the plaintext QoS header field is authenticated. Against devices that support receiving non-SSP A-MSDU frames (which is mandatory as part of 802.11n), an adversary can abuse this to inject arbitrary network packets (bnc#1185861).
  • CVE-2021-33200: kernel/bpf/verifier.c enforced incorrect limits for pointer arithmetic operations, aka CID-bb01a1bba579. This can be abused to perform out-of-bounds reads and writes in kernel memory, leading to local privilege escalation to root. In particular, there is a corner case where the off reg causes a masking direction change, which then results in an incorrect final aux->alu_limit (bnc#1186484).
  • CVE-2021-33034: net/bluetooth/hci_event.c had a use-after-free when destroying an hci_chan, aka CID-5c4c8c954409. This leads to writing an arbitrary value (bnc#1186111).
  • CVE-2020-26139: An Access Point (AP) forwards EAPOL frames to other clients even though the sender has not yet successfully authenticated to the AP. This might be abused in projected Wi-Fi networks to launch denial-of-service attacks against connected clients and made it easier to exploit other vulnerabilities in connected clients (bnc#1186062).
  • CVE-2021-23134: Use After Free vulnerability in nfc sockets allowed local attackers to elevate their privileges. In typical configurations, the issue can only be triggered by a privileged local user with the CAP_NET_RAW capability (bnc#1186060).
  • CVE-2020-24586: The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that received fragments be cleared from memory after (re)connecting to a network. Under the right circumstances, when another device sends fragmented frames encrypted using WEP, CCMP, or GCMP, this can be abused to inject arbitrary network packets and/or exfiltrate user data (bnc#1185859).
  • CVE-2020-26141: The Wi-Fi implementation did not verify the Message Integrity Check (authenticity) of fragmented TKIP frames. An adversary can abuse this to inject and possibly decrypt packets in WPA or WPA2 networks that support the TKIP data-confidentiality protocol (bnc#1185987).
  • CVE-2020-26145: The WEP, WPA, WPA2, and WPA3 implementations accept second (or subsequent) broadcast fragments even when sent in plaintext and process them as full unfragmented frames. An adversary can abuse this to inject arbitrary network packets independent of the network configuration (bnc#1185860).
  • CVE-2020-24587: The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that all fragments of a frame are encrypted under the same key. An adversary can abuse this to decrypt selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP encryption key is periodically renewed (bnc#1185859 bnc#1185862).
  • CVE-2020-26147: The WEP, WPA, WPA2, and WPA3 implementations reassemble fragments even though some of them were sent in plaintext. This vulnerability can be abused to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP data-confidentiality protocol is used. ()
  • CVE-2021-3491: The io_uring subsystem allowed the MAX_RW_COUNT limit to be bypassed in the PROVIDE_BUFFERS operation, which led to negative values being usedin mem_rw when reading /proc/<PID>/mem. This could be used to create a heap overflow leading to arbitrary code execution in the kernel. (bnc#1185642).
  • CVE-2021-23133: A race condition in SCTP sockets (net/sctp/socket.c) could lead to kernel privilege escalation from the context of a network service or an unprivileged process. If sctp_destroy_sock is called without sock_net(sk)->sctp.addr_wq_lock then an element is removed from the auto_asconf_splist list without any proper locking. This can be exploited by an attacker with network service privileges to escalate to root or from the context of an unprivileged user directly if a BPF_CGROUP_INET_SOCK_CREATE is attached which denies creation of some SCTP socket (bnc#1184675).
  • CVE-2021-32399: net/bluetooth/hci_request.c in the Linux kernel has a race condition for removal of the HCI controller (bnc#1184611 bnc#1185898).

The following non-security bugs were fixed:

  • Drivers: hv: vmbus: Increase wait time for VMbus unload (bsc#1185725).
  • Drivers: hv: vmbus: Initialize unload_event statically (bsc#1185725).
  • af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALL (bsc#1176081).
  • dm: fix redundant IO accounting for bios that need splitting (bsc#1183738).
  • kabi: preserve struct header_ops after bsc#1176081 fix (bsc#1176081).
  • net/ethernet: Add parse_protocol header_ops support (bsc#1176081).
  • net/mlx5e: Remove the wrong assumption about transport offset (bsc#1176081).
  • net/mlx5e: Trust kernel regarding transport offset (bsc#1176081).
  • net/packet: Ask driver for protocol if not provided by user (bsc#1176081).
  • net/packet: Remove redundant skb->protocol set (bsc#1176081).
  • net: Do not set transport offset to invalid value (bsc#1176081).
  • net: Introduce parse_protocol header_ops callback (bsc#1176081).
  • video: hyperv_fb: Add ratelimit on error message (bsc#1185725).
Package Affected Version
pkg:rpm/suse/reiserfs-kmp-default?arch=x86_64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/reiserfs-kmp-default?arch=s390x&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/reiserfs-kmp-default?arch=ppc64le&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/reiserfs-kmp-default?arch=aarch64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-vanilla-base?arch=x86_64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-vanilla-base?arch=s390x&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-vanilla-base?arch=ppc64le&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-vanilla-base?arch=aarch64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-syms?arch=x86_64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-syms?arch=s390x&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-syms?arch=ppc64le&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-syms?arch=aarch64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-source?arch=noarch&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-obs-build?arch=x86_64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-obs-build?arch=s390x&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-obs-build?arch=ppc64le&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-obs-build?arch=aarch64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-macros?arch=noarch&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-docs?arch=noarch&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-devel?arch=noarch&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default?arch=x86_64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default?arch=s390x&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default?arch=ppc64le&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default?arch=aarch64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-man?arch=s390x&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-devel?arch=x86_64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-devel?arch=s390x&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-devel?arch=ppc64le&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-devel?arch=aarch64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-base?arch=x86_64&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-base?arch=s390x&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-base?arch=ppc64le&distro=sles-15 < 4.12.14-150.75.1
pkg:rpm/suse/kernel-default-base?arch=aarch64&distro=sles-15 < 4.12.14-150.75.1
ID
SUSE-SU-2021:2421-1
Severity
important
URL
https://www.suse.com/support/update/announcement/2021/suse-su-20212421-1/
Published
2021-07-21T09:01:19
(3 years ago)
Modified
2021-07-21T09:01:19
(3 years ago)
Rights
Copyright 2024 SUSE LLC. All rights reserved.
Other Advisories
Source # ID Name URL
Suse SUSE ratings https://www.suse.com/support/security/rating/
Suse URL of this CSAF notice https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_2421-1.json
Suse URL for SUSE-SU-2021:2421-1 https://www.suse.com/support/update/announcement/2021/suse-su-20212421-1/
Suse E-Mail link for SUSE-SU-2021:2421-1 https://lists.suse.com/pipermail/sle-security-updates/2021-July/009183.html
Bugzilla SUSE Bug 1176081 https://bugzilla.suse.com/1176081
Bugzilla SUSE Bug 1179610 https://bugzilla.suse.com/1179610
Bugzilla SUSE Bug 1183738 https://bugzilla.suse.com/1183738
Bugzilla SUSE Bug 1184611 https://bugzilla.suse.com/1184611
Bugzilla SUSE Bug 1184675 https://bugzilla.suse.com/1184675
Bugzilla SUSE Bug 1185642 https://bugzilla.suse.com/1185642
Bugzilla SUSE Bug 1185725 https://bugzilla.suse.com/1185725
Bugzilla SUSE Bug 1185859 https://bugzilla.suse.com/1185859
Bugzilla SUSE Bug 1185860 https://bugzilla.suse.com/1185860
Bugzilla SUSE Bug 1185861 https://bugzilla.suse.com/1185861
Bugzilla SUSE Bug 1185862 https://bugzilla.suse.com/1185862
Bugzilla SUSE Bug 1185898 https://bugzilla.suse.com/1185898
Bugzilla SUSE Bug 1185987 https://bugzilla.suse.com/1185987
Bugzilla SUSE Bug 1186060 https://bugzilla.suse.com/1186060
Bugzilla SUSE Bug 1186062 https://bugzilla.suse.com/1186062
Bugzilla SUSE Bug 1186111 https://bugzilla.suse.com/1186111
Bugzilla SUSE Bug 1186463 https://bugzilla.suse.com/1186463
Bugzilla SUSE Bug 1186484 https://bugzilla.suse.com/1186484
Bugzilla SUSE Bug 1187038 https://bugzilla.suse.com/1187038
Bugzilla SUSE Bug 1187050 https://bugzilla.suse.com/1187050
Bugzilla SUSE Bug 1187215 https://bugzilla.suse.com/1187215
Bugzilla SUSE Bug 1187452 https://bugzilla.suse.com/1187452
Bugzilla SUSE Bug 1187554 https://bugzilla.suse.com/1187554
Bugzilla SUSE Bug 1187595 https://bugzilla.suse.com/1187595
Bugzilla SUSE Bug 1187601 https://bugzilla.suse.com/1187601
Bugzilla SUSE Bug 1188062 https://bugzilla.suse.com/1188062
Bugzilla SUSE Bug 1188116 https://bugzilla.suse.com/1188116
CVE SUSE CVE CVE-2020-24586 page https://www.suse.com/security/cve/CVE-2020-24586/
CVE SUSE CVE CVE-2020-24587 page https://www.suse.com/security/cve/CVE-2020-24587/
CVE SUSE CVE CVE-2020-24588 page https://www.suse.com/security/cve/CVE-2020-24588/
CVE SUSE CVE CVE-2020-26139 page https://www.suse.com/security/cve/CVE-2020-26139/
CVE SUSE CVE CVE-2020-26141 page https://www.suse.com/security/cve/CVE-2020-26141/
CVE SUSE CVE CVE-2020-26145 page https://www.suse.com/security/cve/CVE-2020-26145/
CVE SUSE CVE CVE-2020-26147 page https://www.suse.com/security/cve/CVE-2020-26147/
CVE SUSE CVE CVE-2020-26558 page https://www.suse.com/security/cve/CVE-2020-26558/
CVE SUSE CVE CVE-2020-36385 page https://www.suse.com/security/cve/CVE-2020-36385/
CVE SUSE CVE CVE-2020-36386 page https://www.suse.com/security/cve/CVE-2020-36386/
CVE SUSE CVE CVE-2021-0129 page https://www.suse.com/security/cve/CVE-2021-0129/
CVE SUSE CVE CVE-2021-0512 page https://www.suse.com/security/cve/CVE-2021-0512/
CVE SUSE CVE CVE-2021-0605 page https://www.suse.com/security/cve/CVE-2021-0605/
CVE SUSE CVE CVE-2021-22555 page https://www.suse.com/security/cve/CVE-2021-22555/
CVE SUSE CVE CVE-2021-23133 page https://www.suse.com/security/cve/CVE-2021-23133/
CVE SUSE CVE CVE-2021-23134 page https://www.suse.com/security/cve/CVE-2021-23134/
CVE SUSE CVE CVE-2021-32399 page https://www.suse.com/security/cve/CVE-2021-32399/
CVE SUSE CVE CVE-2021-33034 page https://www.suse.com/security/cve/CVE-2021-33034/
CVE SUSE CVE CVE-2021-33200 page https://www.suse.com/security/cve/CVE-2021-33200/
CVE SUSE CVE CVE-2021-33624 page https://www.suse.com/security/cve/CVE-2021-33624/
CVE SUSE CVE CVE-2021-33909 page https://www.suse.com/security/cve/CVE-2021-33909/
CVE SUSE CVE CVE-2021-34693 page https://www.suse.com/security/cve/CVE-2021-34693/
CVE SUSE CVE CVE-2021-3491 page https://www.suse.com/security/cve/CVE-2021-3491/
CVE SUSE CVE CVE-2021-3609 page https://www.suse.com/security/cve/CVE-2021-3609/
Type Package URL Namespace Name / Product Version Distribution / Platform Arch Patch / Fix
Affected pkg:rpm/suse/reiserfs-kmp-default?arch=x86_64&distro=sles-15 suse reiserfs-kmp-default < 4.12.14-150.75.1 sles-15 x86_64
Affected pkg:rpm/suse/reiserfs-kmp-default?arch=s390x&distro=sles-15 suse reiserfs-kmp-default < 4.12.14-150.75.1 sles-15 s390x
Affected pkg:rpm/suse/reiserfs-kmp-default?arch=ppc64le&distro=sles-15 suse reiserfs-kmp-default < 4.12.14-150.75.1 sles-15 ppc64le
Affected pkg:rpm/suse/reiserfs-kmp-default?arch=aarch64&distro=sles-15 suse reiserfs-kmp-default < 4.12.14-150.75.1 sles-15 aarch64
Affected pkg:rpm/suse/kernel-vanilla-base?arch=x86_64&distro=sles-15 suse kernel-vanilla-base < 4.12.14-150.75.1 sles-15 x86_64
Affected pkg:rpm/suse/kernel-vanilla-base?arch=s390x&distro=sles-15 suse kernel-vanilla-base < 4.12.14-150.75.1 sles-15 s390x
Affected pkg:rpm/suse/kernel-vanilla-base?arch=ppc64le&distro=sles-15 suse kernel-vanilla-base < 4.12.14-150.75.1 sles-15 ppc64le
Affected pkg:rpm/suse/kernel-vanilla-base?arch=aarch64&distro=sles-15 suse kernel-vanilla-base < 4.12.14-150.75.1 sles-15 aarch64
Affected pkg:rpm/suse/kernel-syms?arch=x86_64&distro=sles-15 suse kernel-syms < 4.12.14-150.75.1 sles-15 x86_64
Affected pkg:rpm/suse/kernel-syms?arch=s390x&distro=sles-15 suse kernel-syms < 4.12.14-150.75.1 sles-15 s390x
Affected pkg:rpm/suse/kernel-syms?arch=ppc64le&distro=sles-15 suse kernel-syms < 4.12.14-150.75.1 sles-15 ppc64le
Affected pkg:rpm/suse/kernel-syms?arch=aarch64&distro=sles-15 suse kernel-syms < 4.12.14-150.75.1 sles-15 aarch64
Affected pkg:rpm/suse/kernel-source?arch=noarch&distro=sles-15 suse kernel-source < 4.12.14-150.75.1 sles-15 noarch
Affected pkg:rpm/suse/kernel-obs-build?arch=x86_64&distro=sles-15 suse kernel-obs-build < 4.12.14-150.75.1 sles-15 x86_64
Affected pkg:rpm/suse/kernel-obs-build?arch=s390x&distro=sles-15 suse kernel-obs-build < 4.12.14-150.75.1 sles-15 s390x
Affected pkg:rpm/suse/kernel-obs-build?arch=ppc64le&distro=sles-15 suse kernel-obs-build < 4.12.14-150.75.1 sles-15 ppc64le
Affected pkg:rpm/suse/kernel-obs-build?arch=aarch64&distro=sles-15 suse kernel-obs-build < 4.12.14-150.75.1 sles-15 aarch64
Affected pkg:rpm/suse/kernel-macros?arch=noarch&distro=sles-15 suse kernel-macros < 4.12.14-150.75.1 sles-15 noarch
Affected pkg:rpm/suse/kernel-docs?arch=noarch&distro=sles-15 suse kernel-docs < 4.12.14-150.75.1 sles-15 noarch
Affected pkg:rpm/suse/kernel-devel?arch=noarch&distro=sles-15 suse kernel-devel < 4.12.14-150.75.1 sles-15 noarch
Affected pkg:rpm/suse/kernel-default?arch=x86_64&distro=sles-15 suse kernel-default < 4.12.14-150.75.1 sles-15 x86_64
Affected pkg:rpm/suse/kernel-default?arch=s390x&distro=sles-15 suse kernel-default < 4.12.14-150.75.1 sles-15 s390x
Affected pkg:rpm/suse/kernel-default?arch=ppc64le&distro=sles-15 suse kernel-default < 4.12.14-150.75.1 sles-15 ppc64le
Affected pkg:rpm/suse/kernel-default?arch=aarch64&distro=sles-15 suse kernel-default < 4.12.14-150.75.1 sles-15 aarch64
Affected pkg:rpm/suse/kernel-default-man?arch=s390x&distro=sles-15 suse kernel-default-man < 4.12.14-150.75.1 sles-15 s390x
Affected pkg:rpm/suse/kernel-default-devel?arch=x86_64&distro=sles-15 suse kernel-default-devel < 4.12.14-150.75.1 sles-15 x86_64
Affected pkg:rpm/suse/kernel-default-devel?arch=s390x&distro=sles-15 suse kernel-default-devel < 4.12.14-150.75.1 sles-15 s390x
Affected pkg:rpm/suse/kernel-default-devel?arch=ppc64le&distro=sles-15 suse kernel-default-devel < 4.12.14-150.75.1 sles-15 ppc64le
Affected pkg:rpm/suse/kernel-default-devel?arch=aarch64&distro=sles-15 suse kernel-default-devel < 4.12.14-150.75.1 sles-15 aarch64
Affected pkg:rpm/suse/kernel-default-base?arch=x86_64&distro=sles-15 suse kernel-default-base < 4.12.14-150.75.1 sles-15 x86_64
Affected pkg:rpm/suse/kernel-default-base?arch=s390x&distro=sles-15 suse kernel-default-base < 4.12.14-150.75.1 sles-15 s390x
Affected pkg:rpm/suse/kernel-default-base?arch=ppc64le&distro=sles-15 suse kernel-default-base < 4.12.14-150.75.1 sles-15 ppc64le
Affected pkg:rpm/suse/kernel-default-base?arch=aarch64&distro=sles-15 suse kernel-default-base < 4.12.14-150.75.1 sles-15 aarch64
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories Exploits PoC Pubblication Date Modification Date
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories PoC Pubblication Date Modification Date
Loading...