Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2021:2421-1

Опубликовано: 21 июл. 2021
Источник: suse-cvrf

Описание

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//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).

Список пакетов

Image SLES15-Azure-BYOS
kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS
kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS
kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS
kernel-default-4.12.14-150.75.1
Image SLES15-SAP-Azure
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
kernel-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
Image SLES15-SAP-Azure-BYOS
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
kernel-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
Image SLES15-SAP-Azure-LI-BYOS-Production
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
kernel-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
Image SLES15-SAP-Azure-VLI-BYOS-Production
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
kernel-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
Image SLES15-SAP-EC2-HVM
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
kernel-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
Image SLES15-SAP-EC2-HVM-BYOS
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
kernel-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
Image SLES15-SAP-GCE
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
kernel-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
Image SLES15-SAP-GCE-BYOS
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
kernel-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
SUSE Linux Enterprise High Availability Extension 15
cluster-md-kmp-default-4.12.14-150.75.1
dlm-kmp-default-4.12.14-150.75.1
gfs2-kmp-default-4.12.14-150.75.1
ocfs2-kmp-default-4.12.14-150.75.1
SUSE Linux Enterprise High Performance Computing 15-ESPOS
kernel-default-4.12.14-150.75.1
kernel-default-base-4.12.14-150.75.1
kernel-default-devel-4.12.14-150.75.1
kernel-devel-4.12.14-150.75.1
kernel-docs-4.12.14-150.75.1
kernel-macros-4.12.14-150.75.1
kernel-obs-build-4.12.14-150.75.1
kernel-source-4.12.14-150.75.1
kernel-syms-4.12.14-150.75.1
kernel-vanilla-base-4.12.14-150.75.1
SUSE Linux Enterprise High Performance Computing 15-LTSS
kernel-default-4.12.14-150.75.1
kernel-default-base-4.12.14-150.75.1
kernel-default-devel-4.12.14-150.75.1
kernel-devel-4.12.14-150.75.1
kernel-docs-4.12.14-150.75.1
kernel-macros-4.12.14-150.75.1
kernel-obs-build-4.12.14-150.75.1
kernel-source-4.12.14-150.75.1
kernel-syms-4.12.14-150.75.1
kernel-vanilla-base-4.12.14-150.75.1
SUSE Linux Enterprise Live Patching 15
kernel-default-livepatch-4.12.14-150.75.1
kernel-livepatch-4_12_14-150_75-default-1-1.3.1
SUSE Linux Enterprise Server 15-LTSS
kernel-default-4.12.14-150.75.1
kernel-default-base-4.12.14-150.75.1
kernel-default-devel-4.12.14-150.75.1
kernel-default-man-4.12.14-150.75.1
kernel-devel-4.12.14-150.75.1
kernel-docs-4.12.14-150.75.1
kernel-macros-4.12.14-150.75.1
kernel-obs-build-4.12.14-150.75.1
kernel-source-4.12.14-150.75.1
kernel-syms-4.12.14-150.75.1
kernel-vanilla-base-4.12.14-150.75.1
reiserfs-kmp-default-4.12.14-150.75.1
SUSE Linux Enterprise Server for SAP Applications 15
kernel-default-4.12.14-150.75.1
kernel-default-base-4.12.14-150.75.1
kernel-default-devel-4.12.14-150.75.1
kernel-devel-4.12.14-150.75.1
kernel-docs-4.12.14-150.75.1
kernel-macros-4.12.14-150.75.1
kernel-obs-build-4.12.14-150.75.1
kernel-source-4.12.14-150.75.1
kernel-syms-4.12.14-150.75.1
kernel-vanilla-base-4.12.14-150.75.1
reiserfs-kmp-default-4.12.14-150.75.1

Описание

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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

An issue was discovered in the kernel in NetBSD 7.1. 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 makes it easier to exploit other vulnerabilities in connected clients.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

An issue was discovered in the ALFA Windows 10 driver 6.1316.1209 for AWUS036H. The Wi-Fi implementation does 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

An issue was discovered on Samsung Galaxy S3 i9305 4.4.4 devices. 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

An issue was discovered in the Linux kernel 5.8.9. 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

Bluetooth LE and BR/EDR secure pairing in Bluetooth Core Specification 2.1 through 5.2 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

An issue was discovered in the Linux kernel before 5.10. 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

An issue was discovered in the Linux kernel before 5.8.1. net/bluetooth/hci_event.c has a slab out-of-bounds read in hci_extended_inquiry_result_evt, aka CID-51c19bf3d5cf.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

Improper access control in BlueZ may allow an authenticated user to potentially enable information disclosure via adjacent access.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

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.Product: AndroidVersions: Android kernelAndroid ID: A-173843328References: Upstream kernel


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

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 in the kernel with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-110373476


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

A heap out-of-bounds write affecting Linux since v2.6.19-rc1 was discovered in net/netfilter/x_tables.c. This allows an attacker to gain privileges or cause a DoS (via heap memory corruption) through user name space


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

A race condition in Linux kernel SCTP sockets (net/sctp/socket.c) before 5.12-rc8 can 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

Use After Free vulnerability in nfc sockets in the Linux Kernel before 5.12.4 allows 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

net/bluetooth/hci_request.c in the Linux kernel through 5.12.2 has a race condition for removal of the HCI controller.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

In the Linux kernel before 5.12.4, net/bluetooth/hci_event.c has a use-after-free when destroying an hci_chan, aka CID-5c4c8c954409. This leads to writing an arbitrary value.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

kernel/bpf/verifier.c in the Linux kernel through 5.12.7 enforces 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

In kernel/bpf/verifier.c in the Linux kernel before 5.12.13, 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.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

fs/seq_file.c in the Linux kernel 3.16 through 5.13.x before 5.13.4 does not properly restrict seq buffer allocations, leading to an integer overflow, an Out-of-bounds Write, and escalation to root by an unprivileged user, aka CID-8cae8cd89f05.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

net/can/bcm.c in the Linux kernel through 5.12.10 allows local users to obtain sensitive information from kernel stack memory because parts of a data structure are uninitialized.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

The io_uring subsystem in the Linux kernel 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. It was addressed via commit d1f82808877b ("io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers") (v5.13-rc1) and backported to the stable kernels in v5.12.4, v5.11.21, and v5.10.37. It was introduced in ddf0322db79c ("io_uring: add IORING_OP_PROVIDE_BUFFERS") (v5.7-rc1).


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки

Описание

.A flaw was found in the CAN BCM networking protocol in the Linux kernel, where a local attacker can abuse a flaw in the CAN subsystem to corrupt memory, crash the system or escalate privileges. This race condition in net/can/bcm.c in the Linux kernel allows for local privilege escalation to root.


Затронутые продукты
Image SLES15-Azure-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-CHOST-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-EC2-HVM-BYOS:kernel-default-4.12.14-150.75.1
Image SLES15-GCE-BYOS:kernel-default-4.12.14-150.75.1

Ссылки
Уязвимость SUSE-SU-2021:2421-1