<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for the Linux Kernel</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2017:1102-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2017-04-25T14:34:26Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2017-04-25T14:34:26Z</InitialReleaseDate>
    <CurrentReleaseDate>2017-04-25T14:34:26Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for the Linux Kernel</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">
The SLE-11 SP4 kernel was updated to 3.0.101.rt130-68 to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2017-5551: The simple_set_acl function in fs/posix_acl.c in the Linux kernel preserved the setgid bit during
  a setxattr call involving a tmpfs filesystem, which allowed local users to gain group privileges by leveraging the
  existence of a setgid program with restrictions on execute permissions.  NOTE: this vulnerability exists because of
  an incomplete fix for CVE-2016-7097 (bnc#1021258).
- CVE-2016-7097: posix_acl: Clear SGID bit when setting file permissions (bsc#995968).
- CVE-2016-10088: The sg implementation in the Linux kernel did not properly restrict write operations in situations
  where the KERNEL_DS option is set, which allowed local users to read or write to arbitrary kernel memory locations or
  cause a denial of service (use-after-free) by leveraging access to a /dev/sg device, related to block/bsg.c and 
  drivers/scsi/sg.c.  NOTE: this vulnerability exists because of an incomplete fix for CVE-2016-9576 (bnc#1017710).
- CVE-2016-5696: TCP, when using a large Window Size, made it easier for remote attackers to guess sequence numbers and
  cause a denial of service (connection loss) to persistent TCP connections by repeatedly injecting a TCP RST packet,
  especially in protocols that use long-lived connections, such as BGP (bnc#989152).
- CVE-2015-1350: Denial of service in notify_change for filesystem xattrs (bsc#914939).
- CVE-2016-8632: The tipc_msg_build function in net/tipc/msg.c in the Linux kernel did not validate the relationship
  between the minimum fragment length and the maximum packet size, which allowed local users to gain privileges or cause
  a denial of service (heap-based buffer overflow) by leveraging the CAP_NET_ADMIN capability (bnc#1008831).
- CVE-2016-8399: An elevation of privilege vulnerability in the kernel networking subsystem could have enabled a local
  malicious application to execute arbitrary code within the context of the kernel. This issue is rated as Moderate
  because it first requires compromising a privileged process and current compiler optimizations restrict access to the
  vulnerable code. (bnc#1014746).
- CVE-2016-9793: The sock_setsockopt function in net/core/sock.c in the Linux kernel mishandled negative values of 
  sk_sndbuf and sk_rcvbuf, which allowed local users to cause a denial of service (memory corruption and system crash)
  or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system
  call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option (bnc#1013531).
- CVE-2012-6704: The sock_setsockopt function in net/core/sock.c in the Linux
  kernel mishandled negative values of sk_sndbuf and sk_rcvbuf, which allowed
  local users to cause a denial of service (memory corruption and system crash)
  or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN
  capability for a crafted setsockopt system call with the (1) SO_SNDBUF or (2)
  SO_RCVBUF option (bnc#1013542).
- CVE-2016-9756: arch/x86/kvm/emulate.c in the Linux kernel did not properly
  initialize Code Segment (CS) in certain error cases, which allowed local users
  to obtain sensitive information from kernel stack memory via a crafted
  application (bnc#1013038).
- CVE-2016-9576: splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE  (bsc#1013604)
- CVE-2016-9794: ALSA: pcm : Call kill_fasync() in stream lock (bsc#1013533)
- CVE-2016-3841: KABI workaround for ipv6: add complete rcu protection around  np-&gt;opt (bsc#992566).
- CVE-2016-9685: Multiple memory leaks in error paths in fs/xfs/xfs_attr_list.c
  in the Linux kernel allowed local users to cause a denial of service (memory
  consumption) via crafted XFS filesystem operations (bnc#1012832).
- CVE-2015-8962: Double free vulnerability in the sg_common_write function in
  drivers/scsi/sg.c in the Linux kernel allowed local users to gain privileges or
  cause a denial of service (memory corruption and system crash) by detaching a
  device during an SG_IO ioctl call (bnc#1010501).
- CVE-2016-9555: The sctp_sf_ootb function in net/sctp/sm_statefuns.c in the
  Linux kernel lacks chunk-length checking for the first chunk, which allowed
  remote attackers to cause a denial of service (out-of-bounds slab access) or
  possibly have unspecified other impact via crafted SCTP data (bnc#1011685).
  - CVE-2016-7910: Use-after-free vulnerability in the disk_seqf_stop function in
  block/genhd.c in the Linux kernel allowed local users to gain privileges by
  leveraging the execution of a certain stop operation even if the corresponding
  start operation had failed (bnc#1010716).
- CVE-2016-7911: Race condition in the get_task_ioprio function in
  block/ioprio.c in the Linux kernel allowed local users to gain privileges or
  cause a denial of service (use-after-free) via a crafted ioprio_get system call
  (bnc#1010711).
- CVE-2013-6368: The KVM subsystem in the Linux kernel allowed local users to
  gain privileges or cause a denial of service (system crash) via a VAPIC
  synchronization operation involving a page-end address (bnc#853052).
- CVE-2015-8964: The tty_set_termios_ldisc function in drivers/tty/tty_ldisc.c
  in the Linux kernel allowed local users to obtain sensitive information from
  kernel memory by reading a tty data structure (bnc#1010507).
- CVE-2016-7916: Revert 'proc: prevent accessing /proc/&lt;PID&gt;/environ until it's ready (bsc#1010467)'
- CVE-2016-8646: The hash_accept function in crypto/algif_hash.c in the Linux
  kernel allowed local users to cause a denial of service (OOPS) by attempting to
  trigger use of in-kernel hash algorithms for a socket that has received zero
  bytes of data (bnc#1010150).
- CVE-2016-8633: drivers/firewire/net.c in the Linux kernel before 4.8.7, in
  certain unusual hardware configurations, allowed remote attackers to execute
  arbitrary code via crafted fragmented packets (bnc#1008833).
- CVE-2016-7042: KEYS: Fix short sprintf buffer in /proc/keys show function  (bsc#1004517).
- CVE-2015-8956: Bluetooth: Fix potential NULL dereference in RFCOMM bind  callback (bsc#1003925).
- CVE-2016-7117: net: Fix use after free in the recvmmsg exit path (bsc#1003077).

The following non-security bugs were fixed:

- blacklist.conf: 45f13df be2net: Enable Wake-On-LAN from shutdown for Skyhawk
- blacklist.conf: c9cc599 net/mlx4_core: Fix QUERY FUNC CAP flags

- 8250_pci: Fix potential use-after-free in error path (bsc#1013070).
- IB/mlx4: Fix error flow when sending mads under SRIOV (bsc#786036).
- IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV (bsc#786036).
- IB/mlx4: Fix memory leak if QP creation failed (bsc#786036).
- IB/mlx4: Fix potential deadlock when sending mad to wire (bsc#786036).
- IB/mlx4: Forbid using sysfs to change RoCE pkeys (bsc#786036).
- IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV (bsc#786036).
- apparmor: fix IRQ stack overflow during free_profile (bsc#1009875).
- arch/powerpc: Remove duplicate/redundant Altivec entries (bsc#967716).
- be2net: Do not leak iomapped memory on removal (bug#925065).
- block_dev: do not test bdev-&gt;bd_contains when it is not stable (bsc#1008557).
- bna: Add synchronization for tx ring (bsc#993739).
- bnx2x: Correct ringparam estimate when DOWN (bsc#1020214).
- bnx2x: fix lockdep splat (bsc#908684).
- cifs: revert fs/cifs: fix wrongly prefixed path to root (bsc#963655)
- config.conf: add bigmem flavour on ppc64
- cpumask, nodemask: implement cpumask/nodemask_pr_args() (bnc1003866).
- cpumask_set_cpu_local_first =&gt; cpumask_local_spread, lament (bug#919382).
- crypto: add ghash-generic in the supported.conf(bsc#1016824)
- crypto: aesni - Add support for 192 &amp; 256 bit keys to AESNI RFC4106 (bsc#913387, #bsc1016831).
- dm space map metadata: fix sm_bootstrap_get_nr_blocks()
- dm thin: fix race condition when destroying thin pool workqueue
- dm: do not call dm_sync_table() when creating new devices (bnc#901809, bsc#1008893).
- drm/mgag200: Added support for the new deviceID for G200eW3 (bnc#1019348)
- ext3: Avoid premature failure of ext3_has_free_blocks() (bsc#1016668).
- ext4: do not leave i_crtime.tv_sec uninitialized (bsc#1013018).
- ext4: fix reference counting bug on block allocation error (bsc#1013018).
- fs/cifs: Compare prepaths when comparing superblocks (bsc#799133).
- fs/cifs: Fix memory leaks in cifs_do_mount() (bsc#799133).
- fs/cifs: Fix regression which breaks DFS mounting (bsc#799133).
- fs/cifs: Move check for prefix path to within cifs_get_root() (bsc#799133).
- fs/cifs: cifs_get_root shouldn't use path with tree name (bsc#963655, bsc#979681).
- fs/cifs: make share unaccessible at root level mountable (bsc#799133).
- futex: Acknowledge a new waiter in counter before plist (bsc#851603).
- futex: Drop refcount if requeue_pi() acquired the rtmutex (bsc#851603).
- hpilo: Add support for iLO5 (bsc#999101).
- hv: do not lose pending heartbeat vmbus packets (bnc#1006919).
- hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload() (bnc#986337).
- hv: vmbus: avoid wait_for_completion() on crash (bnc#986337).
- hv: vmbus: do not loose HVMSG_TIMER_EXPIRED messages (bnc#986337).
- hv: vmbus: do not send CHANNELMSG_UNLOAD on pre-Win2012R2 hosts (bnc#986337).
- hv: vmbus: handle various crash scenarios (bnc#986337).
- hv: vmbus: remove code duplication in message handling (bnc#986337).
- hv: vss: run only on supported host versions (bnc#986337).
- i40e: fix an uninitialized variable bug (bsc#909484).
- ibmveth: calculate gso_segs for large packets (bsc#1019165, bsc#1019148).
- ibmveth: set correct gso_size and gso_type (bsc#1019165, bsc#1019148).
- igb: Enable SR-IOV configuration via PCI sysfs interface (bsc#909491).
- igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector (bsc#795297).
- igb: Fix oops caused by missing queue pairing (bsc#909491).
- igb: Fix oops on changing number of rings (bsc#909491).
- igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs() (bsc#909491).
- igb: Unpair the queues when changing the number of queues (bsc#909491).
- ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too (bsc#865783).
- kabi-fix for flock_owner addition (bsc#998689).
- kexec: add a kexec_crash_loaded() function (bsc#973691).
- kvm: APIC: avoid instruction emulation for EOI writes (bsc#989680).
- kvm: Distangle eventfd code from irqchip (bsc#989680).
- kvm: Iterate over only vcpus that are preempted (bsc#989680).
- kvm: Record the preemption status of vcpus using preempt notifiers (bsc#989680).
- kvm: VMX: Pass vcpu to __vmx_complete_interrupts (bsc#989680).
- kvm: fold kvm_pit_timer into kvm_kpit_state (bsc#989680).
- kvm: make processes waiting on vcpu mutex killable (bsc#989680).
- kvm: nVMX: Add preemption timer support (bsc#989680).
- kvm: remove a wrong hack of delivery PIT intr to vcpu0 (bsc#989680).
- kvm: use symbolic constant for nr interrupts (bsc#989680).
- kvm: x86: Remove support for reporting coalesced APIC IRQs (bsc#989680).
- kvm: x86: Run PIT work in own kthread (bsc#989680).
- kvm: x86: limit difference between kvmclock updates (bsc#989680).
- kvm: x86: only channel 0 of the i8254 is linked to the HPET (bsc#960689).
- lib/vsprintf: implement bitmap printing through '%*pb[l]' (bnc#1003866).
- libata: introduce ata_host-&gt;n_tags to avoid oops on SAS controllers (bsc#871728).
- libata: remove n_tags to avoid kABI breakage (bsc#871728).
- libata: support the ata host which implements a queue depth less than 32 (bsc#871728)
- libfc: Do not take rdata-&gt;rp_mutex when processing a -FC_EX_CLOSED ELS response (bsc#962846).
- libfc: Fixup disc_mutex handling (bsc#962846).
- libfc: Issue PRLI after a PRLO has been received (bsc#962846).
- libfc: Revisit kref handling (bnc#990245).
- libfc: Update rport reference counting (bsc#953233).
- libfc: do not send ABTS when resetting exchanges (bsc#962846).
- libfc: fixup locking of ptp_setup() (bsc#962846).
- libfc: reset exchange manager during LOGO handling (bsc#962846).
- libfc: send LOGO for PLOGI failure (bsc#962846).
- locking/mutex: Explicitly mark task as running after wakeup (bsc#1012411).
- md/raid10: Fix memory leak when raid10 reshape completes
- md/raid10: always set reshape_safe when initializing reshape_position
- md: Drop sending a change uevent when stopping (bsc#1003568).
- md: check command validity early in md_ioctl() (bsc#1004520).
- md: fix problem when adding device to read-only array with bitmap (bnc#771065).
- memstick: mspro_block: add missing curly braces (bsc#1016688).
- mlx4: add missing braces in verify_qp_parameters (bsc#786036).
- mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations (bnc#763198).
- mm/memory.c: actually remap enough memory (bnc#1005903).
- mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() (bnc#961589).
- mm: fix crashes from mbind() merging vmas (bnc#1005877).
- mm: fix sleeping function warning from __put_anon_vma (bnc#1005857).
- dcache: move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon) (bsc#984194).
- mpi: Fix NULL ptr dereference in mpi_powm() [ver #3] (bsc#1011820).
- mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() (bsc#1008645).
- mshyperv: fix recognition of Hyper-V guest crash MSR's (bnc#986337).
- net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes (bsc#786036).
- net/mlx4_core: Allow resetting VF admin mac to zero (bsc#919382).
- net/mlx4_core: Avoid returning success in case of an error flow (bsc#786036).
- net/mlx4_core: Do not BUG_ON during reset when PCI is offline (bsc#924708).
- net/mlx4_core: Do not access comm channel if it has not yet been initialized (bsc#924708 bsc#786036).
- net/mlx4_core: Fix error message deprecation for ConnectX-2 cards (bug#919382).
- net/mlx4_core: Fix the resource-type enum in res tracker to conform to FW spec (bsc#786036).
- net/mlx4_core: Implement pci_resume callback (bsc#924708).
- net/mlx4_core: Update the HCA core clock frequency after INIT_PORT (bug#919382).
- net/mlx4_en: Choose time-stamping shift value according to HW frequency (bsc#919382).
- net/mlx4_en: Fix HW timestamp init issue upon system startup (bsc#919382).
- net/mlx4_en: Fix potential deadlock in port statistics flow (bsc#786036).
- net/mlx4_en: Move filters cleanup to a proper location (bsc#786036).
- net/mlx4_en: Remove dependency between timestamping capability and service_task (bsc#919382).
- net/mlx4_en: fix spurious timestamping callbacks (bsc#919382).
- netfilter: ipv4: defrag: set local_df flag on defragmented skb (bsc#907611).
- netfront: do not truncate grant references.
- netvsc: fix incorrect receive checksum offloading (bnc#1006917).
- nfs4: reset states to use open_stateid when returning delegation voluntarily (bsc#1007944).
- nfs: Fix an LOCK/OPEN race when unlinking an open file (bsc#956514).
- nfsv4.1: Fix an NFSv4.1 state renewal regression (bnc#863873).
- nfsv4: Cap the transport reconnection timer at 1/2 lease period (bsc#1014410).
- nfsv4: Cleanup the setting of the nfs4 lease period (bsc#1014410).
- nfsv4: Handle timeouts correctly when probing for lease validity (bsc#1014410).
- nfsv4: add flock_owner to open context (bnc#998689).
- nfsv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state (bnc#998689).
- nfsv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_owner (bnc#998689).
- nfsv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is one (bnc#998689).
- nvme: Automatic namespace rescan (bsc#1017686).
- nvme: Metadata format support (bsc#1017686).
- ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed() (bnc#1019783).
- oom: print nodemask in the oom report (bnc#1003866).
- pci_ids: Add PCI device ID functions 3 and 4 for newer F15h models
- pm / hibernate: Fix rtree_next_node() to avoid walking off list ends (bnc#860441).
- posix-timers: Remove remaining uses of tasklist_lock (bnc#997401).
- posix-timers: Use sighand lock instead of tasklist_lock for task clock sample (bnc#997401).
- posix-timers: Use sighand lock instead of tasklist_lock on timer deletion (bnc#997401).
- powerpc/64: Fix incorrect return value from __copy_tofrom_user (bsc#1005896).
- powerpc/MSI: Fix race condition in tearing down MSI interrupts (bsc#1010201, [2016-10-04] Pending Base Kernel Fixes).
- powerpc/mm/hash64: Fix subpage protection with 4K HPTE config (bsc#1010201, [2016-10-04] Pending Base Kernel Fixes).
- powerpc/mm: Add 64TB support (bsc#928138,fate#319026).
- powerpc/mm: Change the swap encoding in pte (bsc#973203).
- powerpc/mm: Convert virtual address to vpn (bsc#928138,fate#319026).
- powerpc/mm: Fix hash computation function (bsc#928138,fate#319026).
- powerpc/mm: Increase the slice range to 64TB (bsc#928138,fate#319026).
- powerpc/mm: Make KERN_VIRT_SIZE not dependend on PGTABLE_RANGE (bsc#928138,fate#319026).
- powerpc/mm: Make some of the PGTABLE_RANGE dependency explicit (bsc#928138,fate#319026).
- powerpc/mm: Replace open coded CONTEXT_BITS value (bsc#928138,fate#319026).
- powerpc/mm: Simplify hpte_decode (bsc#928138,fate#319026).
- powerpc/mm: Update VSID allocation documentation (bsc#928138,fate#319026).
- powerpc/mm: Use 32bit array for slb cache (bsc#928138,fate#319026).
- powerpc/mm: Use hpt_va to compute virtual address (bsc#928138,fate#319026).
- powerpc/mm: Use the required number of VSID bits in slbmte (bsc#928138,fate#319026).
- powerpc/numa: Fix multiple bugs in memory_hotplug_max() (bsc#1010201, [2016-10-04] Pending Base Kernel Fixes).
- powerpc/pseries: Use H_CLEAR_HPT to clear MMU hash table during kexec (bsc#1003813).
- powerpc: Add ability to build little endian kernels (bsc#967716).
- powerpc: Avoid load of static chain register when calling nested functions through a pointer on 64bit (bsc#967716).
- powerpc: Build fix for powerpc KVM (bsc#928138,fate#319026).
- powerpc: Do not build assembly files with ABIv2 (bsc#967716).
- powerpc: Do not use ELFv2 ABI to build the kernel (bsc#967716).
- powerpc: Fix 64 bit builds with binutils 2.24 (bsc#967716).
- powerpc: Fix error when cross building TAGS &amp; cscope (bsc#967716).
- powerpc: Make VSID_BITS* dependency explicit (bsc#928138,fate#319026).
- powerpc: Make the vdso32 also build big-endian (bsc#967716).
- powerpc: Move kdump default base address to half RMO size on 64bit (bsc#1003344).
- powerpc: Remove altivec fix for gcc versions before 4.0 (bsc#967716).
- powerpc: Remove buggy 9-year-old test for binutils &lt; 2.12.1 (bsc#967716).
- powerpc: Rename USER_ESID_BITS* to ESID_BITS* (bsc#928138,fate#319026).
- powerpc: Require gcc 4.0 on 64-bit (bsc#967716).
- powerpc: Update kernel VSID range (bsc#928138,fate#319026).
- powerpc: blacklist fixes for unsupported subarchitectures ppc32 only: 6e0fdf9af216 powerpc: fix typo 'CONFIG_PMAC'
  obscure hardware: f7e9e3583625 powerpc: Fix missing L2 cache size in /sys/devices/system/cpu
- powerpc: dtc is required to build dtb files (bsc#967716).
- powerpc: fix typo 'CONFIG_PPC_CPU' (bsc#1010201, [2016-10-04] Pending Base Kernel Fixes).
- powerpc: scan_features() updates incorrect bits for REAL_LE (bsc#1010201, [2016-10-04] Pending Base Kernel Fixes).
- printk/sched: Introduce special printk_sched() for those awkward (bsc#1013042, bsc#996541, bsc#1015878).
- ptrace: __ptrace_may_access() should not deny sub-threads (bsc#1012851).
- qlcnic: fix a loop exit condition better (bsc#909350).
- qlcnic: fix a timeout loop (bsc#909350)
- qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag() (bnc#800999).
- reiserfs: fix race in prealloc discard (bsc#987576).
- rpm/constraints.in: Bump ppc64 disk requirements to fix OBS builds again
- rpm/kernel-binary.spec.in: Export a make-stderr.log file (bsc#1012422)
- rpm/package-descriptions: add -bigmem description
- rt2x00: fix rfkill regression on rt2500pci (bnc#748806).
- s390/cio: fix accidental interrupt enabling during resume (bnc#1003677, LTC#147606).
- s390/time: LPAR offset handling (bnc#1003677, LTC#146920).
- s390/time: move PTFF definitions (bnc#1003677, LTC#146920).
- scsi: lpfc: Set elsiocb contexts to NULL after freeing it (bsc#996557).
- scsi: lpfc: avoid double free of resource identifiers (bsc#989896).
- scsi: zfcp: spin_lock_irqsave() is not nestable (bsc#1003677,LTC#147374).
- scsi_error: count medium access timeout only once per EH run (bsc#993832).
- scsi_error: fixup crash in scsi_eh_reset (bsc#993832)
- serial: 8250_pci: Detach low-level driver during PCI error recovery (bsc#1013070).
- sfc: on MC reset, clear PIO buffer linkage in TXQs (bsc#909618).
- softirq: sirq threads raising another sirq delegate to the proper thread Otherwise, high priority timer threads expend
  cycles precessing other sirqs, potentially increasing wakeup latencies as thes process sirqs at a priority other than
  the priority specified by the user.
- sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race (bnc#803320).
- sunrpc: Enforce an upper limit on the number of cached credentials (bsc#1012917).
- sunrpc: Fix reconnection timeouts (bsc#1014410).
- sunrpc: Fix two issues with drop_caches and the sunrpc auth cache (bsc#1012917).
- sunrpc: Limit the reconnect backoff timer to the max RPC message timeout (bsc#1014410).
- tcp: fix inet6_csk_route_req() for link-local addresses (bsc#1010175).
- tcp: pass fl6 to inet6_csk_route_req() (bsc#1010175).
- tcp: plug dst leak in tcp_v6_conn_request() (bsc#1010175).
- tcp: use inet6_csk_route_req() in tcp_v6_send_synack() (bsc#1010175).
- tg3: Avoid NULL pointer dereference in tg3_io_error_detected() (bsc#908458).
- tg3: Fix temperature reporting (bnc#790588).
- tty: Signal SIGHUP before hanging up ldisc (bnc#989764).
- usb: console: fix potential use after free (bsc#1015817).
- usb: console: fix uninitialised ldisc semaphore (bsc#1015817).
- usb: cp210x: Corrected USB request type definitions (bsc#1015932).
- usb: cp210x: relocate private data from USB interface to port (bsc#1015932).
- usb: cp210x: work around cp2108 GET_LINE_CTL bug (bsc#1015932).
- usb: ftdi_sio: fix null deref at port probe (bsc#1015796).
- usb: hub: Fix auto-remount of safely removed or ejected USB-3 devices (bsc#922634).
- usb: hub: Fix unbalanced reference count/memory leak/deadlocks (bsc#968010).
- usb: ipaq.c: fix a timeout loop (bsc#1015848).
- usb: opticon: fix non-atomic allocation in write path (bsc#1015803).
- usb: option: fix runtime PM handling (bsc#1015752).
- usb: serial: cp210x: add 16-bit register access functions (bsc#1015932).
- usb: serial: cp210x: add 8-bit and 32-bit register access functions (bsc#1015932).
- usb: serial: cp210x: add new access functions for large registers (bsc#1015932).
- usb: serial: cp210x: fix hardware flow-control disable (bsc#1015932).
- usb: serial: fix potential use-after-free after failed probe (bsc#1015828).
- usb: serial: io_edgeport: fix memory leaks in attach error path (bsc#1016505).
- usb: serial: io_edgeport: fix memory leaks in probe error path (bsc#1016505).
- usb: serial: keyspan: fix use-after-free in probe error path (bsc#1016520).
- usb: sierra: fix AA deadlock in open error path (bsc#1015561).
- usb: sierra: fix remote wakeup (bsc#1015561).
- usb: sierra: fix urb and memory leak in resume error path (bsc#1015561).
- usb: sierra: fix urb and memory leak on disconnect (bsc#1015561).
- usb: sierra: fix use after free at suspend/resume (bsc#1015561).
- usb: usb_wwan: fix potential blocked I/O after resume (bsc#1015760).
- usb: usb_wwan: fix race between write and resume (bsc#1015760).
- usb: usb_wwan: fix urb leak at shutdown (bsc#1015760).
- usb: usb_wwan: fix urb leak in write error path (bsc#1015760).
- usb: usb_wwan: fix write and suspend race (bsc#1015760).
- usbhid: add ATEN CS962 to list of quirky devices (bsc#1007615).
- usblp: do not set TASK_INTERRUPTIBLE before lock (bsc#1015844).
- vmxnet3: Wake queue from reset work (bsc#999907).
- x86, amd_nb: Clarify F15h, model 30h GART and L3 support
- x86/MCE/intel: Cleanup CMCI storm logic (bsc#929141).
- x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs (bsc#909077).
- x86/cpu/amd: Set X86_FEATURE_EXTD_APICID for future processors
- x86/gart: Check for GART support before accessing GART registers
- xenbus: do not invoke -&gt;is_ready() for most device states (bsc#987333).
- zcrypt: Fix hang condition on crypto card config-off (bsc#1016320).
- zcrypt: Fix invalid domain response handling (bsc#1016320).
- zfcp: Fix erratic device offline during EH (bsc#993832).
- zfcp: close window with unblocked rport during rport gone (bnc#1003677).
- zfcp: fix D_ID field with actual value on tracing SAN responses (bnc#1003677).
- zfcp: fix ELS/GS request&amp;response length for hardware data router (bnc#1003677).
- zfcp: fix payload trace length for SAN request&amp;response (bnc#1003677).
- zfcp: restore tracing of handle for port and LUN with HBA records (bnc#1003677).
- zfcp: restore: Dont use 0 to indicate invalid LUN in rec trace (bnc#1003677).
- zfcp: retain trace level for SCSI and HBA FSF response records (bnc#1003677).
- zfcp: trace full payload of all SAN records (req,resp,iels) (bnc#1003677).
- zfcp: trace on request for open and close of WKA port (bnc#1003677).
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">slertesp4-kernel-13074</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      <Description>Link for SUSE-SU-2017:1102-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00031.html</URL>
      <Description>E-Mail link for SUSE-SU-2017:1102-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1003077</URL>
      <Description>SUSE Bug 1003077</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1003344</URL>
      <Description>SUSE Bug 1003344</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1003568</URL>
      <Description>SUSE Bug 1003568</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1003677</URL>
      <Description>SUSE Bug 1003677</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1003813</URL>
      <Description>SUSE Bug 1003813</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1003866</URL>
      <Description>SUSE Bug 1003866</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1003925</URL>
      <Description>SUSE Bug 1003925</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1004517</URL>
      <Description>SUSE Bug 1004517</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1004520</URL>
      <Description>SUSE Bug 1004520</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1005857</URL>
      <Description>SUSE Bug 1005857</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1005877</URL>
      <Description>SUSE Bug 1005877</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1005896</URL>
      <Description>SUSE Bug 1005896</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1005903</URL>
      <Description>SUSE Bug 1005903</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1006917</URL>
      <Description>SUSE Bug 1006917</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1006919</URL>
      <Description>SUSE Bug 1006919</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1007615</URL>
      <Description>SUSE Bug 1007615</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1007944</URL>
      <Description>SUSE Bug 1007944</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1008557</URL>
      <Description>SUSE Bug 1008557</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1008645</URL>
      <Description>SUSE Bug 1008645</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1008831</URL>
      <Description>SUSE Bug 1008831</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1008833</URL>
      <Description>SUSE Bug 1008833</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1008893</URL>
      <Description>SUSE Bug 1008893</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1009875</URL>
      <Description>SUSE Bug 1009875</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1010150</URL>
      <Description>SUSE Bug 1010150</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1010175</URL>
      <Description>SUSE Bug 1010175</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1010201</URL>
      <Description>SUSE Bug 1010201</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1010467</URL>
      <Description>SUSE Bug 1010467</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1010501</URL>
      <Description>SUSE Bug 1010501</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1010507</URL>
      <Description>SUSE Bug 1010507</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1010711</URL>
      <Description>SUSE Bug 1010711</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1010716</URL>
      <Description>SUSE Bug 1010716</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1011685</URL>
      <Description>SUSE Bug 1011685</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1011820</URL>
      <Description>SUSE Bug 1011820</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1012411</URL>
      <Description>SUSE Bug 1012411</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1012422</URL>
      <Description>SUSE Bug 1012422</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1012832</URL>
      <Description>SUSE Bug 1012832</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1012851</URL>
      <Description>SUSE Bug 1012851</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1012917</URL>
      <Description>SUSE Bug 1012917</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1013018</URL>
      <Description>SUSE Bug 1013018</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1013038</URL>
      <Description>SUSE Bug 1013038</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1013042</URL>
      <Description>SUSE Bug 1013042</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1013070</URL>
      <Description>SUSE Bug 1013070</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1013531</URL>
      <Description>SUSE Bug 1013531</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1013533</URL>
      <Description>SUSE Bug 1013533</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1013542</URL>
      <Description>SUSE Bug 1013542</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1013604</URL>
      <Description>SUSE Bug 1013604</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1014410</URL>
      <Description>SUSE Bug 1014410</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1014454</URL>
      <Description>SUSE Bug 1014454</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1014746</URL>
      <Description>SUSE Bug 1014746</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015561</URL>
      <Description>SUSE Bug 1015561</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015752</URL>
      <Description>SUSE Bug 1015752</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015760</URL>
      <Description>SUSE Bug 1015760</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015796</URL>
      <Description>SUSE Bug 1015796</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015803</URL>
      <Description>SUSE Bug 1015803</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015817</URL>
      <Description>SUSE Bug 1015817</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015828</URL>
      <Description>SUSE Bug 1015828</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015844</URL>
      <Description>SUSE Bug 1015844</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015848</URL>
      <Description>SUSE Bug 1015848</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015878</URL>
      <Description>SUSE Bug 1015878</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1015932</URL>
      <Description>SUSE Bug 1015932</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1016320</URL>
      <Description>SUSE Bug 1016320</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1016505</URL>
      <Description>SUSE Bug 1016505</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1016520</URL>
      <Description>SUSE Bug 1016520</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1016668</URL>
      <Description>SUSE Bug 1016668</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1016688</URL>
      <Description>SUSE Bug 1016688</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1016824</URL>
      <Description>SUSE Bug 1016824</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1016831</URL>
      <Description>SUSE Bug 1016831</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1017686</URL>
      <Description>SUSE Bug 1017686</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1017710</URL>
      <Description>SUSE Bug 1017710</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1019148</URL>
      <Description>SUSE Bug 1019148</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1019165</URL>
      <Description>SUSE Bug 1019165</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1019348</URL>
      <Description>SUSE Bug 1019348</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1019783</URL>
      <Description>SUSE Bug 1019783</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1020214</URL>
      <Description>SUSE Bug 1020214</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1021258</URL>
      <Description>SUSE Bug 1021258</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/748806</URL>
      <Description>SUSE Bug 748806</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/763198</URL>
      <Description>SUSE Bug 763198</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/771065</URL>
      <Description>SUSE Bug 771065</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/786036</URL>
      <Description>SUSE Bug 786036</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/790588</URL>
      <Description>SUSE Bug 790588</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/795297</URL>
      <Description>SUSE Bug 795297</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/799133</URL>
      <Description>SUSE Bug 799133</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/800999</URL>
      <Description>SUSE Bug 800999</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/803320</URL>
      <Description>SUSE Bug 803320</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/821612</URL>
      <Description>SUSE Bug 821612</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/824171</URL>
      <Description>SUSE Bug 824171</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/851603</URL>
      <Description>SUSE Bug 851603</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/853052</URL>
      <Description>SUSE Bug 853052</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/860441</URL>
      <Description>SUSE Bug 860441</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/863873</URL>
      <Description>SUSE Bug 863873</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/865783</URL>
      <Description>SUSE Bug 865783</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/871728</URL>
      <Description>SUSE Bug 871728</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/901809</URL>
      <Description>SUSE Bug 901809</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/907611</URL>
      <Description>SUSE Bug 907611</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/908458</URL>
      <Description>SUSE Bug 908458</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/908684</URL>
      <Description>SUSE Bug 908684</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/909077</URL>
      <Description>SUSE Bug 909077</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/909350</URL>
      <Description>SUSE Bug 909350</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/909484</URL>
      <Description>SUSE Bug 909484</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/909491</URL>
      <Description>SUSE Bug 909491</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/909618</URL>
      <Description>SUSE Bug 909618</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/913387</URL>
      <Description>SUSE Bug 913387</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/914939</URL>
      <Description>SUSE Bug 914939</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/919382</URL>
      <Description>SUSE Bug 919382</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/922634</URL>
      <Description>SUSE Bug 922634</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/924708</URL>
      <Description>SUSE Bug 924708</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/925065</URL>
      <Description>SUSE Bug 925065</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/928138</URL>
      <Description>SUSE Bug 928138</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/929141</URL>
      <Description>SUSE Bug 929141</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/953233</URL>
      <Description>SUSE Bug 953233</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/956514</URL>
      <Description>SUSE Bug 956514</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/960689</URL>
      <Description>SUSE Bug 960689</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/961589</URL>
      <Description>SUSE Bug 961589</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/962846</URL>
      <Description>SUSE Bug 962846</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/963655</URL>
      <Description>SUSE Bug 963655</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/967716</URL>
      <Description>SUSE Bug 967716</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/968010</URL>
      <Description>SUSE Bug 968010</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/969340</URL>
      <Description>SUSE Bug 969340</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/973203</URL>
      <Description>SUSE Bug 973203</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/973691</URL>
      <Description>SUSE Bug 973691</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/979681</URL>
      <Description>SUSE Bug 979681</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/984194</URL>
      <Description>SUSE Bug 984194</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/986337</URL>
      <Description>SUSE Bug 986337</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/987333</URL>
      <Description>SUSE Bug 987333</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/987576</URL>
      <Description>SUSE Bug 987576</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/989152</URL>
      <Description>SUSE Bug 989152</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/989680</URL>
      <Description>SUSE Bug 989680</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/989764</URL>
      <Description>SUSE Bug 989764</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/989896</URL>
      <Description>SUSE Bug 989896</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/990245</URL>
      <Description>SUSE Bug 990245</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/992566</URL>
      <Description>SUSE Bug 992566</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/992991</URL>
      <Description>SUSE Bug 992991</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/993739</URL>
      <Description>SUSE Bug 993739</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/993832</URL>
      <Description>SUSE Bug 993832</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/995968</URL>
      <Description>SUSE Bug 995968</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/996541</URL>
      <Description>SUSE Bug 996541</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/996557</URL>
      <Description>SUSE Bug 996557</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/997401</URL>
      <Description>SUSE Bug 997401</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/998689</URL>
      <Description>SUSE Bug 998689</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/999101</URL>
      <Description>SUSE Bug 999101</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/999907</URL>
      <Description>SUSE Bug 999907</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2004-0230/</URL>
      <Description>SUSE CVE CVE-2004-0230 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2012-6704/</URL>
      <Description>SUSE CVE CVE-2012-6704 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2013-6368/</URL>
      <Description>SUSE CVE CVE-2013-6368 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-1350/</URL>
      <Description>SUSE CVE CVE-2015-1350 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8956/</URL>
      <Description>SUSE CVE CVE-2015-8956 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8962/</URL>
      <Description>SUSE CVE CVE-2015-8962 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8964/</URL>
      <Description>SUSE CVE CVE-2015-8964 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-10088/</URL>
      <Description>SUSE CVE CVE-2016-10088 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-3841/</URL>
      <Description>SUSE CVE CVE-2016-3841 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5696/</URL>
      <Description>SUSE CVE CVE-2016-5696 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-7042/</URL>
      <Description>SUSE CVE CVE-2016-7042 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-7097/</URL>
      <Description>SUSE CVE CVE-2016-7097 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-7117/</URL>
      <Description>SUSE CVE CVE-2016-7117 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-7910/</URL>
      <Description>SUSE CVE CVE-2016-7910 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-7911/</URL>
      <Description>SUSE CVE CVE-2016-7911 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-7916/</URL>
      <Description>SUSE CVE CVE-2016-7916 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-8399/</URL>
      <Description>SUSE CVE CVE-2016-8399 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-8632/</URL>
      <Description>SUSE CVE CVE-2016-8632 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-8633/</URL>
      <Description>SUSE CVE CVE-2016-8633 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-8646/</URL>
      <Description>SUSE CVE CVE-2016-8646 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-9555/</URL>
      <Description>SUSE CVE CVE-2016-9555 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-9576/</URL>
      <Description>SUSE CVE CVE-2016-9576 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-9685/</URL>
      <Description>SUSE CVE CVE-2016-9685 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-9756/</URL>
      <Description>SUSE CVE CVE-2016-9756 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-9793/</URL>
      <Description>SUSE CVE CVE-2016-9793 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-9794/</URL>
      <Description>SUSE CVE CVE-2016-9794 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-5551/</URL>
      <Description>SUSE CVE CVE-2017-5551 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Real Time 11 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Real Time 11 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4">SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-3.0.101.rt130-68.1">
      <FullProductName ProductID="kernel-rt-3.0.101.rt130-68.1">kernel-rt-3.0.101.rt130-68.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-base-3.0.101.rt130-68.1">
      <FullProductName ProductID="kernel-rt-base-3.0.101.rt130-68.1">kernel-rt-base-3.0.101.rt130-68.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-devel-3.0.101.rt130-68.1">
      <FullProductName ProductID="kernel-rt-devel-3.0.101.rt130-68.1">kernel-rt-devel-3.0.101.rt130-68.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt_trace-3.0.101.rt130-68.1">
      <FullProductName ProductID="kernel-rt_trace-3.0.101.rt130-68.1">kernel-rt_trace-3.0.101.rt130-68.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt_trace-base-3.0.101.rt130-68.1">
      <FullProductName ProductID="kernel-rt_trace-base-3.0.101.rt130-68.1">kernel-rt_trace-base-3.0.101.rt130-68.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt_trace-devel-3.0.101.rt130-68.1">
      <FullProductName ProductID="kernel-rt_trace-devel-3.0.101.rt130-68.1">kernel-rt_trace-devel-3.0.101.rt130-68.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-rt-3.0.101.rt130-68.1">
      <FullProductName ProductID="kernel-source-rt-3.0.101.rt130-68.1">kernel-source-rt-3.0.101.rt130-68.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-rt-3.0.101.rt130-68.1">
      <FullProductName ProductID="kernel-syms-rt-3.0.101.rt130-68.1">kernel-syms-rt-3.0.101.rt130-68.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-rt-3.0.101.rt130-68.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1">kernel-rt-3.0.101.rt130-68.1 as a component of SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-base-3.0.101.rt130-68.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1">kernel-rt-base-3.0.101.rt130-68.1 as a component of SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-3.0.101.rt130-68.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1">kernel-rt-devel-3.0.101.rt130-68.1 as a component of SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_trace-3.0.101.rt130-68.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1">kernel-rt_trace-3.0.101.rt130-68.1 as a component of SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_trace-base-3.0.101.rt130-68.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1">kernel-rt_trace-base-3.0.101.rt130-68.1 as a component of SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_trace-devel-3.0.101.rt130-68.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1">kernel-rt_trace-devel-3.0.101.rt130-68.1 as a component of SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt-3.0.101.rt130-68.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1">kernel-source-rt-3.0.101.rt130-68.1 as a component of SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-rt-3.0.101.rt130-68.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1">kernel-syms-rt-3.0.101.rt130-68.1 as a component of SUSE Linux Enterprise Real Time 11 SP4</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">TCP, when using a large Window Size, makes it easier for remote attackers to guess sequence numbers and cause a denial of service (connection loss) to persistent TCP connections by repeatedly injecting a TCP RST packet, especially in protocols that use long-lived connections, such as BGP.</Note>
    </Notes>
    <CVE>CVE-2004-0230</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2004-0230.html</URL>
        <Description>CVE-2004-0230</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1184394</URL>
        <Description>SUSE Bug 1184394</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1198501</URL>
        <Description>SUSE Bug 1198501</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1206598</URL>
        <Description>SUSE Bug 1206598</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/969340</URL>
        <Description>SUSE Bug 969340</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/989152</URL>
        <Description>SUSE Bug 989152</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/992991</URL>
        <Description>SUSE Bug 992991</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The sock_setsockopt function in net/core/sock.c in the Linux kernel before 3.5 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUF or (2) SO_RCVBUF option.</Note>
    </Notes>
    <CVE>CVE-2012-6704</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.6</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2012-6704.html</URL>
        <Description>CVE-2012-6704</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013531</URL>
        <Description>SUSE Bug 1013531</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013542</URL>
        <Description>SUSE Bug 1013542</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The KVM subsystem in the Linux kernel through 3.12.5 allows local users to gain privileges or cause a denial of service (system crash) via a VAPIC synchronization operation involving a page-end address.</Note>
    </Notes>
    <CVE>CVE-2013-6368</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2013-6368.html</URL>
        <Description>CVE-2013-6368</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/853052</URL>
        <Description>SUSE Bug 853052</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The VFS subsystem in the Linux kernel 3.x provides an incomplete set of requirements for setattr operations that underspecifies removing extended privilege attributes, which allows local users to cause a denial of service (capability stripping) via a failed invocation of a system call, as demonstrated by using chown to remove a capability from the ping or Wireshark dumpcap program.</Note>
    </Notes>
    <CVE>CVE-2015-1350</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-1350.html</URL>
        <Description>CVE-2015-1350</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1052256</URL>
        <Description>SUSE Bug 1052256</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/914939</URL>
        <Description>SUSE Bug 914939</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The rfcomm_sock_bind function in net/bluetooth/rfcomm/sock.c in the Linux kernel before 4.2 allows local users to obtain sensitive information or cause a denial of service (NULL pointer dereference) via vectors involving a bind system call on a Bluetooth RFCOMM socket.</Note>
    </Notes>
    <CVE>CVE-2015-8956</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8956.html</URL>
        <Description>CVE-2015-8956</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1003925</URL>
        <Description>SUSE Bug 1003925</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Double free vulnerability in the sg_common_write function in drivers/scsi/sg.c in the Linux kernel before 4.4 allows local users to gain privileges or cause a denial of service (memory corruption and system crash) by detaching a device during an SG_IO ioctl call.</Note>
    </Notes>
    <CVE>CVE-2015-8962</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5.9</BaseScore>
        <Vector>AV:L/AC:H/Au:N/C:C/I:P/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8962.html</URL>
        <Description>CVE-2015-8962</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1010501</URL>
        <Description>SUSE Bug 1010501</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The tty_set_termios_ldisc function in drivers/tty/tty_ldisc.c in the Linux kernel before 4.5 allows local users to obtain sensitive information from kernel memory by reading a tty data structure.</Note>
    </Notes>
    <CVE>CVE-2015-8964</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:N/AC:H/Au:S/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8964.html</URL>
        <Description>CVE-2015-8964</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1010507</URL>
        <Description>SUSE Bug 1010507</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The sg implementation in the Linux kernel through 4.9 does not properly restrict write operations in situations where the KERNEL_DS option is set, which allows local users to read or write to arbitrary kernel memory locations or cause a denial of service (use-after-free) by leveraging access to a /dev/sg device, related to block/bsg.c and drivers/scsi/sg.c.  NOTE: this vulnerability exists because of an incomplete fix for CVE-2016-9576.</Note>
    </Notes>
    <CVE>CVE-2016-10088</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.2</BaseScore>
        <Vector>AV:L/AC:H/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-10088.html</URL>
        <Description>CVE-2016-10088</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013604</URL>
        <Description>SUSE Bug 1013604</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1014271</URL>
        <Description>SUSE Bug 1014271</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1017710</URL>
        <Description>SUSE Bug 1017710</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1019079</URL>
        <Description>SUSE Bug 1019079</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="9">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The IPv6 stack in the Linux kernel before 4.3.3 mishandles options data, which allows local users to gain privileges or cause a denial of service (use-after-free and system crash) via a crafted sendmsg system call.</Note>
    </Notes>
    <CVE>CVE-2016-3841</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-3841.html</URL>
        <Description>CVE-2016-3841</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1052256</URL>
        <Description>SUSE Bug 1052256</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/992566</URL>
        <Description>SUSE Bug 992566</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/992569</URL>
        <Description>SUSE Bug 992569</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">net/ipv4/tcp_input.c in the Linux kernel before 4.7 does not properly determine the rate of challenge ACK segments, which makes it easier for remote attackers to hijack TCP sessions via a blind in-window attack.</Note>
    </Notes>
    <CVE>CVE-2016-5696</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5696.html</URL>
        <Description>CVE-2016-5696</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1175721</URL>
        <Description>SUSE Bug 1175721</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/989152</URL>
        <Description>SUSE Bug 989152</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The proc_keys_show function in security/keys/proc.c in the Linux kernel through 4.8.2, when the GNU Compiler Collection (gcc) stack protector is enabled, uses an incorrect buffer size for certain timeout data, which allows local users to cause a denial of service (stack memory corruption and panic) by reading the /proc/keys file.</Note>
    </Notes>
    <CVE>CVE-2016-7042</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.6</BaseScore>
        <Vector>AV:L/AC:L/Au:S/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-7042.html</URL>
        <Description>CVE-2016-7042</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1004517</URL>
        <Description>SUSE Bug 1004517</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="12">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The filesystem implementation in the Linux kernel through 4.8.2 preserves the setgid bit during a setxattr call, which allows local users to gain group privileges by leveraging the existence of a setgid program with restrictions on execute permissions.</Note>
    </Notes>
    <CVE>CVE-2016-7097</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-7097.html</URL>
        <Description>CVE-2016-7097</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1021258</URL>
        <Description>SUSE Bug 1021258</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1052256</URL>
        <Description>SUSE Bug 1052256</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/870618</URL>
        <Description>SUSE Bug 870618</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/995968</URL>
        <Description>SUSE Bug 995968</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="13">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Use-after-free vulnerability in the __sys_recvmmsg function in net/socket.c in the Linux kernel before 4.5.2 allows remote attackers to execute arbitrary code via vectors involving a recvmmsg system call that is mishandled during error processing.</Note>
    </Notes>
    <CVE>CVE-2016-7117</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>9.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-7117.html</URL>
        <Description>CVE-2016-7117</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1003077</URL>
        <Description>SUSE Bug 1003077</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1003253</URL>
        <Description>SUSE Bug 1003253</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1057478</URL>
        <Description>SUSE Bug 1057478</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1071943</URL>
        <Description>SUSE Bug 1071943</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="14">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Use-after-free vulnerability in the disk_seqf_stop function in block/genhd.c in the Linux kernel before 4.7.1 allows local users to gain privileges by leveraging the execution of a certain stop operation even if the corresponding start operation had failed.</Note>
    </Notes>
    <CVE>CVE-2016-7910</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.2</BaseScore>
        <Vector>AV:L/AC:H/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-7910.html</URL>
        <Description>CVE-2016-7910</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1010716</URL>
        <Description>SUSE Bug 1010716</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1196722</URL>
        <Description>SUSE Bug 1196722</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="15">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Race condition in the get_task_ioprio function in block/ioprio.c in the Linux kernel before 4.6.6 allows local users to gain privileges or cause a denial of service (use-after-free) via a crafted ioprio_get system call.</Note>
    </Notes>
    <CVE>CVE-2016-7911</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.3</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-7911.html</URL>
        <Description>CVE-2016-7911</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1010711</URL>
        <Description>SUSE Bug 1010711</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1010713</URL>
        <Description>SUSE Bug 1010713</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="16">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Race condition in the environ_read function in fs/proc/base.c in the Linux kernel before 4.5.4 allows local users to obtain sensitive information from kernel memory by reading a /proc/*/environ file during a process-setup time interval in which environment-variable copying is incomplete.</Note>
    </Notes>
    <CVE>CVE-2016-7916</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-7916.html</URL>
        <Description>CVE-2016-7916</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1010467</URL>
        <Description>SUSE Bug 1010467</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="17">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An elevation of privilege vulnerability in the kernel networking subsystem could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as Moderate because it first requires compromising a privileged process and current compiler optimizations restrict access to the vulnerable code. Product: Android. Versions: Kernel-3.10, Kernel-3.18. Android ID: A-31349935.</Note>
    </Notes>
    <CVE>CVE-2016-8399</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.2</BaseScore>
        <Vector>AV:L/AC:L/Au:S/C:P/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-8399.html</URL>
        <Description>CVE-2016-8399</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1014746</URL>
        <Description>SUSE Bug 1014746</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="18">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The tipc_msg_build function in net/tipc/msg.c in the Linux kernel through 4.8.11 does not validate the relationship between the minimum fragment length and the maximum packet size, which allows local users to gain privileges or cause a denial of service (heap-based buffer overflow) by leveraging the CAP_NET_ADMIN capability.</Note>
    </Notes>
    <CVE>CVE-2016-8632</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.2</BaseScore>
        <Vector>AV:L/AC:H/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-8632.html</URL>
        <Description>CVE-2016-8632</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1008831</URL>
        <Description>SUSE Bug 1008831</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1012852</URL>
        <Description>SUSE Bug 1012852</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="19">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">drivers/firewire/net.c in the Linux kernel before 4.8.7, in certain unusual hardware configurations, allows remote attackers to execute arbitrary code via crafted fragmented packets.</Note>
    </Notes>
    <CVE>CVE-2016-8633</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.4</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-8633.html</URL>
        <Description>CVE-2016-8633</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1008833</URL>
        <Description>SUSE Bug 1008833</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="20">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The hash_accept function in crypto/algif_hash.c in the Linux kernel before 4.3.6 allows local users to cause a denial of service (OOPS) by attempting to trigger use of in-kernel hash algorithms for a socket that has received zero bytes of data.</Note>
    </Notes>
    <CVE>CVE-2016-8646</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.7</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-8646.html</URL>
        <Description>CVE-2016-8646</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1010150</URL>
        <Description>SUSE Bug 1010150</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="21">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The sctp_sf_ootb function in net/sctp/sm_statefuns.c in the Linux kernel before 4.8.8 lacks chunk-length checking for the first chunk, which allows remote attackers to cause a denial of service (out-of-bounds slab access) or possibly have unspecified other impact via crafted SCTP data.</Note>
    </Notes>
    <CVE>CVE-2016-9555</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.1</BaseScore>
        <Vector>AV:N/AC:H/Au:N/C:C/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-9555.html</URL>
        <Description>CVE-2016-9555</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1011685</URL>
        <Description>SUSE Bug 1011685</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1012183</URL>
        <Description>SUSE Bug 1012183</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="22">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The blk_rq_map_user_iov function in block/blk-map.c in the Linux kernel before 4.8.14 does not properly restrict the type of iterator, which allows local users to read or write to arbitrary kernel memory locations or cause a denial of service (use-after-free) by leveraging access to a /dev/sg device.</Note>
    </Notes>
    <CVE>CVE-2016-9576</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.2</BaseScore>
        <Vector>AV:L/AC:H/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-9576.html</URL>
        <Description>CVE-2016-9576</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013604</URL>
        <Description>SUSE Bug 1013604</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1014271</URL>
        <Description>SUSE Bug 1014271</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1017710</URL>
        <Description>SUSE Bug 1017710</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1019079</URL>
        <Description>SUSE Bug 1019079</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1019668</URL>
        <Description>SUSE Bug 1019668</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="23">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Multiple memory leaks in error paths in fs/xfs/xfs_attr_list.c in the Linux kernel before 4.5.1 allow local users to cause a denial of service (memory consumption) via crafted XFS filesystem operations.</Note>
    </Notes>
    <CVE>CVE-2016-9685</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-9685.html</URL>
        <Description>CVE-2016-9685</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1012832</URL>
        <Description>SUSE Bug 1012832</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="24">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">arch/x86/kvm/emulate.c in the Linux kernel before 4.8.12 does not properly initialize Code Segment (CS) in certain error cases, which allows local users to obtain sensitive information from kernel stack memory via a crafted application.</Note>
    </Notes>
    <CVE>CVE-2016-9756</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.5</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-9756.html</URL>
        <Description>CVE-2016-9756</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013038</URL>
        <Description>SUSE Bug 1013038</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="25">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.</Note>
    </Notes>
    <CVE>CVE-2016-9793</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5.9</BaseScore>
        <Vector>AV:L/AC:H/Au:M/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-9793.html</URL>
        <Description>CVE-2016-9793</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013531</URL>
        <Description>SUSE Bug 1013531</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013542</URL>
        <Description>SUSE Bug 1013542</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="26">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Race condition in the snd_pcm_period_elapsed function in sound/core/pcm_lib.c in the ALSA subsystem in the Linux kernel before 4.7 allows local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via a crafted SNDRV_PCM_TRIGGER_START command.</Note>
    </Notes>
    <CVE>CVE-2016-9794</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.6</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-9794.html</URL>
        <Description>CVE-2016-9794</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013533</URL>
        <Description>SUSE Bug 1013533</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013543</URL>
        <Description>SUSE Bug 1013543</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1013604</URL>
        <Description>SUSE Bug 1013604</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="27">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The simple_set_acl function in fs/posix_acl.c in the Linux kernel before 4.9.6 preserves the setgid bit during a setxattr call involving a tmpfs filesystem, which allows local users to gain group privileges by leveraging the existence of a setgid program with restrictions on execute permissions.  NOTE: this vulnerability exists because of an incomplete fix for CVE-2016-7097.</Note>
    </Notes>
    <CVE>CVE-2017-5551</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-base-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-rt_trace-devel-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-source-rt-3.0.101.rt130-68.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 11 SP4:kernel-syms-rt-3.0.101.rt130-68.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2017/suse-su-20171102-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-5551.html</URL>
        <Description>CVE-2017-5551</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1021258</URL>
        <Description>SUSE Bug 1021258</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/995968</URL>
        <Description>SUSE Bug 995968</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
