openSUSE Security Update: Security update for the Linux Kernel
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2018:2404-1
Rating:             important
References:         #1012382 #1082653 #1082979 #1085042 #1085536 
                    #1086457 #1087081 #1089343 #1090123 #1090435 
                    #1092001 #1094244 #1095643 #1096978 #1097771 
                    #1099811 #1099813 #1099844 #1099845 #1099846 
                    #1099849 #1099858 #1099863 #1099864 #1100132 
                    #1100930 #1101331 #1101658 #1101789 #1101841 
                    #1102188 #1102197 #1102203 #1102205 #1102207 
                    #1102211 #1102214 #1102215 #1102340 #1102394 
                    #1102683 #1102851 #1103097 #1103119 #1103269 
                    #1103445 #1103580 #1103717 #1103745 #1103884 
                    #1104174 #1104319 #1104365 #1104494 #1104495 
                    
Cross-References:   CVE-2017-18344 CVE-2018-10876 CVE-2018-10877
                    CVE-2018-10878 CVE-2018-10879 CVE-2018-10880
                    CVE-2018-10881 CVE-2018-10882 CVE-2018-10883
                    CVE-2018-14734 CVE-2018-3620 CVE-2018-3646
                    CVE-2018-5390 CVE-2018-5391
Affected Products:
                    openSUSE Leap 42.3
______________________________________________________________________________

   An update that solves 14 vulnerabilities and has 41 fixes
   is now available.

Description:



   The openSUSE Leap 42.3 kernel was updated to 4.4.143 to receive various
   security and bugfixes.

   The following security bugs were fixed:

   - CVE-2017-18344: The timer_create syscall implementation in
     kernel/time/posix-timers.c didn't properly validate the
     sigevent->sigev_notify field, which leads to out-of-bounds access in the
     show_timer function (called when /proc/$PID/timers is read). This
     allowed userspace applications to read arbitrary kernel memory (on a
     kernel built with CONFIG_POSIX_TIMERS and CONFIG_CHECKPOINT_RESTORE)
     (bnc#1102851 bnc#1103580).
   - CVE-2018-10876: A flaw was found in Linux kernel in the ext4 filesystem
     code. A use-after-free is possible in ext4_ext_remove_space() function
     when mounting and operating a crafted ext4 image. (bnc#1099811)
   - CVE-2018-10877: Linux kernel ext4 filesystem is vulnerable to an
     out-of-bound access in the ext4_ext_drop_refs() function when operating
     on a crafted ext4 filesystem image. (bnc#1099846)
   - CVE-2018-10878: A flaw was found in the ext4 filesystem. A local user
     can cause an out-of-bounds write and a denial of service or unspecified
     other impact is possible by mounting and operating a crafted ext4
     filesystem image. (bnc#1099813)
   - CVE-2018-10879: A flaw was found in the ext4 filesystem. A local user
     can cause a use-after-free in ext4_xattr_set_entry function and a denial
     of service or unspecified other impact may occur by renaming a file in a
     crafted ext4 filesystem image. (bnc#1099844)
   - CVE-2018-10880: Linux kernel is vulnerable to a stack-out-of-bounds
     write in the ext4 filesystem code when mounting and writing to a crafted
     ext4 image in ext4_update_inline_data(). An attacker could use this to
     cause a system crash and a denial of service. (bnc#1099845)
   - CVE-2018-10881: A flaw was found in the ext4 filesystem. A local user
     can cause an out-of-bound access in ext4_get_group_info function, a
     denial of service, and a system crash by mounting and operating on a
     crafted ext4 filesystem image. (bnc#1099864)
   - CVE-2018-10882: A flaw was found in the ext4 filesystem. A local user
     can cause an out-of-bound write in in fs/jbd2/transaction.c code, a
     denial of service, and a system crash by unmounting a crafted ext4
     filesystem image. (bnc#1099849)
   - CVE-2018-10883: A flaw was found in the ext4 filesystem. A local user
     can cause an out-of-bounds write in jbd2_journal_dirty_metadata(), a
     denial of service, and a system crash by mounting and operating on a
     crafted ext4 filesystem image. (bnc#1099863)
   - CVE-2018-14734: drivers/infiniband/core/ucma.c allowed
     ucma_leave_multicast to access a certain data structure after a cleanup
     step in ucma_process_join, which allowed attackers to cause a denial of
     service (use-after-free) (bnc#1103119).
   - CVE-2018-3620: Systems with microprocessors utilizing speculative
     execution and address translations may allow unauthorized disclosure of
     information residing in the L1 data cache to an attacker with local user
     access via a terminal page fault and a side-channel analysis
     (bnc#1087081 1089343 ).
   - CVE-2018-3646: Systems with microprocessors utilizing speculative
     execution and address translations may allow unauthorized disclosure of
     information residing in the L1 data cache to an attacker with local user
     access with guest OS privilege via a terminal page fault and a
     side-channel analysis (bnc#1089343 1104365).
   - CVE-2018-5390 aka "SegmentSmack": The Linux kernel could be forced to
     make very expensive calls to tcp_collapse_ofo_queue() and
     tcp_prune_ofo_queue() for every incoming packet which can lead to a
     denial of service (bnc#1102340).
   - CVE-2018-5391 aka "FragmentSmack": A flaw in the IP packet reassembly
     could be used by remote attackers to consume lots of CPU time
     (bnc#1103097).

   The following non-security bugs were fixed:

   - Add support for 5,25,50, and 100G to 802.3ad bonding driver (bsc#1096978)
   - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
     (bnc#1012382).
   - arm64: do not open code page table entry creation (bsc#1102197).
   - arm64: kpti: Use early_param for kpti= command-line option (bsc#1102188).
   - arm64: Make sure permission updates happen for pmd/pud (bsc#1102197).
   - atm: zatm: Fix potential Spectre v1 (bnc#1012382).
   - bcm63xx_enet: correct clock usage (bnc#1012382).
   - bcm63xx_enet: do not write to random DMA channel on BCM6345
     (bnc#1012382).
   - blkcg: simplify statistic accumulation code (bsc#1082979).
   - block: copy ioprio in __bio_clone_fast() (bsc#1082653).
   - block/swim: Fix array bounds check (bsc#1082979).
   - bpf: fix loading of BPF_MAXINSNS sized programs (bsc#1012382).
   - bpf, x64: fix memleak when not converging after image (bsc#1012382).
   - btrfs: Do not remove block group still has pinned down bytes
     (bsc#1086457).
   - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
     (bsc#1099858).
   - cachefiles: Fix refcounting bug in backing-file read monitoring
     (bsc#1099858).
   - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
     (bsc#1099858).
   - cifs: fix bad/NULL ptr dereferencing in SMB2_sess_setup() (bsc#1090123).
   - compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled
     (bnc#1012382).
   - compiler, clang: properly override 'inline' for clang (bnc#1012382).
   - compiler, clang: suppress warning for unused static inline functions
     (bnc#1012382).
   - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline
     declarations (bnc#1012382).
   - cpu/hotplug: Add sysfs state interface (bsc#1089343).
   - cpu/hotplug: Provide knobs to control SMT (bsc#1089343).
   - cpu/hotplug: Split do_cpu_down() (bsc#1089343).
   - crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
     (bnc#1012382).
   - crypto: crypto4xx - remove bad list_del (bnc#1012382).
   - dm thin metadata: remove needless work from __commit_transaction
     (bsc#1082979).
   - drm/msm: Fix possible null dereference on failure of get_pages()
     (bsc#1102394).
   - drm: re-enable error handling (bsc#1103884).
   - esp6: fix memleak on error path in esp6_input (git-fixes).
   - ext4: check for allocation block validity with block group locked
     (bsc#1104495).
   - ext4: do not update s_last_mounted of a frozen fs (bsc#1101841).
   - ext4: factor out helper ext4_sample_last_mounted() (bsc#1101841).
   - ext4: fix check to prevent initializing reserved inodes (bsc#1104319).
   - ext4: fix false negatives *and* false positives in
     ext4_check_descriptors() (bsc#1103445).
   - ext4: fix inline data updates with checksums enabled (bsc#1104494).
   - fscache: Allow cancelled operations to be enqueued (bsc#1099858).
   - fscache: Fix reference overput in fscache_attach_object() error handling
     (bsc#1099858).
   - genirq: Make force irq threading setup more robust (bsc#1082979).
   - hid: usbhid: add quirk for innomedia INNEX GENESIS/ATARI adapter
     (bnc#1012382).
   - ib/isert: fix T10-pi check mask setting (bsc#1082979).
   - ibmasm: do not write out of bounds in read handler (bnc#1012382).
   - ibmvnic: Fix error recovery on login failure (bsc#1101789).
   - ibmvnic: Remove code to request error information (bsc#1104174).
   - ibmvnic: Revise RX/TX queue error messages (bsc#1101331).
   - ibmvnic: Update firmware error reporting with cause string (bsc#1104174).
   - iw_cxgb4: correctly enforce the max reg_mr depth (bnc#1012382).
   - kabi protect includes in include/linux/inet.h (bsc#1095643).
   - kabi protect net/core/utils.c includes (bsc#1095643).
   - kABI: protect struct loop_device (kabi).
   - kABI: reintroduce __static_cpu_has_safe (kabi).
   - Kbuild: fix # escaping in .cmd files for future Make (bnc#1012382).
   - keys: DNS: fix parsing multiple options (bnc#1012382).
   - kvm: arm/arm64: Drop resource size check for GICV window (bsc#1102215).
   - kvm: arm/arm64: Set dist->spis to NULL after kfree (bsc#1102214).
   - libata: do not try to pass through NCQ commands to non-NCQ devices
     (bsc#1082979).
   - loop: add recursion validation to LOOP_CHANGE_FD (bnc#1012382).
   - loop: remember whether sysfs_create_group() was done (bnc#1012382).
   - mmc: dw_mmc: fix card threshold control configuration (bsc#1102203).
   - mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
     (bsc#1097771).
   - net: cxgb3_main: fix potential Spectre v1 (bnc#1012382).
   - net: dccp: avoid crash in ccid3_hc_rx_send_feedback() (bnc#1012382).
   - net: dccp: switch rx_tstamp_last_feedback to monotonic clock
     (bnc#1012382).
   - netfilter: ebtables: reject non-bridge targets (bnc#1012382).
   - netfilter: nf_queue: augment nfqa_cfg_policy (bnc#1012382).
   - netfilter: x_tables: initialise match/target check parameter struct
     (bnc#1012382).
   - net/mlx5: Fix command interface race in polling mode (bnc#1012382).
   - net/mlx5: Fix incorrect raw command length parsing (bnc#1012382).
   - net: mvneta: fix the Rx desc DMA address in the Rx path (bsc#1102207).
   - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL
     (bnc#1012382).
   - net: off by one in inet6_pton() (bsc#1095643).
   - net: phy: marvell: Use strlcpy() for ethtool::get_strings (bsc#1102205).
   - net_sched: blackhole: tell upper qdisc about dropped packets
     (bnc#1012382).
   - net: sungem: fix rx checksum support (bnc#1012382).
   - net/utils: generic inet_pton_with_scope helper (bsc#1095643).
   - null_blk: use sector_div instead of do_div (bsc#1082979).
   - nvme-rdma: Check remotely invalidated rkey matches our expected rkey
     (bsc#1092001).
   - nvme-rdma: default MR page size to 4k (bsc#1092001).
   - nvme-rdma: do not complete requests before a send work request has
     completed (bsc#1092001).
   - nvme-rdma: do not suppress send completions (bsc#1092001).
   - nvme-rdma: Fix command completion race at error recovery (bsc#1090435).
   - nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical
     (bsc#1092001).
   - nvme-rdma: use inet_pton_with_scope helper (bsc#1095643).
   - nvme-rdma: Use mr pool (bsc#1092001).
   - nvme-rdma: wait for local invalidation before completing a request
     (bsc#1092001).
   - ocfs2: subsystem.su_mutex is required while accessing the
     item->ci_parent (bnc#1012382).
   - pci: ibmphp: Fix use-before-set in get_max_bus_speed() (bsc#1100132).
   - perf tools: Move syscall number fallbacks from perf-sys.h to
     tools/arch/x86/include/asm/ (bnc#1012382).
   - pm / hibernate: Fix oops at snapshot_write() (bnc#1012382).
   - powerpc/64: Initialise thread_info for emergency stacks (bsc#1094244,
     bsc#1100930, bsc#1102683).
   - powerpc/fadump: handle crash memory ranges array index overflow
     (bsc#1103269).
   - powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segements
     (bsc#1103269).
   - qed: Limit msix vectors in kdump kernel to the minimum required count
     (bnc#1012382).
   - r8152: napi hangup fix after disconnect (bnc#1012382).
   - rdma/ocrdma: Fix an error code in ocrdma_alloc_pd() (bsc#1082979).
   - rdma/ocrdma: Fix error codes in ocrdma_create_srq() (bsc#1082979).
   - rdma/ucm: Mark UCM interface as BROKEN (bnc#1012382).
   - rds: avoid unenecessary cong_update in loop transport (bnc#1012382).
   - Revert 'block-cancel-workqueue-entries-on-blk_mq_freeze_queue'
     (bsc#1103717)
   - Revert "sit: reload iphdr in ipip6_rcv" (bnc#1012382).
   - Revert "x86/cpufeature: Move some of the scattered feature bits to
     x86_capability" (kabi).
   - Revert "x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6" (kabi).
   - rtlwifi: rtl8821ae: fix firmware is not ready to run (bnc#1012382).
   - s390/qeth: fix error handling in adapter command callbacks (bnc#1103745,
     LTC#169699).
   - sched/smt: Update sched_smt_present at runtime (bsc#1089343).
   - scsi: qlogicpti: Fix an error handling path in 'qpti_sbus_probe()'
     (bsc#1082979).
   - scsi: sg: fix minor memory leak in error path (bsc#1082979).
   - scsi: target: fix crash with iscsi target and dvd (bsc#1082979).
   - smsc75xx: Add workaround for gigabit link up hardware errata
     (bsc#1100132).
   - smsc95xx: Configure pause time to 0xffff when tx flow control enabled
     (bsc#1085536).
   - supported.conf: Do not build KMP for openSUSE kernels The merge of
     kselftest-kmp was overseen, and bad for openSUSE-42.3
   - tcp: fix Fast Open key endianness (bnc#1012382).
   - tcp: prevent bogus FRTO undos with non-SACK flows (bnc#1012382).
   - tools build: fix # escaping in .cmd files for future Make (bnc#1012382).
   - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
     (bnc#1012382).
   - usb: core: handle hub C_PORT_OVER_CURRENT condition (bsc#1100132).
   - usb: quirks: add delay quirks for Corsair Strafe (bnc#1012382).
   - usb: serial: ch341: fix type promotion bug in ch341_control_in()
     (bnc#1012382).
   - usb: serial: cp210x: add another USB ID for Qivicon ZigBee stick
     (bnc#1012382).
   - usb: serial: keyspan_pda: fix modem-status error handling (bnc#1012382).
   - usb: serial: mos7840: fix status-register error handling (bnc#1012382).
   - usb: yurex: fix out-of-bounds uaccess in read handler (bnc#1012382).
   - vfio: platform: Fix reset module leak in error path (bsc#1102211).
   - vfs: add the sb_start_intwrite_trylock() helper (bsc#1101841).
   - vhost_net: validate sock before trying to put its fd (bnc#1012382).
   - vmw_balloon: fix inflation with batching (bnc#1012382).
   - x86/alternatives: Add an auxilary section (bnc#1012382).
   - x86/alternatives: Discard dynamic check after init (bnc#1012382).
   - x86/apic: Ignore secondary threads if nosmt=force (bsc#1089343).
   - x86/asm: Add _ASM_ARG* constants for argument registers to 
     (bnc#1012382).
   - x86/boot: Simplify kernel load address alignment check (bnc#1012382).
   - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
     (bsc#1089343).
   - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343).
   - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
     (bsc#1089343). Update config files.
   - x86/cpu/AMD: Remove the pointless detect_ht() call (bsc#1089343).
   - x86/cpu/common: Provide detect_ht_early() (bsc#1089343).
   - x86/cpufeature: Add helper macro for mask check macros (bnc#1012382).
   - x86/cpufeature: Carve out X86_FEATURE_* (bnc#1012382).
   - x86/cpufeature: Get rid of the non-asm goto variant (bnc#1012382).
   - x86/cpufeature: Make sure DISABLED/REQUIRED macros are updated
     (bnc#1012382).
   - x86/cpufeature: Move some of the scattered feature bits to
     x86_capability (bnc#1012382).
   - x86/cpufeature: Replace the old static_cpu_has() with safe variant
     (bnc#1012382).
   - x86/cpufeature: Speed up cpu_feature_enabled() (bnc#1012382).
   - x86/cpufeature: Update cpufeaure macros (bnc#1012382).
   - x86/cpu/intel: Evaluate smp_num_siblings early (bsc#1089343).
   - x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6 (bnc#1012382).
   - x86/cpu: Provide a config option to disable static_cpu_has (bnc#1012382).
   - x86/cpu: Remove the pointless CPU printout (bsc#1089343).
   - x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343).
   - x86/fpu: Add an XSTATE_OP() macro (bnc#1012382).
   - x86/fpu: Get rid of xstate_fault() (bnc#1012382).
   - x86/headers: Do not include asm/processor.h in asm/atomic.h
     (bnc#1012382).
   - x86/mm/pkeys: Fix mismerge of protection keys CPUID bits (bnc#1012382).
   - x86/mm: Simplify p[g4um]d_page() macros (1087081).
   - x86/smpboot: Do not use smp_num_siblings in __max_logical_packages
     calculation (bsc#1089343).
   - x86/smp: Provide topology_is_primary_thread() (bsc#1089343).
   - x86/topology: Add topology_max_smt_threads() (bsc#1089343).
   - x86/topology: Provide topology_smt_supported() (bsc#1089343).
   - x86/vdso: Use static_cpu_has() (bnc#1012382).
   - xen/grant-table: log the lack of grants (bnc#1085042).
   - xen-netfront: Fix mismatched rtnl_unlock (bnc#1101658).
   - xen-netfront: Update features after registering netdev (bnc#1101658).
   - xhci: xhci-mem: off by one in xhci_stream_id_to_ring() (bnc#1012382).


Patch Instructions:

   To install this openSUSE 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:

   - openSUSE Leap 42.3:

      zypper in -t patch openSUSE-2018-885=1



Package List:

   - openSUSE Leap 42.3 (x86_64):

      kernel-debug-4.4.143-65.1
      kernel-debug-base-4.4.143-65.1
      kernel-debug-base-debuginfo-4.4.143-65.1
      kernel-debug-debuginfo-4.4.143-65.1
      kernel-debug-debugsource-4.4.143-65.1
      kernel-debug-devel-4.4.143-65.1
      kernel-debug-devel-debuginfo-4.4.143-65.1
      kernel-default-4.4.143-65.1
      kernel-default-base-4.4.143-65.1
      kernel-default-base-debuginfo-4.4.143-65.1
      kernel-default-debuginfo-4.4.143-65.1
      kernel-default-debugsource-4.4.143-65.1
      kernel-default-devel-4.4.143-65.1
      kernel-obs-build-4.4.143-65.1
      kernel-obs-build-debugsource-4.4.143-65.1
      kernel-obs-qa-4.4.143-65.1
      kernel-syms-4.4.143-65.1
      kernel-vanilla-4.4.143-65.1
      kernel-vanilla-base-4.4.143-65.1
      kernel-vanilla-base-debuginfo-4.4.143-65.1
      kernel-vanilla-debuginfo-4.4.143-65.1
      kernel-vanilla-debugsource-4.4.143-65.1
      kernel-vanilla-devel-4.4.143-65.1

   - openSUSE Leap 42.3 (noarch):

      kernel-devel-4.4.143-65.1
      kernel-docs-4.4.143-65.1
      kernel-docs-html-4.4.143-65.1
      kernel-docs-pdf-4.4.143-65.1
      kernel-macros-4.4.143-65.1
      kernel-source-4.4.143-65.1
      kernel-source-vanilla-4.4.143-65.1


References:

   https://www.suse.com/security/cve/CVE-2017-18344.html
   https://www.suse.com/security/cve/CVE-2018-10876.html
   https://www.suse.com/security/cve/CVE-2018-10877.html
   https://www.suse.com/security/cve/CVE-2018-10878.html
   https://www.suse.com/security/cve/CVE-2018-10879.html
   https://www.suse.com/security/cve/CVE-2018-10880.html
   https://www.suse.com/security/cve/CVE-2018-10881.html
   https://www.suse.com/security/cve/CVE-2018-10882.html
   https://www.suse.com/security/cve/CVE-2018-10883.html
   https://www.suse.com/security/cve/CVE-2018-14734.html
   https://www.suse.com/security/cve/CVE-2018-3620.html
   https://www.suse.com/security/cve/CVE-2018-3646.html
   https://www.suse.com/security/cve/CVE-2018-5390.html
   https://www.suse.com/security/cve/CVE-2018-5391.html
   https://bugzilla.suse.com/1012382
   https://bugzilla.suse.com/1082653
   https://bugzilla.suse.com/1082979
   https://bugzilla.suse.com/1085042
   https://bugzilla.suse.com/1085536
   https://bugzilla.suse.com/1086457
   https://bugzilla.suse.com/1087081
   https://bugzilla.suse.com/1089343
   https://bugzilla.suse.com/1090123
   https://bugzilla.suse.com/1090435
   https://bugzilla.suse.com/1092001
   https://bugzilla.suse.com/1094244
   https://bugzilla.suse.com/1095643
   https://bugzilla.suse.com/1096978
   https://bugzilla.suse.com/1097771
   https://bugzilla.suse.com/1099811
   https://bugzilla.suse.com/1099813
   https://bugzilla.suse.com/1099844
   https://bugzilla.suse.com/1099845
   https://bugzilla.suse.com/1099846
   https://bugzilla.suse.com/1099849
   https://bugzilla.suse.com/1099858
   https://bugzilla.suse.com/1099863
   https://bugzilla.suse.com/1099864
   https://bugzilla.suse.com/1100132
   https://bugzilla.suse.com/1100930
   https://bugzilla.suse.com/1101331
   https://bugzilla.suse.com/1101658
   https://bugzilla.suse.com/1101789
   https://bugzilla.suse.com/1101841
   https://bugzilla.suse.com/1102188
   https://bugzilla.suse.com/1102197
   https://bugzilla.suse.com/1102203
   https://bugzilla.suse.com/1102205
   https://bugzilla.suse.com/1102207
   https://bugzilla.suse.com/1102211
   https://bugzilla.suse.com/1102214
   https://bugzilla.suse.com/1102215
   https://bugzilla.suse.com/1102340
   https://bugzilla.suse.com/1102394
   https://bugzilla.suse.com/1102683
   https://bugzilla.suse.com/1102851
   https://bugzilla.suse.com/1103097
   https://bugzilla.suse.com/1103119
   https://bugzilla.suse.com/1103269
   https://bugzilla.suse.com/1103445
   https://bugzilla.suse.com/1103580
   https://bugzilla.suse.com/1103717
   https://bugzilla.suse.com/1103745
   https://bugzilla.suse.com/1103884
   https://bugzilla.suse.com/1104174
   https://bugzilla.suse.com/1104319
   https://bugzilla.suse.com/1104365
   https://bugzilla.suse.com/1104494
   https://bugzilla.suse.com/1104495

-- 

openSUSE: 2018:2404-1: important: the Linux Kernel

August 17, 2018
An update that solves 14 vulnerabilities and has 41 fixes is now available.

Description

The openSUSE Leap 42.3 kernel was updated to 4.4.143 to receive various security and bugfixes. The following security bugs were fixed: - CVE-2017-18344: The timer_create syscall implementation in kernel/time/posix-timers.c didn't properly validate the sigevent->sigev_notify field, which leads to out-of-bounds access in the show_timer function (called when /proc/$PID/timers is read). This allowed userspace applications to read arbitrary kernel memory (on a kernel built with CONFIG_POSIX_TIMERS and CONFIG_CHECKPOINT_RESTORE) (bnc#1102851 bnc#1103580). - CVE-2018-10876: A flaw was found in Linux kernel in the ext4 filesystem code. A use-after-free is possible in ext4_ext_remove_space() function when mounting and operating a crafted ext4 image. (bnc#1099811) - CVE-2018-10877: Linux kernel ext4 filesystem is vulnerable to an out-of-bound access in the ext4_ext_drop_refs() function when operating on a crafted ext4 filesystem image. (bnc#1099846) - CVE-2018-10878: A flaw was found in the ext4 filesystem. A local user can cause an out-of-bounds write and a denial of service or unspecified other impact is possible by mounting and operating a crafted ext4 filesystem image. (bnc#1099813) - CVE-2018-10879: A flaw was found in the ext4 filesystem. A local user can cause a use-after-free in ext4_xattr_set_entry function and a denial of service or unspecified other impact may occur by renaming a file in a crafted ext4 filesystem image. (bnc#1099844) - CVE-2018-10880: Linux kernel is vulnerable to a stack-out-of-bounds write in the ext4 filesystem code when mounting and writing to a crafted ext4 image in ext4_update_inline_data(). An attacker could use this to cause a system crash and a denial of service. (bnc#1099845) - CVE-2018-10881: A flaw was found in the ext4 filesystem. A local user can cause an out-of-bound access in ext4_get_group_info function, a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image. (bnc#1099864) - CVE-2018-10882: A flaw was found in the ext4 filesystem. A local user can cause an out-of-bound write in in fs/jbd2/transaction.c code, a denial of service, and a system crash by unmounting a crafted ext4 filesystem image. (bnc#1099849) - CVE-2018-10883: A flaw was found in the ext4 filesystem. A local user can cause an out-of-bounds write in jbd2_journal_dirty_metadata(), a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image. (bnc#1099863) - CVE-2018-14734: drivers/infiniband/core/ucma.c allowed ucma_leave_multicast to access a certain data structure after a cleanup step in ucma_process_join, which allowed attackers to cause a denial of service (use-after-free) (bnc#1103119). - CVE-2018-3620: Systems with microprocessors utilizing speculative execution and address translations may allow unauthorized disclosure of information residing in the L1 data cache to an attacker with local user access via a terminal page fault and a side-channel analysis (bnc#1087081 1089343 ). - CVE-2018-3646: Systems with microprocessors utilizing speculative execution and address translations may allow unauthorized disclosure of information residing in the L1 data cache to an attacker with local user access with guest OS privilege via a terminal page fault and a side-channel analysis (bnc#1089343 1104365). - CVE-2018-5390 aka "SegmentSmack": The Linux kernel could be forced to make very expensive calls to tcp_collapse_ofo_queue() and tcp_prune_ofo_queue() for every incoming packet which can lead to a denial of service (bnc#1102340). - CVE-2018-5391 aka "FragmentSmack": A flaw in the IP packet reassembly could be used by remote attackers to consume lots of CPU time (bnc#1103097). The following non-security bugs were fixed: - Add support for 5,25,50, and 100G to 802.3ad bonding driver (bsc#1096978) - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS (bnc#1012382). - arm64: do not open code page table entry creation (bsc#1102197). - arm64: kpti: Use early_param for kpti= command-line option (bsc#1102188). - arm64: Make sure permission updates happen for pmd/pud (bsc#1102197). - atm: zatm: Fix potential Spectre v1 (bnc#1012382). - bcm63xx_enet: correct clock usage (bnc#1012382). - bcm63xx_enet: do not write to random DMA channel on BCM6345 (bnc#1012382). - blkcg: simplify statistic accumulation code (bsc#1082979). - block: copy ioprio in __bio_clone_fast() (bsc#1082653). - block/swim: Fix array bounds check (bsc#1082979). - bpf: fix loading of BPF_MAXINSNS sized programs (bsc#1012382). - bpf, x64: fix memleak when not converging after image (bsc#1012382). - btrfs: Do not remove block group still has pinned down bytes (bsc#1086457). - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag (bsc#1099858). - cachefiles: Fix refcounting bug in backing-file read monitoring (bsc#1099858). - cachefiles: Wait rather than BUG'ing on "Unexpected object collision" (bsc#1099858). - cifs: fix bad/NULL ptr dereferencing in SMB2_sess_setup() (bsc#1090123). - compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled (bnc#1012382). - compiler, clang: properly override 'inline' for clang (bnc#1012382). - compiler, clang: suppress warning for unused static inline functions (bnc#1012382). - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations (bnc#1012382). - cpu/hotplug: Add sysfs state interface (bsc#1089343). - cpu/hotplug: Provide knobs to control SMT (bsc#1089343). - cpu/hotplug: Split do_cpu_down() (bsc#1089343). - crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak (bnc#1012382). - crypto: crypto4xx - remove bad list_del (bnc#1012382). - dm thin metadata: remove needless work from __commit_transaction (bsc#1082979). - drm/msm: Fix possible null dereference on failure of get_pages() (bsc#1102394). - drm: re-enable error handling (bsc#1103884). - esp6: fix memleak on error path in esp6_input (git-fixes). - ext4: check for allocation block validity with block group locked (bsc#1104495). - ext4: do not update s_last_mounted of a frozen fs (bsc#1101841). - ext4: factor out helper ext4_sample_last_mounted() (bsc#1101841). - ext4: fix check to prevent initializing reserved inodes (bsc#1104319). - ext4: fix false negatives *and* false positives in ext4_check_descriptors() (bsc#1103445). - ext4: fix inline data updates with checksums enabled (bsc#1104494). - fscache: Allow cancelled operations to be enqueued (bsc#1099858). - fscache: Fix reference overput in fscache_attach_object() error handling (bsc#1099858). - genirq: Make force irq threading setup more robust (bsc#1082979). - hid: usbhid: add quirk for innomedia INNEX GENESIS/ATARI adapter (bnc#1012382). - ib/isert: fix T10-pi check mask setting (bsc#1082979). - ibmasm: do not write out of bounds in read handler (bnc#1012382). - ibmvnic: Fix error recovery on login failure (bsc#1101789). - ibmvnic: Remove code to request error information (bsc#1104174). - ibmvnic: Revise RX/TX queue error messages (bsc#1101331). - ibmvnic: Update firmware error reporting with cause string (bsc#1104174). - iw_cxgb4: correctly enforce the max reg_mr depth (bnc#1012382). - kabi protect includes in include/linux/inet.h (bsc#1095643). - kabi protect net/core/utils.c includes (bsc#1095643). - kABI: protect struct loop_device (kabi). - kABI: reintroduce __static_cpu_has_safe (kabi). - Kbuild: fix # escaping in .cmd files for future Make (bnc#1012382). - keys: DNS: fix parsing multiple options (bnc#1012382). - kvm: arm/arm64: Drop resource size check for GICV window (bsc#1102215). - kvm: arm/arm64: Set dist->spis to NULL after kfree (bsc#1102214). - libata: do not try to pass through NCQ commands to non-NCQ devices (bsc#1082979). - loop: add recursion validation to LOOP_CHANGE_FD (bnc#1012382). - loop: remember whether sysfs_create_group() was done (bnc#1012382). - mmc: dw_mmc: fix card threshold control configuration (bsc#1102203). - mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing (bsc#1097771). - net: cxgb3_main: fix potential Spectre v1 (bnc#1012382). - net: dccp: avoid crash in ccid3_hc_rx_send_feedback() (bnc#1012382). - net: dccp: switch rx_tstamp_last_feedback to monotonic clock (bnc#1012382). - netfilter: ebtables: reject non-bridge targets (bnc#1012382). - netfilter: nf_queue: augment nfqa_cfg_policy (bnc#1012382). - netfilter: x_tables: initialise match/target check parameter struct (bnc#1012382). - net/mlx5: Fix command interface race in polling mode (bnc#1012382). - net/mlx5: Fix incorrect raw command length parsing (bnc#1012382). - net: mvneta: fix the Rx desc DMA address in the Rx path (bsc#1102207). - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL (bnc#1012382). - net: off by one in inet6_pton() (bsc#1095643). - net: phy: marvell: Use strlcpy() for ethtool::get_strings (bsc#1102205). - net_sched: blackhole: tell upper qdisc about dropped packets (bnc#1012382). - net: sungem: fix rx checksum support (bnc#1012382). - net/utils: generic inet_pton_with_scope helper (bsc#1095643). - null_blk: use sector_div instead of do_div (bsc#1082979). - nvme-rdma: Check remotely invalidated rkey matches our expected rkey (bsc#1092001). - nvme-rdma: default MR page size to 4k (bsc#1092001). - nvme-rdma: do not complete requests before a send work request has completed (bsc#1092001). - nvme-rdma: do not suppress send completions (bsc#1092001). - nvme-rdma: Fix command completion race at error recovery (bsc#1090435). - nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical (bsc#1092001). - nvme-rdma: use inet_pton_with_scope helper (bsc#1095643). - nvme-rdma: Use mr pool (bsc#1092001). - nvme-rdma: wait for local invalidation before completing a request (bsc#1092001). - ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent (bnc#1012382). - pci: ibmphp: Fix use-before-set in get_max_bus_speed() (bsc#1100132). - perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/ (bnc#1012382). - pm / hibernate: Fix oops at snapshot_write() (bnc#1012382). - powerpc/64: Initialise thread_info for emergency stacks (bsc#1094244, bsc#1100930, bsc#1102683). - powerpc/fadump: handle crash memory ranges array index overflow (bsc#1103269). - powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segements (bsc#1103269). - qed: Limit msix vectors in kdump kernel to the minimum required count (bnc#1012382). - r8152: napi hangup fix after disconnect (bnc#1012382). - rdma/ocrdma: Fix an error code in ocrdma_alloc_pd() (bsc#1082979). - rdma/ocrdma: Fix error codes in ocrdma_create_srq() (bsc#1082979). - rdma/ucm: Mark UCM interface as BROKEN (bnc#1012382). - rds: avoid unenecessary cong_update in loop transport (bnc#1012382). - Revert 'block-cancel-workqueue-entries-on-blk_mq_freeze_queue' (bsc#1103717) - Revert "sit: reload iphdr in ipip6_rcv" (bnc#1012382). - Revert "x86/cpufeature: Move some of the scattered feature bits to x86_capability" (kabi). - Revert "x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6" (kabi). - rtlwifi: rtl8821ae: fix firmware is not ready to run (bnc#1012382). - s390/qeth: fix error handling in adapter command callbacks (bnc#1103745, LTC#169699). - sched/smt: Update sched_smt_present at runtime (bsc#1089343). - scsi: qlogicpti: Fix an error handling path in 'qpti_sbus_probe()' (bsc#1082979). - scsi: sg: fix minor memory leak in error path (bsc#1082979). - scsi: target: fix crash with iscsi target and dvd (bsc#1082979). - smsc75xx: Add workaround for gigabit link up hardware errata (bsc#1100132). - smsc95xx: Configure pause time to 0xffff when tx flow control enabled (bsc#1085536). - supported.conf: Do not build KMP for openSUSE kernels The merge of kselftest-kmp was overseen, and bad for openSUSE-42.3 - tcp: fix Fast Open key endianness (bnc#1012382). - tcp: prevent bogus FRTO undos with non-SACK flows (bnc#1012382). - tools build: fix # escaping in .cmd files for future Make (bnc#1012382). - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn() (bnc#1012382). - usb: core: handle hub C_PORT_OVER_CURRENT condition (bsc#1100132). - usb: quirks: add delay quirks for Corsair Strafe (bnc#1012382). - usb: serial: ch341: fix type promotion bug in ch341_control_in() (bnc#1012382). - usb: serial: cp210x: add another USB ID for Qivicon ZigBee stick (bnc#1012382). - usb: serial: keyspan_pda: fix modem-status error handling (bnc#1012382). - usb: serial: mos7840: fix status-register error handling (bnc#1012382). - usb: yurex: fix out-of-bounds uaccess in read handler (bnc#1012382). - vfio: platform: Fix reset module leak in error path (bsc#1102211). - vfs: add the sb_start_intwrite_trylock() helper (bsc#1101841). - vhost_net: validate sock before trying to put its fd (bnc#1012382). - vmw_balloon: fix inflation with batching (bnc#1012382). - x86/alternatives: Add an auxilary section (bnc#1012382). - x86/alternatives: Discard dynamic check after init (bnc#1012382). - x86/apic: Ignore secondary threads if nosmt=force (bsc#1089343). - x86/asm: Add _ASM_ARG* constants for argument registers to (bnc#1012382). - x86/boot: Simplify kernel load address alignment check (bnc#1012382). - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info (bsc#1089343). - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343). - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings (bsc#1089343). Update config files. - x86/cpu/AMD: Remove the pointless detect_ht() call (bsc#1089343). - x86/cpu/common: Provide detect_ht_early() (bsc#1089343). - x86/cpufeature: Add helper macro for mask check macros (bnc#1012382). - x86/cpufeature: Carve out X86_FEATURE_* (bnc#1012382). - x86/cpufeature: Get rid of the non-asm goto variant (bnc#1012382). - x86/cpufeature: Make sure DISABLED/REQUIRED macros are updated (bnc#1012382). - x86/cpufeature: Move some of the scattered feature bits to x86_capability (bnc#1012382). - x86/cpufeature: Replace the old static_cpu_has() with safe variant (bnc#1012382). - x86/cpufeature: Speed up cpu_feature_enabled() (bnc#1012382). - x86/cpufeature: Update cpufeaure macros (bnc#1012382). - x86/cpu/intel: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6 (bnc#1012382). - x86/cpu: Provide a config option to disable static_cpu_has (bnc#1012382). - x86/cpu: Remove the pointless CPU printout (bsc#1089343). - x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - x86/fpu: Add an XSTATE_OP() macro (bnc#1012382). - x86/fpu: Get rid of xstate_fault() (bnc#1012382). - x86/headers: Do not include asm/processor.h in asm/atomic.h (bnc#1012382). - x86/mm/pkeys: Fix mismerge of protection keys CPUID bits (bnc#1012382). - x86/mm: Simplify p[g4um]d_page() macros (1087081). - x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculation (bsc#1089343). - x86/smp: Provide topology_is_primary_thread() (bsc#1089343). - x86/topology: Add topology_max_smt_threads() (bsc#1089343). - x86/topology: Provide topology_smt_supported() (bsc#1089343). - x86/vdso: Use static_cpu_has() (bnc#1012382). - xen/grant-table: log the lack of grants (bnc#1085042). - xen-netfront: Fix mismatched rtnl_unlock (bnc#1101658). - xen-netfront: Update features after registering netdev (bnc#1101658). - xhci: xhci-mem: off by one in xhci_stream_id_to_ring() (bnc#1012382).

 

Patch

Patch Instructions: To install this openSUSE 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: - openSUSE Leap 42.3: zypper in -t patch openSUSE-2018-885=1


Package List

- openSUSE Leap 42.3 (x86_64): kernel-debug-4.4.143-65.1 kernel-debug-base-4.4.143-65.1 kernel-debug-base-debuginfo-4.4.143-65.1 kernel-debug-debuginfo-4.4.143-65.1 kernel-debug-debugsource-4.4.143-65.1 kernel-debug-devel-4.4.143-65.1 kernel-debug-devel-debuginfo-4.4.143-65.1 kernel-default-4.4.143-65.1 kernel-default-base-4.4.143-65.1 kernel-default-base-debuginfo-4.4.143-65.1 kernel-default-debuginfo-4.4.143-65.1 kernel-default-debugsource-4.4.143-65.1 kernel-default-devel-4.4.143-65.1 kernel-obs-build-4.4.143-65.1 kernel-obs-build-debugsource-4.4.143-65.1 kernel-obs-qa-4.4.143-65.1 kernel-syms-4.4.143-65.1 kernel-vanilla-4.4.143-65.1 kernel-vanilla-base-4.4.143-65.1 kernel-vanilla-base-debuginfo-4.4.143-65.1 kernel-vanilla-debuginfo-4.4.143-65.1 kernel-vanilla-debugsource-4.4.143-65.1 kernel-vanilla-devel-4.4.143-65.1 - openSUSE Leap 42.3 (noarch): kernel-devel-4.4.143-65.1 kernel-docs-4.4.143-65.1 kernel-docs-html-4.4.143-65.1 kernel-docs-pdf-4.4.143-65.1 kernel-macros-4.4.143-65.1 kernel-source-4.4.143-65.1 kernel-source-vanilla-4.4.143-65.1


References

https://www.suse.com/security/cve/CVE-2017-18344.html https://www.suse.com/security/cve/CVE-2018-10876.html https://www.suse.com/security/cve/CVE-2018-10877.html https://www.suse.com/security/cve/CVE-2018-10878.html https://www.suse.com/security/cve/CVE-2018-10879.html https://www.suse.com/security/cve/CVE-2018-10880.html https://www.suse.com/security/cve/CVE-2018-10881.html https://www.suse.com/security/cve/CVE-2018-10882.html https://www.suse.com/security/cve/CVE-2018-10883.html https://www.suse.com/security/cve/CVE-2018-14734.html https://www.suse.com/security/cve/CVE-2018-3620.html https://www.suse.com/security/cve/CVE-2018-3646.html https://www.suse.com/security/cve/CVE-2018-5390.html https://www.suse.com/security/cve/CVE-2018-5391.html https://bugzilla.suse.com/1012382 https://bugzilla.suse.com/1082653 https://bugzilla.suse.com/1082979 https://bugzilla.suse.com/1085042 https://bugzilla.suse.com/1085536 https://bugzilla.suse.com/1086457 https://bugzilla.suse.com/1087081 https://bugzilla.suse.com/1089343 https://bugzilla.suse.com/1090123 https://bugzilla.suse.com/1090435 https://bugzilla.suse.com/1092001 https://bugzilla.suse.com/1094244 https://bugzilla.suse.com/1095643 https://bugzilla.suse.com/1096978 https://bugzilla.suse.com/1097771 https://bugzilla.suse.com/1099811 https://bugzilla.suse.com/1099813 https://bugzilla.suse.com/1099844 https://bugzilla.suse.com/1099845 https://bugzilla.suse.com/1099846 https://bugzilla.suse.com/1099849 https://bugzilla.suse.com/1099858 https://bugzilla.suse.com/1099863 https://bugzilla.suse.com/1099864 https://bugzilla.suse.com/1100132 https://bugzilla.suse.com/1100930 https://bugzilla.suse.com/1101331 https://bugzilla.suse.com/1101658 https://bugzilla.suse.com/1101789 https://bugzilla.suse.com/1101841 https://bugzilla.suse.com/1102188 https://bugzilla.suse.com/1102197 https://bugzilla.suse.com/1102203 https://bugzilla.suse.com/1102205 https://bugzilla.suse.com/1102207 https://bugzilla.suse.com/1102211 https://bugzilla.suse.com/1102214 https://bugzilla.suse.com/1102215 https://bugzilla.suse.com/1102340 https://bugzilla.suse.com/1102394 https://bugzilla.suse.com/1102683 https://bugzilla.suse.com/1102851 https://bugzilla.suse.com/1103097 https://bugzilla.suse.com/1103119 https://bugzilla.suse.com/1103269 https://bugzilla.suse.com/1103445 https://bugzilla.suse.com/1103580 https://bugzilla.suse.com/1103717 https://bugzilla.suse.com/1103745 https://bugzilla.suse.com/1103884 https://bugzilla.suse.com/1104174 https://bugzilla.suse.com/1104319 https://bugzilla.suse.com/1104365 https://bugzilla.suse.com/1104494 https://bugzilla.suse.com/1104495--


Severity
Announcement ID: openSUSE-SU-2018:2404-1
Rating: important
Affected Products: openSUSE Leap 42.3 le.

Related News