SUSE-SU-2019:0439-1: important: Security update for the Linux Kernel

sle-updates at lists.suse.com sle-updates at lists.suse.com
Tue Feb 19 13:10:12 MST 2019


   SUSE Security Update: Security update for the Linux Kernel
______________________________________________________________________________

Announcement ID:    SUSE-SU-2019:0439-1
Rating:             important
References:         #1012382 #1023175 #1042286 #1065600 #1065726 
                    #1070805 #1084721 #1086095 #1086535 #1091158 
                    #1091171 #1091197 #1094825 #1095344 #1098996 
                    #1099523 #1099597 #1100105 #1101555 #1103624 
                    #1104731 #1105025 #1105931 #1106293 #1107256 
                    #1107299 #1107385 #1107866 #1108145 #1108498 
                    #1109330 #1110286 #1110837 #1111062 #1113192 
                    #1113751 #1113769 #1114190 #1114648 #1114763 
                    #1115433 #1115440 #1116027 #1116183 #1116345 
                    #1117186 #1117187 #1118152 #1118319 #1119714 
                    #1119946 #1119947 #1120743 #1120758 #1121621 
                    #1123161 
Cross-References:   CVE-2018-16862 CVE-2018-16884 CVE-2018-18281
                    CVE-2018-18386 CVE-2018-18690 CVE-2018-18710
                    CVE-2018-19824 CVE-2018-19985 CVE-2018-20169
                    CVE-2018-9516 CVE-2018-9568 CVE-2019-3459
                    CVE-2019-3460
Affected Products:
                    SUSE OpenStack Cloud 7
                    SUSE Linux Enterprise Server for SAP 12-SP2
                    SUSE Linux Enterprise Server 12-SP2-LTSS
                    SUSE Linux Enterprise Server 12-SP2-BCL
                    SUSE Linux Enterprise High Availability 12-SP2
                    SUSE Enterprise Storage 4
                    OpenStack Cloud Magnum Orchestration 7
______________________________________________________________________________

   An update that solves 13 vulnerabilities and has 43 fixes
   is now available.

Description:

   The SUSE Linux Enterprise 12 SP2 kernel was updated to receive various
   security and bugfixes.

   The following security bugs were fixed:

   - CVE-2018-19985: The function hso_probe read if_num from the USB device
     (as an u8) and used it without a length check to index an array,
     resulting in an OOB memory read in hso_probe or hso_get_config_data that
     could be used by local attackers (bnc#1120743).
   - CVE-2018-16884: NFS41+ shares mounted in different network namespaces at
     the same time can make bc_svc_process() use wrong back-channel IDs and
     cause a use-after-free vulnerability. Thus a malicious container user
     can cause a host kernel memory corruption and a system panic. Due to the
     nature of the flaw, privilege escalation cannot be fully ruled out
     (bnc#1119946).
   - CVE-2018-20169: The USB subsystem mishandled size checks during the
     reading of an extra descriptor, related to __usb_get_extra_descriptor in
     drivers/usb/core/usb.c (bnc#1119714).
   - CVE-2018-9568: In sk_clone_lock of sock.c, there is a possible memory
     corruption due to type confusion. This could lead to local escalation of
     privilege with no additional execution privileges needed. User
     interaction is not needed for exploitation. (bnc#1118319).
   - CVE-2018-16862: A security flaw was found in a way that the cleancache
     subsystem clears an inode after the final file truncation (removal). The
     new file created with the same inode may contain leftover pages from
     cleancache and the old file data instead of the new one (bnc#1117186).
   - CVE-2018-19824: A local user could exploit a use-after-free in the ALSA
     driver by supplying a malicious USB Sound device (with zero interfaces)
     that is mishandled in usb_audio_probe in sound/usb/card.c (bnc#1118152).
   - CVE-2018-18281: The mremap() syscall performs TLB flushes after dropping
     pagetable locks. If a syscall such as ftruncate() removes entries from
     the pagetables of a task that is in the middle of mremap(), a stale TLB
     entry can remain for a short time that permits access to a physical page
     after it has been released back to the page allocator and reused.
     (bnc#1113769).
   - CVE-2018-18710: An information leak in cdrom_ioctl_select_disc in
     drivers/cdrom/cdrom.c could be used by local attackers to read kernel
     memory because a cast from unsigned long to int interferes with bounds
     checking. This is similar to CVE-2018-10940 and CVE-2018-16658
     (bnc#1113751).
   - CVE-2018-18690: A local attacker able to set attributes on an xfs
     filesystem could make this filesystem non-operational until the next
     mount by triggering an unchecked error condition during an xfs attribute
     change, because xfs_attr_shortform_addname in fs/xfs/libxfs/xfs_attr.c
     mishandled ATTR_REPLACE operations with conversion of an attr from short
     to long form (bnc#1105025).
   - CVE-2018-18386: drivers/tty/n_tty.c allowed local attackers (who are
     able to access pseudo terminals) to hang/block further usage of any
     pseudo terminal devices due to an EXTPROC versus ICANON confusion in
     TIOCINQ (bnc#1094825).
   - CVE-2018-9516: In hid_debug_events_read of drivers/hid/hid-debug.c,
     there is a possible out of bounds write due to a missing bounds check.
     This could lead to local escalation of privilege with System execution
     privileges needed. User interaction is not needed for exploitation.
     (bnc#1108498).
   - CVE-2019-3459, CVE-2019-3460: The Blutooth stack suffered from two
     remote information leak vulnerabilities in the code that handles
     incoming L2cap configuration packets (bsc#1120758).

   The following non-security bugs were fixed:

   - aio: hold an extra file reference over AIO read/write operations
     (bsc#1116027).
   - ata: Fix racy link clearance (bsc#1107866).
   - btrfs: Fix wrong first_key parameter in replace_path (follow up fixes
     for bsc#1084721).
   - cgroup, netclassid: add a preemption point to write_classid
     (bnc#1098996).
   - cifs: Fix infinite loop when using hard mount option (bsc#1091171).
   - dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
     (bsc#1113192)
   - fscache: fix race between enablement and dropping of object
     (bsc#1107385).
   - ibmvnic: fix index in release_rx_pools (bsc#1115440).
   - ip: hash fragments consistently (bsc#1042286 bsc#1108145).
   - ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
     (bsc#1110286).
   - ipv6: set rt6i_protocol properly in the route when it is installed
     (bsc#1114190).
   - ipv6: set rt6i_protocol properly in the route when it is installed
     (bsc#1114190).
   - ixgbe: Add function for checking to see if we can reuse page
     (bsc#1100105).
   - ixgbe: Add support for build_skb (bsc#1100105).
   - ixgbe: Add support for padding packet (bsc#1100105).
   - ixgbe: Break out Rx buffer page management (bsc#1100105).
   - ixgbe: Fix output from ixgbe_dump (bsc#1100105).
   - ixgbe: Make use of order 1 pages and 3K buffers independent of FCoE
     (bsc#1100105).
   - ixgbe: Only DMA sync frame length (bsc#1100105).
   - ixgbe: Update code to better handle incrementing page count
     (bsc#1100105).
   - ixgbe: Update driver to make use of DMA attributes in Rx path
     (bsc#1100105).
   - ixgbe: Use length to determine if descriptor is done (bsc#1100105).
   - libfc: sync strings with upstream versions (bsc#1114763).
   - md: reorder flag_bits to match upstream commits The ordering in the
     patches was backward.
   - mm: add support for releasing multiple instances of a page (bsc#1100105).
   - mm: rename __page_frag functions to __page_frag_cache, drop order from
     drain (bsc#1100105).
   - net: ipv4: do not handle duplicate fragments as overlapping
     (bsc#1116345).
   - NFS: add nostatflush mount option (bsc#1065726).
   - nospec: Include <asm/barrier.h> dependency (bsc#1114648).
   - ovl: after setting xattributes, you need to copy the attributes in order
     to make sure the mode and ctime/mtime is set (bsc#1107299).
   - powerpc/boot: Request no dynamic linker for boot wrapper (bsc#1070805).
   - Revert "kabi/severities: Ignore missing cpu_tss_tramp (bsc#1099597)"
     This reverts commit 54da5757cbbb39ab15b3cd09cf922a8a9e32209c.
   - rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash
     possibly (bsc#1042286 bsc#1108145).
   - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
     (bnc#1091197).
   - scsi: libfc: check fc_frame_payload_get() return value for null
     (bsc#1103624, bsc#1104731).
   - sd: disable logical block provisioning if 'lpbme' is not set
     (bsc#1086095).
   - tcp: prevent bogus FRTO undos with non-SACK flows (bsc#1086535).
   - Update ibmvnic: Fix RX queue buffer cleanup (bsc#1115440, bsc#1115433).
   - x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs (bsc#1105931).
   - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
     speculation attack surface (bsc#1105931).
   - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
     speculation attack surface (bsc#1105931).
   - x86/entry/64: sanitize extra registers on syscall entry (bsc#1105931).
   - x86/kaiser: Avoid loosing NMIs when using trampoline stack (bsc#1106293
     bsc#1099597).
   - x86,sched: Allow topologies where NUMA nodes share an LLC (bsc#1091158,
     bsc#1101555, bsc#1117187).
   - xen/blkfront: avoid NULL blkfront_info dereference on device removal
     (bsc#1111062).
   - xen/blkfront: correct purging of persistent grants (bnc#1065600).
   - xen: fix race in xen_qlock_wait() (bnc#1107256).
   - xen: fix xen_qlock_wait() (bnc#1107256).
   - xen: make xen_qlock_wait() nestable (bnc#1107256).
   - xen/netback: dont overflow meta array (bnc#1099523).
   - xen/netfront: do not bug in case of too many frags (bnc#1012382).
   - xen/netfront: do not cache skb_shinfo() (bnc#1012382).
   - xen/x86: add diagnostic printout to xen_mc_flush() in case of error
     (bnc#1116183).
   - xfrm: use complete IPv6 addresses for hash (bsc#1109330).
   - xfs/dmapi: restore event in xfs_getbmap (bsc#1095344, bsc#1114763).
   - xfs: fix quotacheck dquot id overflow infinite loop (bsc#1121621).


Special Instructions and Notes:

   Please reboot the system after installing this update.

Patch Instructions:

   To install this SUSE Security Update use the SUSE recommended installation methods
   like YaST online_update or "zypper patch".

   Alternatively you can run the command listed for your product:

   - SUSE OpenStack Cloud 7:

      zypper in -t patch SUSE-OpenStack-Cloud-7-2019-439=1

   - SUSE Linux Enterprise Server for SAP 12-SP2:

      zypper in -t patch SUSE-SLE-SAP-12-SP2-2019-439=1

   - SUSE Linux Enterprise Server 12-SP2-LTSS:

      zypper in -t patch SUSE-SLE-SERVER-12-SP2-2019-439=1

   - SUSE Linux Enterprise Server 12-SP2-BCL:

      zypper in -t patch SUSE-SLE-SERVER-12-SP2-BCL-2019-439=1

   - SUSE Linux Enterprise High Availability 12-SP2:

      zypper in -t patch SUSE-SLE-HA-12-SP2-2019-439=1

   - SUSE Enterprise Storage 4:

      zypper in -t patch SUSE-Storage-4-2019-439=1

   - OpenStack Cloud Magnum Orchestration 7:

      zypper in -t patch SUSE-OpenStack-Cloud-Magnum-Orchestration-7-2019-439=1



Package List:

   - SUSE OpenStack Cloud 7 (s390x x86_64):

      kernel-default-4.4.121-92.101.1
      kernel-default-base-4.4.121-92.101.1
      kernel-default-base-debuginfo-4.4.121-92.101.1
      kernel-default-debuginfo-4.4.121-92.101.1
      kernel-default-debugsource-4.4.121-92.101.1
      kernel-default-devel-4.4.121-92.101.1
      kernel-syms-4.4.121-92.101.1

   - SUSE OpenStack Cloud 7 (noarch):

      kernel-devel-4.4.121-92.101.1
      kernel-macros-4.4.121-92.101.1
      kernel-source-4.4.121-92.101.1

   - SUSE OpenStack Cloud 7 (x86_64):

      kgraft-patch-4_4_121-92_101-default-1-3.3.1

   - SUSE OpenStack Cloud 7 (s390x):

      kernel-default-man-4.4.121-92.101.1

   - SUSE Linux Enterprise Server for SAP 12-SP2 (ppc64le x86_64):

      kernel-default-4.4.121-92.101.1
      kernel-default-base-4.4.121-92.101.1
      kernel-default-base-debuginfo-4.4.121-92.101.1
      kernel-default-debuginfo-4.4.121-92.101.1
      kernel-default-debugsource-4.4.121-92.101.1
      kernel-default-devel-4.4.121-92.101.1
      kernel-syms-4.4.121-92.101.1

   - SUSE Linux Enterprise Server for SAP 12-SP2 (noarch):

      kernel-devel-4.4.121-92.101.1
      kernel-macros-4.4.121-92.101.1
      kernel-source-4.4.121-92.101.1

   - SUSE Linux Enterprise Server for SAP 12-SP2 (x86_64):

      kgraft-patch-4_4_121-92_101-default-1-3.3.1

   - SUSE Linux Enterprise Server 12-SP2-LTSS (ppc64le s390x x86_64):

      kernel-default-4.4.121-92.101.1
      kernel-default-base-4.4.121-92.101.1
      kernel-default-base-debuginfo-4.4.121-92.101.1
      kernel-default-debuginfo-4.4.121-92.101.1
      kernel-default-debugsource-4.4.121-92.101.1
      kernel-default-devel-4.4.121-92.101.1
      kernel-syms-4.4.121-92.101.1

   - SUSE Linux Enterprise Server 12-SP2-LTSS (x86_64):

      kgraft-patch-4_4_121-92_101-default-1-3.3.1

   - SUSE Linux Enterprise Server 12-SP2-LTSS (noarch):

      kernel-devel-4.4.121-92.101.1
      kernel-macros-4.4.121-92.101.1
      kernel-source-4.4.121-92.101.1

   - SUSE Linux Enterprise Server 12-SP2-LTSS (s390x):

      kernel-default-man-4.4.121-92.101.1

   - SUSE Linux Enterprise Server 12-SP2-BCL (x86_64):

      kernel-default-4.4.121-92.101.1
      kernel-default-base-4.4.121-92.101.1
      kernel-default-base-debuginfo-4.4.121-92.101.1
      kernel-default-debuginfo-4.4.121-92.101.1
      kernel-default-debugsource-4.4.121-92.101.1
      kernel-default-devel-4.4.121-92.101.1
      kernel-syms-4.4.121-92.101.1

   - SUSE Linux Enterprise Server 12-SP2-BCL (noarch):

      kernel-devel-4.4.121-92.101.1
      kernel-macros-4.4.121-92.101.1
      kernel-source-4.4.121-92.101.1

   - SUSE Linux Enterprise High Availability 12-SP2 (ppc64le s390x x86_64):

      cluster-md-kmp-default-4.4.121-92.101.1
      cluster-md-kmp-default-debuginfo-4.4.121-92.101.1
      cluster-network-kmp-default-4.4.121-92.101.1
      cluster-network-kmp-default-debuginfo-4.4.121-92.101.1
      dlm-kmp-default-4.4.121-92.101.1
      dlm-kmp-default-debuginfo-4.4.121-92.101.1
      gfs2-kmp-default-4.4.121-92.101.1
      gfs2-kmp-default-debuginfo-4.4.121-92.101.1
      kernel-default-debuginfo-4.4.121-92.101.1
      kernel-default-debugsource-4.4.121-92.101.1
      ocfs2-kmp-default-4.4.121-92.101.1
      ocfs2-kmp-default-debuginfo-4.4.121-92.101.1

   - SUSE Enterprise Storage 4 (x86_64):

      kernel-default-4.4.121-92.101.1
      kernel-default-base-4.4.121-92.101.1
      kernel-default-base-debuginfo-4.4.121-92.101.1
      kernel-default-debuginfo-4.4.121-92.101.1
      kernel-default-debugsource-4.4.121-92.101.1
      kernel-default-devel-4.4.121-92.101.1
      kernel-syms-4.4.121-92.101.1
      kgraft-patch-4_4_121-92_101-default-1-3.3.1

   - SUSE Enterprise Storage 4 (noarch):

      kernel-devel-4.4.121-92.101.1
      kernel-macros-4.4.121-92.101.1
      kernel-source-4.4.121-92.101.1

   - OpenStack Cloud Magnum Orchestration 7 (x86_64):

      kernel-default-4.4.121-92.101.1
      kernel-default-debuginfo-4.4.121-92.101.1
      kernel-default-debugsource-4.4.121-92.101.1


References:

   https://www.suse.com/security/cve/CVE-2018-16862.html
   https://www.suse.com/security/cve/CVE-2018-16884.html
   https://www.suse.com/security/cve/CVE-2018-18281.html
   https://www.suse.com/security/cve/CVE-2018-18386.html
   https://www.suse.com/security/cve/CVE-2018-18690.html
   https://www.suse.com/security/cve/CVE-2018-18710.html
   https://www.suse.com/security/cve/CVE-2018-19824.html
   https://www.suse.com/security/cve/CVE-2018-19985.html
   https://www.suse.com/security/cve/CVE-2018-20169.html
   https://www.suse.com/security/cve/CVE-2018-9516.html
   https://www.suse.com/security/cve/CVE-2018-9568.html
   https://www.suse.com/security/cve/CVE-2019-3459.html
   https://www.suse.com/security/cve/CVE-2019-3460.html
   https://bugzilla.suse.com/1012382
   https://bugzilla.suse.com/1023175
   https://bugzilla.suse.com/1042286
   https://bugzilla.suse.com/1065600
   https://bugzilla.suse.com/1065726
   https://bugzilla.suse.com/1070805
   https://bugzilla.suse.com/1084721
   https://bugzilla.suse.com/1086095
   https://bugzilla.suse.com/1086535
   https://bugzilla.suse.com/1091158
   https://bugzilla.suse.com/1091171
   https://bugzilla.suse.com/1091197
   https://bugzilla.suse.com/1094825
   https://bugzilla.suse.com/1095344
   https://bugzilla.suse.com/1098996
   https://bugzilla.suse.com/1099523
   https://bugzilla.suse.com/1099597
   https://bugzilla.suse.com/1100105
   https://bugzilla.suse.com/1101555
   https://bugzilla.suse.com/1103624
   https://bugzilla.suse.com/1104731
   https://bugzilla.suse.com/1105025
   https://bugzilla.suse.com/1105931
   https://bugzilla.suse.com/1106293
   https://bugzilla.suse.com/1107256
   https://bugzilla.suse.com/1107299
   https://bugzilla.suse.com/1107385
   https://bugzilla.suse.com/1107866
   https://bugzilla.suse.com/1108145
   https://bugzilla.suse.com/1108498
   https://bugzilla.suse.com/1109330
   https://bugzilla.suse.com/1110286
   https://bugzilla.suse.com/1110837
   https://bugzilla.suse.com/1111062
   https://bugzilla.suse.com/1113192
   https://bugzilla.suse.com/1113751
   https://bugzilla.suse.com/1113769
   https://bugzilla.suse.com/1114190
   https://bugzilla.suse.com/1114648
   https://bugzilla.suse.com/1114763
   https://bugzilla.suse.com/1115433
   https://bugzilla.suse.com/1115440
   https://bugzilla.suse.com/1116027
   https://bugzilla.suse.com/1116183
   https://bugzilla.suse.com/1116345
   https://bugzilla.suse.com/1117186
   https://bugzilla.suse.com/1117187
   https://bugzilla.suse.com/1118152
   https://bugzilla.suse.com/1118319
   https://bugzilla.suse.com/1119714
   https://bugzilla.suse.com/1119946
   https://bugzilla.suse.com/1119947
   https://bugzilla.suse.com/1120743
   https://bugzilla.suse.com/1120758
   https://bugzilla.suse.com/1121621
   https://bugzilla.suse.com/1123161



More information about the sle-updates mailing list