Описание
Security update for the Linux Kernel
The SUSE Linux Enterprise 12 SP5 Azure kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2022-0435: Fixed remote stack overflow in net/tipc module that validate domain record count on input (bsc#1195254).
- CVE-2021-3564: Fixed double-free memory corruption in the Linux kernel HCI device initialization subsystem that could have been used by attaching malicious HCI TTY Bluetooth devices. A local user could use this flaw to crash the system (bnc#1186207).
- CVE-2020-28097: Fixed out-of-bounds read in vgacon subsystem that mishandled software scrollback (bnc#1187723).
- CVE-2021-44733: Fixed a use-after-free exists in drivers/tee/tee_shm.c in the TEE subsystem, that could have occured because of a race condition in tee_shm_get_from_id during an attempt to free a shared memory object (bnc#1193767).
- CVE-2022-0322: Fixed SCTP issue with account stream padding length for reconf chunk (bsc#1194985).
- CVE-2021-4135: Fixed zero-initialize memory inside netdevsim for new map's value in function nsim_bpf_map_alloc (bsc#1193927).
- CVE-2022-22942: Fixed stale file descriptors on failed usercopy (bsc#1195065).
- CVE-2021-39657: Fixed out of bounds read due to a missing bounds check in ufshcd_eh_device_reset_handler of ufshcd.c. This could lead to local information disclosure with System execution privileges needed (bnc#1193864).
- CVE-2021-39648: Fixed possible disclosure of kernel heap memory due to a race condition in gadget_dev_desc_UDC_show of configfs.c. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation (bnc#1193861).
- CVE-2022-0330: Fixed flush TLBs before releasing backing store (bsc#1194880).
- CVE-2021-4197: Use cgroup open-time credentials for process migraton perm checks (bsc#1194302).
- CVE-2021-4202: Fixed NFC race condition by adding NCI_UNREG flag (bsc#1194529).
- CVE-2021-4083: Fixed a read-after-free memory flaw inside the garbage collection for Unix domain socket file handlers when users call close() and fget() simultaneouslyand can potentially trigger a race condition (bnc#1193727).
- CVE-2021-4159: Fixed kernel ptr leak vulnerability via BPF in coerce_reg_to_size (bsc#1194227).
The following non-security bugs were fixed:
- KVM: remember position in kvm->vcpus array (bsc#1190973).
- KVM: s390: index kvm->arch.idle_mask by vcpu_idx (bsc#1190973).
- SUNRPC: Add basic load balancing to the transport switch - kabi fix. (bnc#1192729).
- SUNRPC: Add basic load balancing to the transport switch. (bnc#1192729)
- SUNRPC: Fix initialisation of struct rpc_xprt_switch (bnc#1192729).
- SUNRPC: Optimise transport balancing code (bnc#1192729).
- SUNRPC: Replace division by multiplication in calculation of queue length (bnc#1192729).
- SUNRPC: Skip zero-refcount transports (bnc#1192729).
- USB: serial: option: add Telit FN990 compositions (git-fixes).
- crypto: qat - fix undetected PFVF timeout in ACK loop (git-fixes).
- ext4: set csum seed in tmp inode while migrating to extents (bsc#1195272).
- fget: clarify and improve __fget_files() implementation (bsc#1193727).
- hv_netvsc: Set needed_headroom according to VF (bsc#1193507).
- ibmvnic: Allow extra failures before disabling (bsc#1195073 ltc#195713).
- ibmvnic: do not spin in tasklet (bsc#1195073 ltc#195713).
- ibmvnic: init ->running_cap_crqs early (bsc#1195073 ltc#195713).
- ibmvnic: remove unused ->wait_capability (bsc#1195073 ltc#195713).
- kABI fixup after adding vcpu_idx to struct kvm_cpu (bsc#1190973).
- kabi: mask new member 'empty' of struct Qdisc (bsc#1183405).
- kabi: revert drop of Qdisc::atomic_qlen (bsc#1183405).
- livepatch: Avoid CPU hogging with cond_resched (bsc#1071995).
- memstick: rtsx_usb_ms: fix UAF (bsc#1194516).
- mm/hwpoison: do not lock page again when me_huge_page() successfully recovers (bsc#1194814).
- moxart: fix potential use-after-free on remove path (bsc#1194516).
- net, xdp: Introduce xdp_init_buff utility routine (bsc#1193507).
- net, xdp: Introduce xdp_prepare_buff utility routine (bsc#1193507).
- net/sched: annotate lockless accesses to qdisc->empty (bsc#1183405).
- net/sched: fix race between deactivation and dequeue for NOLOCK qdisc (bsc#1183405).
- net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueue (bsc#1183405).
- net/sched: pfifo_fast: fix wrong dereference when qdisc is reset (bsc#1183405).
- net: Using proper atomic helper (bsc#1186222).
- net: allow retransmitting a TCP packet if original is still in queue (bsc#1188605 bsc#1187428).
- net: caif: avoid using qdisc_qlen() (bsc#1183405).
- net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero (git-fixes).
- net: dev: introduce support for sch BYPASS for lockless qdisc (bsc#1183405).
- net: mana: Add RX fencing (bsc#1193507).
- net: mana: Add XDP support (bsc#1193507).
- net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc (bsc#1183405).
- net: sched: Avoid using yield() in a busy waiting loop (bsc#1183405).
- net: sched: add barrier to ensure correct ordering for lockless qdisc (bsc#1183405).
- net: sched: add empty status flag for NOLOCK qdisc (bsc#1183405).
- net: sched: always do stats accounting according to TCQ_F_CPUSTATS (bsc#1183405).
- net: sched: avoid unnecessary seqcount operation for lockless qdisc (bsc#1183405).
- net: sched: fix packet stuck problem for lockless qdisc (bsc#1183405).
- net: sched: fix tx action reschedule issue with stopped queue (bsc#1183405).
- net: sched: fix tx action rescheduling issue during deactivation (bsc#1183405).
- net: sched: prefer qdisc_is_empty() over direct qlen access (bsc#1183405).
- net: sched: replaced invalid qdisc tree flush helper in qdisc_replace (bsc#1183405).
- net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too (bsc#1183405).
- net: tipc: validate domain record count on input (bsc#1195254).
- net: usb: lan78xx: add Allied Telesis AT29M2-AF (git-fixes).
- net_sched: avoid resetting active qdisc for multiple times (bsc#1183405).
- net_sched: get rid of unnecessary dev_qdisc_reset() (bsc#1183405).
- net_sched: use qdisc_reset() in qdisc_destroy() (bsc#1183405).
- nfs: do not dirty kernel pages read by direct-io (bsc#1194410).
- nvme: add 'iopolicy' module parameter (bsc#1177599 bsc#1193096).
- nvme: return BLK_STS_TRANSPORT unless DNR for NVME_SC_NS_NOT_READY (bsc#1163405).
- of: Add cpu node iterator for_each_of_cpu_node() (bsc#1065729).
- of: Add device_type access helper functions (bsc#1065729).
- of: Fix cpu node iterator to not ignore disabled cpu nodes (bsc#1065729).
- of: Fix property name in of_node_get_device_type (bsc#1065729).
- of: add node name compare helper functions (bsc#1065729).
- powerpc/perf: Fix data source encodings for L2.1 and L3.1 accesses (bsc#1065729).
- powerpc/prom_init: Fix improper check of prom_getprop() (bsc#1065729).
- powerpc/pseries/cpuhp: cache node corrections (bsc#1065729).
- powerpc/pseries/cpuhp: delete add/remove_by_count code (bsc#1065729).
- powerpc/pseries/mobility: ignore ibm, platform-facilities updates (bsc#1065729).
- powerpc/traps: do not enable irqs in _exception (bsc#1065729).
- powerpc: add interrupt_cond_local_irq_enable helper (bsc#1065729).
- s390/cio: make ccw_device_dma_* more robust (bsc#1193242).
- s390/pci: add s390_iommu_aperture kernel parameter (bsc#1193234).
- s390/pci: move pseudo-MMIO to prevent MIO overlap (bsc#1194965).
- select: Fix indefinitely sleeping task in poll_schedule_timeout() (bsc#1194027).
- tpm: Check for integer overflow in tpm2_map_response_body() (bsc#1082555).
- tpm: add request_locality before write TPM_INT_ENABLE (bsc#1082555).
- tpm: fix potential NULL pointer access in tpm_del_char_device (bsc#1184209 ltc#190917 git-fixes bsc#1193660 ltc#195634).
- tracing/kprobes: 'nmissed' not showed correctly for kretprobe (git-fixes).
- tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() (git-fixes).
- ucsi_ccg: Check DEV_INT bit only when starting CCG4 (git-fixes).
- usb: core: config: fix validation of wMaxPacketValue entries (git-fixes).
- usbnet: fix error return code in usbnet_probe() (git-fixes).
- usbnet: sanity check for maxpacket (git-fixes).
- vfs: check fd has read access in kernel_read_file_from_fd() (bsc#1194888).
- virtio: write back F_VERSION_1 before validate (bsc#1193235).
- x86/platform/uv: Add more to secondary CPU kdump info (bsc#1194493).
Список пакетов
Image SLES12-SP5-Azure-Basic-On-Demand
Image SLES12-SP5-Azure-HPC-On-Demand
Image SLES12-SP5-Azure-Standard-On-Demand
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12 SP5
Ссылки
- Link for SUSE-SU-2022:0372-1
- E-Mail link for SUSE-SU-2022:0372-1
- SUSE Security Ratings
- SUSE Bug 1065729
- SUSE Bug 1071995
- SUSE Bug 1082555
- SUSE Bug 1163405
- SUSE Bug 1177599
- SUSE Bug 1183405
- SUSE Bug 1184209
- SUSE Bug 1186207
- SUSE Bug 1186222
- SUSE Bug 1187428
- SUSE Bug 1187723
- SUSE Bug 1188605
- SUSE Bug 1190973
- SUSE Bug 1192729
- SUSE Bug 1193096
- SUSE Bug 1193234
- SUSE Bug 1193235
Описание
The vgacon subsystem in the Linux kernel before 5.8.10 mishandles software scrollback. There is a vgacon_scrolldelta out-of-bounds read, aka CID-973c096f6a85.
Затронутые продукты
Ссылки
- CVE-2020-28097
- SUSE Bug 1187723
Описание
A flaw double-free memory corruption in the Linux kernel HCI device initialization subsystem was found in the way user attach malicious HCI TTY Bluetooth device. A local user could use this flaw to crash the system. This flaw affects all the Linux kernel versions starting from 3.13.
Затронутые продукты
Ссылки
- CVE-2021-3564
- SUSE Bug 1186207
Описание
In gadget_dev_desc_UDC_show of configfs.c, there is a possible disclosure of kernel heap memory due to a race condition. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-160822094References: Upstream kernel
Затронутые продукты
Ссылки
- CVE-2021-39648
- SUSE Bug 1193861
Описание
In ufshcd_eh_device_reset_handler of ufshcd.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.Product: AndroidVersions: Android kernelAndroid ID: A-194696049References: Upstream kernel
Затронутые продукты
Ссылки
- CVE-2021-39657
- SUSE Bug 1193864
Описание
A read-after-free memory flaw was found in the Linux kernel's garbage collection for Unix domain socket file handlers in the way users call close() and fget() simultaneously and can potentially trigger a race condition. This flaw allows a local user to crash the system or escalate their privileges on the system. This flaw affects Linux kernel versions prior to 5.16-rc4.
Затронутые продукты
Ссылки
- CVE-2021-4083
- SUSE Bug 1193727
- SUSE Bug 1194460
- SUSE Bug 1196722
Описание
A memory leak vulnerability was found in the Linux kernel's eBPF for the Simulated networking device driver in the way user uses BPF for the device such that function nsim_map_alloc_elem being called. A local user could use this flaw to get unauthorized access to some data.
Затронутые продукты
Ссылки
- CVE-2021-4135
- SUSE Bug 1193927
Описание
An unprivileged write to the file handler flaw in the Linux kernel's control groups and namespaces subsystem was found in the way users have access to some less privileged process that are controlled by cgroups and have higher privileged parent process. It is actually both for cgroup2 and cgroup1 versions of control groups. A local user could use this flaw to crash the system or escalate their privileges on the system.
Затронутые продукты
Ссылки
- CVE-2021-4197
- SUSE Bug 1194302
Описание
A use-after-free flaw was found in nci_request in net/nfc/nci/core.c in NFC Controller Interface (NCI) in the Linux kernel. This flaw could allow a local attacker with user privileges to cause a data race problem while the device is getting removed, leading to a privilege escalation problem.
Затронутые продукты
Ссылки
- CVE-2021-4202
- SUSE Bug 1194529
- SUSE Bug 1194533
Описание
A use-after-free exists in drivers/tee/tee_shm.c in the TEE subsystem in the Linux kernel through 5.15.11. This occurs because of a race condition in tee_shm_get_from_id during an attempt to free a shared memory object.
Затронутые продукты
Ссылки
- CVE-2021-44733
- SUSE Bug 1193767
Описание
A flaw was found in the sctp_make_strreset_req function in net/sctp/sm_make_chunk.c in the SCTP network protocol in the Linux kernel with a local user privilege access. In this flaw, an attempt to use more buffer than is allocated triggers a BUG_ON issue, leading to a denial of service (DOS).
Затронутые продукты
Ссылки
- CVE-2022-0322
- SUSE Bug 1194985
Описание
A random memory access flaw was found in the Linux kernel's GPU i915 kernel driver functionality in the way a user may run malicious code on the GPU. This flaw allows a local user to crash the system or escalate their privileges on the system.
Затронутые продукты
Ссылки
- CVE-2022-0330
- SUSE Bug 1194880
- SUSE Bug 1195950
Описание
A stack overflow flaw was found in the Linux kernel's TIPC protocol functionality in the way a user sends a packet with malicious content where the number of domain member nodes is higher than the 64 allowed. This flaw allows a remote user to crash the system or possibly escalate their privileges if they have access to the TIPC network.
Затронутые продукты
Ссылки
- CVE-2022-0435
- SUSE Bug 1195254
- SUSE Bug 1195308
- SUSE Bug 1226672
Описание
The vmwgfx driver contains a local privilege escalation vulnerability that allows unprivileged users to gain access to files opened by other processes on the system through a dangling 'file' pointer.
Затронутые продукты
Ссылки
- CVE-2022-22942
- SUSE Bug 1195065
- SUSE Bug 1195951