[SUSE-SU-2018:3083-1] Security update for the Linux Kernel

Severity Important
Affected Packages 21
CVEs 20

Security update for the Linux Kernel

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

The following security bugs were fixed:

  • CVE-2018-14634: Prevent integer overflow in create_elf_tables that allowed a local attacker to exploit this vulnerability via a SUID-root binary and obtain full root privileges (bsc#1108912)
  • CVE-2018-14617: Prevent NULL pointer dereference and panic in hfsplus_lookup() when opening a file (that is purportedly a hard link) in an hfs+ filesystem that has malformed catalog data, and is mounted read-only without a metadata directory (bsc#1102870)
  • CVE-2018-16276: Incorrect bounds checking in the yurex USB driver in yurex_read allowed local attackers to use user access read/writes to crash the kernel or potentially escalate privileges (bsc#1106095)
  • CVE-2018-12896: Prevent integer overflow in the POSIX timer code that was caused by the way the overrun accounting works. Depending on interval and expiry time values, the overrun can be larger than INT_MAX, but the accounting is int based. This basically made the accounting values, which are visible to user space via timer_getoverrun(2) and siginfo::si_overrun, random. This allowed a local user to cause a denial of service (signed integer overflow) via crafted mmap, futex, timer_create, and timer_settime system calls (bnc#1099922)
  • CVE-2018-13093: Prevent NULL pointer dereference and panic in lookup_slow() on a NULL inode->i_ops pointer when doing pathwalks on a corrupted xfs image. This occured because of a lack of proper validation that cached inodes are free during allocation (bnc#1100001)
  • CVE-2018-10940: The cdrom_ioctl_media_changed function allowed local attackers to use a incorrect bounds check in the CDROM driver CDROM_MEDIA_CHANGED ioctl to read out kernel memory (bsc#1092903)
  • CVE-2018-16658: Prevent information leak in cdrom_ioctl_drive_status that could have been used by local attackers to read kernel memory (bnc#1107689)
  • CVE-2018-6555: The irda_setsockopt function allowed local users to cause a denial of service (ias_object use-after-free and system crash) or possibly have unspecified other impact via an AF_IRDA socket (bnc#1106511)
  • CVE-2018-6554: Prevent memory leak in the irda_bind function that allowed local users to cause a denial of service (memory consumption) by repeatedly binding an AF_IRDA socket (bnc#1106509)
  • CVE-2018-10853: The KVM hypervisor did not check current privilege(CPL) level while emulating unprivileged instructions. An unprivileged guest user/process could have used this flaw to potentially escalate privileges inside guest (bsc#1097104)
  • CVE-2018-10902: Protect against concurrent access to prevent double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status(). A malicious local attacker could have used this for privilege escalation (bnc#1105322).
  • CVE-2018-10879: A local user could have caused a use-after-free in ext4_xattr_set_entry function and a denial of service or unspecified other impact by renaming a file in a crafted ext4 filesystem image (bsc#1099844)
  • CVE-2018-10883: A local user could have caused 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 (bsc#1099863)
  • CVE-2018-10880: Prevent 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 have used this to cause a system crash and a denial of service (bsc#1099845)
  • CVE-2018-10882: A local user could have caused an out-of-bound write, a denial of service, and a system crash by unmounting a crafted ext4 filesystem image (bsc#1099849)
  • CVE-2018-10881: A local user could have caused 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 (bsc#1099864)
  • CVE-2018-10877: Prevent out-of-bound access in the ext4_ext_drop_refs() function when operating on a crafted ext4 filesystem image (bsc#1099846)
  • CVE-2018-10876: A use-after-free was possible in ext4_ext_remove_space() function when mounting and operating a crafted ext4 image (bsc#1099811)
  • CVE-2018-10878: A local user could have caused an out-of-bounds write and a denial of service or unspecified other impact by mounting and operating a crafted ext4 filesystem image (bsc#1099813)
  • CVE-2018-17182: An issue was discovered in the Linux kernel The vmacache_flush_all function in mm/vmacache.c mishandled sequence number overflows. An attacker can trigger a use-after-free (and possibly gain privileges) via certain thread creation, map, unmap, invalidation, and dereference operations (bnc#1108399).

The following non-security bugs were fixed:

  • bcache: avoid unncessary cache prefetch bch_btree_node_get().
  • bcache: calculate the number of incremental GC nodes according to the total of btree nodes.
  • bcache: display rate debug parameters to 0 when writeback is not running.
  • bcache: do not check return value of debugfs_create_dir().
  • bcache: finish incremental GC.
  • bcache: fix error setting writeback_rate through sysfs interface (bsc#1064232).
  • bcache: fix I/O significant decline while backend devices registering.
  • bcache: free heap cache_set->flush_btree in bch_journal_free.
  • bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section.
  • bcache: release dc->writeback_lock properly in bch_writeback_thread().
  • bcache: set max writeback rate when I/O request is idle (bsc#1064232).
  • bcache: simplify the calculation of the total amount of flash dirty data.
  • Do not report CPU affected by L1TF when ARCH_CAP_RDCL_NO bit is set (bsc#1104906).
  • ext4: check for allocation block validity with block group locked (bsc#1104495).
  • ext4: do not update checksum of new initialized bitmaps (bnc#1012382).
  • ext4: fix check to prevent initializing reserved inodes (bsc#1104319).
  • ext4: fix false negatives and false positives in ext4_check_descriptors() (bsc#1103445).
  • kABI: protect struct x86_emulate_ops (kabi).
  • KEYS: prevent creating a different user's keyrings (bnc#1065999).
  • KVM: MMU: always terminate page walks at level 1 (bsc#1062604).
  • KVM: MMU: simplify last_pte_bitmap (bsc#1062604).
  • KVM: nVMX: update last_nonleaf_level when initializing nested EPT (bsc#1062604).
  • KVM: VMX: fixes for vmentry_l1d_flush module parameter (bsc#1106369).
  • KVM: VMX: Work around kABI breakage in 'enum vmx_l1d_flush_state' (bsc#1106369).
  • updated sssbd handling (bsc#1093215, bsc#1105412).
  • usbip: vhci_sysfs: fix potential Spectre v1 (bsc#1096547).
  • x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry (bsc#1106369).
  • sched/sysctl: Check user input value of sysctl_sched_time_avg (bsc#1100089).
Package Affected Version
pkg:rpm/suse/kgraft-patch-3_12_61-52_146-xen?arch=x86_64&distro=sles-12 < 1-1.5.1
pkg:rpm/suse/kgraft-patch-3_12_61-52_146-default?arch=x86_64&distro=sles-12 < 1-1.5.1
pkg:rpm/suse/kernel-xen?arch=x86_64&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-xen-devel?arch=x86_64&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-xen-base?arch=x86_64&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-syms?arch=x86_64&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-syms?arch=s390x&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-syms?arch=ppc64le&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-source?arch=noarch&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-macros?arch=noarch&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-devel?arch=noarch&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default?arch=x86_64&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default?arch=s390x&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default?arch=ppc64le&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default-man?arch=s390x&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default-devel?arch=x86_64&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default-devel?arch=s390x&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default-devel?arch=ppc64le&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default-base?arch=x86_64&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default-base?arch=s390x&distro=sles-12 < 3.12.61-52.146.1
pkg:rpm/suse/kernel-default-base?arch=ppc64le&distro=sles-12 < 3.12.61-52.146.1
ID
SUSE-SU-2018:3083-1
Severity
important
URL
https://www.suse.com/support/update/announcement/2018/suse-su-20183083-1/
Published
2018-10-09T11:15:29
(6 years ago)
Modified
2018-10-09T11:15:29
(6 years ago)
Rights
Copyright 2024 SUSE LLC. All rights reserved.
Other Advisories
Source # ID Name URL
Suse SUSE ratings https://www.suse.com/support/security/rating/
Suse URL of this CSAF notice https://ftp.suse.com/pub/projects/security/csaf/suse-su-2018_3083-1.json
Suse URL for SUSE-SU-2018:3083-1 https://www.suse.com/support/update/announcement/2018/suse-su-20183083-1/
Suse E-Mail link for SUSE-SU-2018:3083-1 https://lists.suse.com/pipermail/sle-security-updates/2018-October/004659.html
Bugzilla SUSE Bug 1012382 https://bugzilla.suse.com/1012382
Bugzilla SUSE Bug 1062604 https://bugzilla.suse.com/1062604
Bugzilla SUSE Bug 1064232 https://bugzilla.suse.com/1064232
Bugzilla SUSE Bug 1065999 https://bugzilla.suse.com/1065999
Bugzilla SUSE Bug 1092903 https://bugzilla.suse.com/1092903
Bugzilla SUSE Bug 1093215 https://bugzilla.suse.com/1093215
Bugzilla SUSE Bug 1096547 https://bugzilla.suse.com/1096547
Bugzilla SUSE Bug 1097104 https://bugzilla.suse.com/1097104
Bugzilla SUSE Bug 1099811 https://bugzilla.suse.com/1099811
Bugzilla SUSE Bug 1099813 https://bugzilla.suse.com/1099813
Bugzilla SUSE Bug 1099844 https://bugzilla.suse.com/1099844
Bugzilla SUSE Bug 1099845 https://bugzilla.suse.com/1099845
Bugzilla SUSE Bug 1099846 https://bugzilla.suse.com/1099846
Bugzilla SUSE Bug 1099849 https://bugzilla.suse.com/1099849
Bugzilla SUSE Bug 1099863 https://bugzilla.suse.com/1099863
Bugzilla SUSE Bug 1099864 https://bugzilla.suse.com/1099864
Bugzilla SUSE Bug 1099922 https://bugzilla.suse.com/1099922
Bugzilla SUSE Bug 1100001 https://bugzilla.suse.com/1100001
Bugzilla SUSE Bug 1100089 https://bugzilla.suse.com/1100089
Bugzilla SUSE Bug 1102870 https://bugzilla.suse.com/1102870
Bugzilla SUSE Bug 1103445 https://bugzilla.suse.com/1103445
Bugzilla SUSE Bug 1104319 https://bugzilla.suse.com/1104319
Bugzilla SUSE Bug 1104495 https://bugzilla.suse.com/1104495
Bugzilla SUSE Bug 1104906 https://bugzilla.suse.com/1104906
Bugzilla SUSE Bug 1105322 https://bugzilla.suse.com/1105322
Bugzilla SUSE Bug 1105412 https://bugzilla.suse.com/1105412
Bugzilla SUSE Bug 1106095 https://bugzilla.suse.com/1106095
Bugzilla SUSE Bug 1106369 https://bugzilla.suse.com/1106369
Bugzilla SUSE Bug 1106509 https://bugzilla.suse.com/1106509
Bugzilla SUSE Bug 1106511 https://bugzilla.suse.com/1106511
Bugzilla SUSE Bug 1107689 https://bugzilla.suse.com/1107689
Bugzilla SUSE Bug 1108399 https://bugzilla.suse.com/1108399
Bugzilla SUSE Bug 1108912 https://bugzilla.suse.com/1108912
CVE SUSE CVE CVE-2018-10853 page https://www.suse.com/security/cve/CVE-2018-10853/
CVE SUSE CVE CVE-2018-10876 page https://www.suse.com/security/cve/CVE-2018-10876/
CVE SUSE CVE CVE-2018-10877 page https://www.suse.com/security/cve/CVE-2018-10877/
CVE SUSE CVE CVE-2018-10878 page https://www.suse.com/security/cve/CVE-2018-10878/
CVE SUSE CVE CVE-2018-10879 page https://www.suse.com/security/cve/CVE-2018-10879/
CVE SUSE CVE CVE-2018-10880 page https://www.suse.com/security/cve/CVE-2018-10880/
CVE SUSE CVE CVE-2018-10881 page https://www.suse.com/security/cve/CVE-2018-10881/
CVE SUSE CVE CVE-2018-10882 page https://www.suse.com/security/cve/CVE-2018-10882/
CVE SUSE CVE CVE-2018-10883 page https://www.suse.com/security/cve/CVE-2018-10883/
CVE SUSE CVE CVE-2018-10902 page https://www.suse.com/security/cve/CVE-2018-10902/
CVE SUSE CVE CVE-2018-10940 page https://www.suse.com/security/cve/CVE-2018-10940/
CVE SUSE CVE CVE-2018-12896 page https://www.suse.com/security/cve/CVE-2018-12896/
CVE SUSE CVE CVE-2018-13093 page https://www.suse.com/security/cve/CVE-2018-13093/
CVE SUSE CVE CVE-2018-14617 page https://www.suse.com/security/cve/CVE-2018-14617/
CVE SUSE CVE CVE-2018-14634 page https://www.suse.com/security/cve/CVE-2018-14634/
CVE SUSE CVE CVE-2018-16276 page https://www.suse.com/security/cve/CVE-2018-16276/
CVE SUSE CVE CVE-2018-16658 page https://www.suse.com/security/cve/CVE-2018-16658/
CVE SUSE CVE CVE-2018-17182 page https://www.suse.com/security/cve/CVE-2018-17182/
CVE SUSE CVE CVE-2018-6554 page https://www.suse.com/security/cve/CVE-2018-6554/
CVE SUSE CVE CVE-2018-6555 page https://www.suse.com/security/cve/CVE-2018-6555/
Type Package URL Namespace Name / Product Version Distribution / Platform Arch Patch / Fix
Affected pkg:rpm/suse/kgraft-patch-3_12_61-52_146-xen?arch=x86_64&distro=sles-12 suse kgraft-patch-3_12_61-52_146-xen < 1-1.5.1 sles-12 x86_64
Affected pkg:rpm/suse/kgraft-patch-3_12_61-52_146-default?arch=x86_64&distro=sles-12 suse kgraft-patch-3_12_61-52_146-default < 1-1.5.1 sles-12 x86_64
Affected pkg:rpm/suse/kernel-xen?arch=x86_64&distro=sles-12 suse kernel-xen < 3.12.61-52.146.1 sles-12 x86_64
Affected pkg:rpm/suse/kernel-xen-devel?arch=x86_64&distro=sles-12 suse kernel-xen-devel < 3.12.61-52.146.1 sles-12 x86_64
Affected pkg:rpm/suse/kernel-xen-base?arch=x86_64&distro=sles-12 suse kernel-xen-base < 3.12.61-52.146.1 sles-12 x86_64
Affected pkg:rpm/suse/kernel-syms?arch=x86_64&distro=sles-12 suse kernel-syms < 3.12.61-52.146.1 sles-12 x86_64
Affected pkg:rpm/suse/kernel-syms?arch=s390x&distro=sles-12 suse kernel-syms < 3.12.61-52.146.1 sles-12 s390x
Affected pkg:rpm/suse/kernel-syms?arch=ppc64le&distro=sles-12 suse kernel-syms < 3.12.61-52.146.1 sles-12 ppc64le
Affected pkg:rpm/suse/kernel-source?arch=noarch&distro=sles-12 suse kernel-source < 3.12.61-52.146.1 sles-12 noarch
Affected pkg:rpm/suse/kernel-macros?arch=noarch&distro=sles-12 suse kernel-macros < 3.12.61-52.146.1 sles-12 noarch
Affected pkg:rpm/suse/kernel-devel?arch=noarch&distro=sles-12 suse kernel-devel < 3.12.61-52.146.1 sles-12 noarch
Affected pkg:rpm/suse/kernel-default?arch=x86_64&distro=sles-12 suse kernel-default < 3.12.61-52.146.1 sles-12 x86_64
Affected pkg:rpm/suse/kernel-default?arch=s390x&distro=sles-12 suse kernel-default < 3.12.61-52.146.1 sles-12 s390x
Affected pkg:rpm/suse/kernel-default?arch=ppc64le&distro=sles-12 suse kernel-default < 3.12.61-52.146.1 sles-12 ppc64le
Affected pkg:rpm/suse/kernel-default-man?arch=s390x&distro=sles-12 suse kernel-default-man < 3.12.61-52.146.1 sles-12 s390x
Affected pkg:rpm/suse/kernel-default-devel?arch=x86_64&distro=sles-12 suse kernel-default-devel < 3.12.61-52.146.1 sles-12 x86_64
Affected pkg:rpm/suse/kernel-default-devel?arch=s390x&distro=sles-12 suse kernel-default-devel < 3.12.61-52.146.1 sles-12 s390x
Affected pkg:rpm/suse/kernel-default-devel?arch=ppc64le&distro=sles-12 suse kernel-default-devel < 3.12.61-52.146.1 sles-12 ppc64le
Affected pkg:rpm/suse/kernel-default-base?arch=x86_64&distro=sles-12 suse kernel-default-base < 3.12.61-52.146.1 sles-12 x86_64
Affected pkg:rpm/suse/kernel-default-base?arch=s390x&distro=sles-12 suse kernel-default-base < 3.12.61-52.146.1 sles-12 s390x
Affected pkg:rpm/suse/kernel-default-base?arch=ppc64le&distro=sles-12 suse kernel-default-base < 3.12.61-52.146.1 sles-12 ppc64le
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories Exploits PoC Pubblication Date Modification Date
# CVE Description CVSS EPSS EPSS Trend (30 days) Affected Products Weaknesses Security Advisories PoC Pubblication Date Modification Date
Loading...