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

exploitDog

suse-cvrf логотип

SUSE-SU-2021:3969-1

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

Описание

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 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)

  • CVE-2018-3639: Fixed a speculative execution that may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis. (bsc#1087082)
  • CVE-2021-20320: Fix a bug that allows a local attacker with special user privilege can circumvent the verifier and may lead to a confidentiality problem. (bsc#1190601)
  • CVE-2021-0941: Fixed A missing sanity check to the current MTU check that may allow a local attacker with special user privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. (bnc#1192045)
  • CVE-2021-31916: Fixed a bound check failure that could allows an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash, a leak of internal kernel information, or a privilege escalation problem. (bnc#1192781)
  • CVE-2021-20322: Fixed a bug that provides to an attacker the ability to quickly scan open UDP ports. (bsc#1191790)
  • CVE-2021-3772: Fixed an issue that would allow a blind attacker may be able to kill an existing SCTP association through invalid chunks if the attacker knows the IP-addresses and port numbers being used and the attacker can send packets with spoofed IP addresses. (bsc#1190351)
  • CVE-2021-34981: Fixed an issue that allows an attacker with a local account to escalate privileges when CAPI (ISDN) hardware connection fails. (bsc#1191961)
  • 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-2020-12770: Fixed sg_remove_request call in a certain failure cases (bsc#1171420).
  • 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-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-33033: Fixed a use-after-free in cipso_v4_genopt in net/ipv4/cipso_ipv4.c because the CIPSO and CALIPSO refcounting for the DOI definitions is mishandled (bsc#1186109).
  • 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-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-3655: Fixed a missing size validations on inbound SCTP packets, which may have allowed the kernel to read uninitialized memory (bsc#1188563).
  • 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-3659: Fixed a NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.c (bsc#1188876).
  • 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-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-2021-3732: Mounting overlayfs inside an unprivileged user namespace can reveal files (bsc#1189706).
  • CVE-2021-3744: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1189884)
  • CVE-2021-3752: Fixed a use after free vulnerability in the Linux kernel's bluetooth module. (bsc#1190023)
  • CVE-2021-3753: Fixed race out-of-bounds in virtual terminal handling (bsc#1190025).
  • 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-2021-3760: Fixed a use-after-free vulnerability with the ndev->rf_conn_info object (bsc#1190067).
  • CVE-2021-3764: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1190534)
  • 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-40490: Fixed a race condition discovered in the ext4 subsystem that could leat to local priviledge escalation. (bnc#1190159)
  • 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-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).

The following non-security bugs were fixed:

  • 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).
  • ftrace: Fix scripts/recordmcount.pl due to new binutils (bsc#1192267).
  • gigaset: fix spectre issue in do_data_b3_req (bsc#1192802).
  • hisax: fix spectre issues (bsc#1192802).
  • hv: mana: adjust mana_select_queue to old API (jsc#SLE-18779, bsc#1185726).
  • hv: mana: fake bitmap API (jsc#SLE-18779, bsc#1185726).
  • hv: mana: remove netdev_lockdep_set_classes usage (jsc#SLE-18779, bsc#1185726).
  • 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).
  • mpt3sas: fix spectre issues (bsc#1192802).
  • net_sched: cls_route: remove the right filter from hashtable (networking-stable-20_03_28).
  • net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (jsc#SLE-18779, bsc#1185726).
  • net: mana: Add support for EQ sharing (jsc#SLE-18779, bsc#1185726).
  • net: mana: Add WARN_ON_ONCE in case of CQE read overflow (jsc#SLE-18779, bsc#1185726).
  • net: mana: Fix a memory leak in an error handling path in (jsc#SLE-18779, bsc#1185726).
  • net: mana: Fix error handling in mana_create_rxq() (git-fixes, bsc#1191800).
  • net: mana: fix PCI_HYPERV dependency (jsc#SLE-18779, bsc#1185726).
  • net: mana: Move NAPI from EQ to CQ (jsc#SLE-18779, bsc#1185726).
  • net: mana: remove redundant initialization of variable err (jsc#SLE-18779, bsc#1185726).
  • net: mana: Use int to check the return value of mana_gd_poll_cq() (jsc#SLE-18779, bsc#1185726).
  • net: sched: sch_teql: fix null-pointer dereference (bsc#1190717).
  • net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() (bsc#1192802).
  • net/mlx4_en: Avoid scheduling restart task if it is already running (bsc#1181854).
  • net/mlx4_en: Handle TX error CQE (bsc#1181854).
  • 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: implement jitting of BPF_ALU | BPF_ARSH | BPF_* (bsc#1190601).
  • 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).
  • 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).
  • xfrm: xfrm_state_mtu should return at least 1280 for ipv6 (bsc#1185377).

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

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

Описание

Systems with microprocessors utilizing speculative execution and speculative execution of memory reads before the addresses of all prior memory writes are known may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis, aka Speculative Store Bypass (SSB), Variant 4.


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

Ссылки

Описание

In pppol2tp_connect, there is possible memory corruption 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. Product: Android. Versions: Android kernel. Android ID: A-38159931.


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

Ссылки

Описание

The SCTP socket buffer used by a userspace application is not accounted by the cgroups subsystem. An attacker can use this flaw to cause a denial of service attack. Kernel 3.10.x and 4.18.x branches are believed to be vulnerable.


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

Ссылки

Описание

An infinite loop issue was found in the vhost_net kernel module in Linux Kernel up to and including v5.1-rc6, while handling incoming packets in handle_rx(). It could occur if one end sends packets faster than the other end can process them. A guest user, maybe remote one, could use this flaw to stall the vhost_net kernel thread, resulting in a DoS scenario.


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

Ссылки

Описание

An issue was discovered in the Linux kernel through 5.6.11. sg_write lacks an sg_remove_request call in a certain failure case, aka CID-83c6f2390040.


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

Ссылки

Описание

u'Specifically timed and handcrafted traffic can cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure over the air for a discrete set of traffic' in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables, Snapdragon Wired Infrastructure and Networking in APQ8053, IPQ4019, IPQ8064, MSM8909W, MSM8996AU, QCA9531, QCN5502, QCS405, SDX20, SM6150, SM7150


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

Ссылки

Описание

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


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

Ссылки

Описание

A flaw was found in s390 eBPF JIT in bpf_jit_insn in arch/s390/net/bpf_jit_comp.c in the Linux kernel. In this flaw, a local attacker with special user privilege can circumvent the verifier and may lead to a confidentiality problem.


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

Ссылки

Описание

A flaw in the processing of received ICMP errors (ICMP fragment needed and ICMP redirect) in the Linux kernel functionality was found to allow the ability to quickly scan open UDP ports. This flaw allows an off-path remote user to effectively bypass the source port UDP randomization. The highest threat from this vulnerability is to confidentiality and possibly integrity, because software that relies on UDP source port randomization are indirectly affected as well.


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

Ссылки

Описание

An issue was discovered in Linux: KVM through Improper handling of VM_IO|VM_PFNMAP vmas in KVM can bypass RO checks and can lead to pages being freed while still accessible by the VMM and guest. This allows users with the ability to start and control a VM to read/write random pages of memory and can result in local privilege escalation.


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

Ссылки

Описание

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 before 5.12. A bound check failure allows 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.


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

Ссылки

Описание

The Linux kernel before 5.11.14 has a use-after-free in cipso_v4_genopt in net/ipv4/cipso_ipv4.c because the CIPSO and CALIPSO refcounting for the DOI definitions is mishandled, aka CID-ad5d07f4a9cd. This leads to writing an arbitrary value.


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

Ссылки

Описание

In the Linux kernel through 5.13.7, an unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because the protection mechanism neglects the possibility of uninitialized memory locations on the BPF stack.


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

Ссылки

Описание

Linux Kernel Bluetooth CMTP Module Double Free Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of Linux Kernel. An attacker must first obtain the ability to execute high-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the CMTP module. The issue results from the lack of validating the existence of an object prior to performing further free operations on the object. An attacker can leverage this vulnerability to escalate privileges and execute code in the context of the kernel. Was ZDI-CAN-11977.


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

Ссылки

Описание

In the Linux kernel through 5.13.7, an unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because a certain preempting store operation does not necessarily occur before a store operation that has an attacker-controlled value.


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

Ссылки

Описание

A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with the call sco_sock_sendmsg() with the expected controllable faulting memory page. A privileged local user could use this flaw to crash the system or escalate their privileges on the system.


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

Ссылки

Описание

A flaw was found in the KVM's AMD code for supporting SVM nested virtualization. The flaw occurs when processing the VMCB (virtual machine control block) provided by the L1 guest to spawn/handle a nested guest (L2). Due to improper validation of the "int_ctl" field, this issue could allow a malicious L1 to enable AVIC support (Advanced Virtual Interrupt Controller) for the L2 guest. As a result, the L2 guest would be allowed to read/write physical pages of the host, resulting in a crash of the entire system, leak of sensitive data or potential guest-to-host escape. This flaw affects Linux kernel versions prior to 5.14-rc7.


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

Ссылки

Описание

A vulnerability was found in the Linux kernel in versions prior to v5.14-rc1. Missing size validations on inbound SCTP packets may allow the kernel to read uninitialized memory.


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

Ссылки

Описание

A flaw was found in the KVM's AMD code for supporting SVM nested virtualization. The flaw occurs when processing the VMCB (virtual machine control block) provided by the L1 guest to spawn/handle a nested guest (L2). Due to improper validation of the "virt_ext" field, this issue could allow a malicious L1 to disable both VMLOAD/VMSAVE intercepts and VLS (Virtual VMLOAD/VMSAVE) for the L2 guest. As a result, the L2 guest would be allowed to read/write physical pages of the host, resulting in a crash of the entire system, leak of sensitive data or potential guest-to-host escape.


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

Ссылки

Описание

A NULL pointer dereference flaw was found in the Linux kernel's IEEE 802.15.4 wireless networking subsystem in the way the user closes the LR-WPAN connection. This flaw allows a local user to crash the system. The highest threat from this vulnerability is to system availability.


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

Ссылки

Описание

A lack of CPU resource in the Linux kernel tracing module functionality in versions prior to 5.14-rc3 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.


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

Ссылки

Описание

hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel through 5.13.4 calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free.


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

Ссылки

Описание

A flaw was found in the Linux kernel's OverlayFS subsystem in the way the user mounts the TmpFS filesystem with OverlayFS. This flaw allows a local user to gain access to hidden files that should not be accessible.


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

Ссылки

Описание

A memory leak flaw was found in the Linux kernel in the ccp_run_aes_gcm_cmd() function in drivers/crypto/ccp/ccp-ops.c, which allows attackers to cause a denial of service (memory consumption). This vulnerability is similar with the older CVE-2019-18808.


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

Ссылки

Описание

A use-after-free flaw was found in the Linux kernel's Bluetooth subsystem in the way user calls connect to the socket and disconnect simultaneously due to a race condition. This flaw allows a user to crash the system or escalate their privileges. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.


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

Ссылки

Описание

A race problem was seen in the vt_k_ioctl in drivers/tty/vt/vt_ioctl.c in the Linux kernel, which may cause an out of bounds read in vt as the write access to vc_mode is not protected by lock-in vt_ioctl (KDSETMDE). The highest threat from this vulnerability is to data confidentiality.


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

Ссылки

Описание

arch/powerpc/kvm/book3s_rtas.c in the Linux kernel through 5.13.5 on the powerpc platform allows KVM guest OS users to cause host OS memory corruption via rtas_args.nargs, aka CID-f62f3c20647e.


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

Ссылки

Описание

A flaw was found in the Linux kernel. A use-after-free vulnerability in the NFC stack can lead to a threat to confidentiality, integrity, and system availability.


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

Ссылки

Описание

A memory leak flaw was found in the Linux kernel's ccp_run_aes_gcm_cmd() function that allows an attacker to cause a denial of service. The vulnerability is similar to the older CVE-2019-18808. The highest threat from this vulnerability is to system availability.


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

Ссылки

Описание

A flaw was found in the Linux SCTP stack. A blind attacker may be able to kill an existing SCTP association through invalid chunks if the attacker knows the IP-addresses and port numbers being used and the attacker can send packets with spoofed IP addresses.


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

Ссылки

Описание

** DISPUTED ** In drivers/char/virtio_console.c in the Linux kernel before 5.13.4, data corruption or loss can be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size. NOTE: the vendor indicates that the cited data corruption is not a vulnerability in any existing use case; the length validation was added solely for robustness in the face of anomalous host OS behavior.


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

Ссылки

Описание

arch/x86/kvm/mmu/paging_tmpl.h in the Linux kernel before 5.12.11 incorrectly computes the access permissions of a shadow page, leading to a missing guest protection page fault.


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

Ссылки

Описание

drivers/usb/host/max3421-hcd.c in the Linux kernel before 5.13.6 allows physically proximate attackers to cause a denial of service (use-after-free and panic) by removing a MAX-3421 USB device in certain situations.


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

Ссылки

Описание

A race condition was discovered in ext4_write_inline_data_end in fs/ext4/inline.c in the ext4 subsystem in the Linux kernel through 5.13.13.


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

Ссылки

Описание

prealloc_elems_and_freelist in kernel/bpf/stackmap.c in the Linux kernel before 5.14.12 allows unprivileged users to trigger an eBPF multiplication integer overflow with a resultant out-of-bounds write.


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

Ссылки

Описание

The decode_data function in drivers/net/hamradio/6pack.c in the Linux kernel before 5.13.13 has a slab out-of-bounds write. Input from a process that has the CAP_NET_ADMIN capability can lead to root access.


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

Ссылки

Описание

An issue was discovered in aspeed_lpc_ctrl_mmap in drivers/soc/aspeed/aspeed-lpc-ctrl.c in the Linux kernel before 5.14.6. Local attackers able to access the Aspeed LPC control interface could overwrite memory in the kernel and potentially execute privileges, aka CID-b49a0e69a7b1. This occurs because a certain comparison uses values that are not memory sizes.


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

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