<?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-2018:0040-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2018-01-08T16:02:54Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2018-01-08T16:02:54Z</InitialReleaseDate>
    <CurrentReleaseDate>2018-01-08T16:02:54Z</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 SUSE Linux Enterprise 11 SP3 LTSS kernel was updated to receive various security and bugfixes.

This update adds mitigations for various side channel attacks against
modern CPUs that could disclose content of otherwise unreadable memory
(bnc#1068032).

- CVE-2017-5753: Local attackers on systems with modern CPUs featuring
  deep instruction pipelining could use attacker controllable speculative
  execution over code patterns in the Linux Kernel to leak content from
  otherwise not readable memory in the same address space, allowing
  retrieval of passwords, cryptographic keys and other secrets.

  This problem is mitigated by adding speculative fencing on affected
  code paths throughout the Linux kernel.


- CVE-2017-5715: Local attackers on systems with modern CPUs featuring
  branch prediction could use mispredicted branches to speculatively execute
  code patterns that in turn could be made to leak other non-readable
  content in the same address space, an attack similar to CVE-2017-5753.

  This problem is mitigated by disabling predictive branches, depending
  on CPU architecture either by firmware updates and/or fixes in the
  user-kernel privilege boundaries.

  Please contact your CPU / hardware vendor for potential microcode
  or BIOS updates needed for this fix.

  As this feature can have a performance impact, it can be disabled
  using the 'nospec' kernel commandline option.


- CVE-2017-5754: Local attackers on systems with modern CPUs featuring
  deep instruction pipelining could use code patterns in userspace to
  speculative executive code that would read otherwise read protected
  memory, an attack similar to CVE-2017-5753.

  This problem is mitigated by unmapping the Linux Kernel from the user
  address space during user code execution, following a approach called
  'KAISER'. The terms used here are 'KAISER' / 'Kernel Address Isolation'
  and 'PTI' / 'Page Table Isolation'.

  This feature is disabled on unaffected architectures.

  This feature can be enabled / disabled by the 'pti=[on|off|auto]' or
  'nopti' commandline options.


The following security bugs were fixed:

- CVE-2017-1000251: The native Bluetooth stack in the Linux Kernel (BlueZ) was vulnerable to a stack overflow vulnerability in the processing of L2CAP configuration responses resulting in Remote code execution in kernel space (bnc#1057389).
- CVE-2017-11600: net/xfrm/xfrm_policy.c in the Linux kernel did not ensure that the dir value of xfrm_userpolicy_id is XFRM_POLICY_MAX or less, which allowed local users to cause a denial of service (out-of-bounds access) or possibly have unspecified other impact via an XFRM_MSG_MIGRATE xfrm Netlink message (bnc#1050231).
- CVE-2017-13080: Wi-Fi Protected Access (WPA and WPA2) allowed reinstallation of the Group Temporal Key (GTK) during the group key handshake, allowing an attacker within radio range to replay frames from access points to clients (bnc#1063667).
- CVE-2017-13167: An elevation of privilege vulnerability in the kernel sound timer was fixed. (bnc#1072876).
- CVE-2017-14106: The tcp_disconnect function in net/ipv4/tcp.c in the Linux kernel allowed local users to cause a denial of service (__tcp_select_window divide-by-zero error and system crash) by triggering a disconnect within a certain tcp_recvmsg code path (bnc#1056982).
- CVE-2017-14140: The move_pages system call in mm/migrate.c in the Linux kernel didn't check the effective uid of the target process, enabling a local attacker to learn the memory layout of a setuid executable despite ASLR (bnc#1057179).
- CVE-2017-14340: The XFS_IS_REALTIME_INODE macro in fs/xfs/xfs_linux.h in the Linux kernel did not verify that a filesystem has a realtime device, which allowed local users to cause a denial of service (NULL pointer dereference and OOPS) via vectors related to setting an RHINHERIT flag on a directory (bnc#1058524).
- CVE-2017-15102: The tower_probe function in drivers/usb/misc/legousbtower.c in the Linux kernel allowed local users (who are physically proximate for inserting a crafted USB device) to gain privileges by leveraging a write-what-where condition that occurs after a race condition and a NULL pointer dereference (bnc#1066705).
- CVE-2017-15115: The sctp_do_peeloff function in net/sctp/socket.c in the Linux kernel did not check whether the intended netns is used in a peel-off action, which allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via crafted system calls (bnc#1068671).
- CVE-2017-15265: Race condition in the ALSA subsystem in the Linux kernel allowed local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via crafted /dev/snd/seq ioctl calls, related to sound/core/seq/seq_clientmgr.c and sound/core/seq/seq_ports.c (bnc#1062520).
- CVE-2017-15274: security/keys/keyctl.c in the Linux kernel did not consider the case of a NULL payload in conjunction with a nonzero length value, which allowed local users to cause a denial of service (NULL pointer dereference and OOPS) via a crafted add_key or keyctl system call, a different vulnerability than CVE-2017-12192 (bnc#1045327).
- CVE-2017-15868: The bnep_add_connection function in net/bluetooth/bnep/core.c in the Linux kernel did not ensure that an l2cap socket is available, which allowed local users to gain privileges via a crafted application (bnc#1071470).
- CVE-2017-16525: The usb_serial_console_disconnect function in drivers/usb/serial/console.c in the Linux kernel allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device, related to disconnection and failed setup (bnc#1066618).
- CVE-2017-16527: sound/usb/mixer.c in the Linux kernel allowed local users to cause a denial of service (snd_usb_mixer_interrupt use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066625).
- CVE-2017-16529: The snd_usb_create_streams function in sound/usb/card.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066650).
- CVE-2017-16531: drivers/usb/core/config.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device, related to the USB_DT_INTERFACE_ASSOCIATION descriptor (bnc#1066671).
- CVE-2017-16534: The cdc_parse_cdc_header function in drivers/usb/core/message.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066693).
- CVE-2017-16535: The usb_get_bos_descriptor function in drivers/usb/core/config.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066700).
- CVE-2017-16536: The cx231xx_usb_probe function in drivers/media/usb/cx231xx/cx231xx-cards.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066606).
- CVE-2017-16537: The imon_probe function in drivers/media/rc/imon.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066573).
- CVE-2017-16538: drivers/media/usb/dvb-usb-v2/lmedm04.c in the Linux kernel allowed local users to cause a denial of service (general protection fault and system crash) or possibly have unspecified other impact via a crafted USB device, related to a missing warm-start check and incorrect attach timing (dm04_lme2510_frontend_attach versus dm04_lme2510_tuner) (bnc#1066569).
- CVE-2017-16649: The usbnet_generic_cdc_bind function in drivers/net/usb/cdc_ether.c in the Linux kernel allowed local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067085).
- CVE-2017-16939: The XFRM dump policy implementation in net/xfrm/xfrm_user.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via a crafted SO_RCVBUF setsockopt system call in conjunction with XFRM_MSG_GETPOLICY Netlink messages (bnc#1069702 1069708).
- CVE-2017-17450: net/netfilter/xt_osf.c in the Linux kernel did not require the CAP_NET_ADMIN capability for add_callback and remove_callback operations, which allowed local users to bypass intended access restrictions because the xt_osf_fingers data structure is shared across all net namespaces (bnc#1071695 1074033).
- CVE-2017-17558: The usb_destroy_configuration function in drivers/usb/core/config.c in the USB core subsystem in the Linux kernel did not consider the maximum number of configurations and interfaces before attempting to release resources, which allowed local users to cause a denial of service (out-of-bounds write access) or possibly have unspecified other impact via a crafted USB device (bnc#1072561).
- CVE-2017-17805: The Salsa20 encryption algorithm in the Linux kernel did not correctly handle zero-length inputs, allowing a local attacker able to use the AF_ALG-based skcipher interface (CONFIG_CRYPTO_USER_API_SKCIPHER) to cause a denial of service (uninitialized-memory free and kernel crash) or have unspecified other impact by executing a crafted sequence of system calls that use the blkcipher_walk API. Both the generic implementation (crypto/salsa20_generic.c) and x86 implementation (arch/x86/crypto/salsa20_glue.c) of Salsa20 were vulnerable (bnc#1073792).
- CVE-2017-17806: The HMAC implementation (crypto/hmac.c) in the Linux kernel did not validate that the underlying cryptographic hash algorithm is unkeyed, allowing a local attacker able to use the AF_ALG-based hash interface (CONFIG_CRYPTO_USER_API_HASH) and the SHA-3 hash algorithm (CONFIG_CRYPTO_SHA3) to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing SHA-3 initialization (bnc#1073874).
- CVE-2017-7472: The KEYS subsystem in the Linux kernel allowed local users to cause a denial of service (memory consumption) via a series of KEY_REQKEY_DEFL_THREAD_KEYRING keyctl_set_reqkey_keyring calls (bnc#1034862).
- CVE-2017-8824: The dccp_disconnect function in net/dccp/proto.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via an AF_UNSPEC connect system call during the DCCP_LISTEN state (bnc#1070771).

The following non-security bugs were fixed:

- asm alternatives: remove incorrect alignment notes.
- getcwd: Close race with d_move called by lustre (bsc#1052593).
- kabi: silence spurious kabi error in net/sctp/socket.c (bsc#1068671).
- kaiser: add 'nokaiser' boot option, using ALTERNATIVE.
- kaiser: fix ldt freeing.
- kaiser: Kernel Address Isolation.
- kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush.
- kaiser: work around kABI.
- kvm: SVM: Do not intercept new speculative control MSRs (bsc#1068032).
- kvm: x86: Add speculative control CPUID support for guests (bsc#1068032).
- mac80211: do not compare TKIP TX MIC key in reinstall prevention (bsc#1066472).
- mm/mmu_context, sched/core: Fix mmu_context.h assumption.
- nfs: Remove asserts from the NFS XDR code (bsc#1063544).
- ptrace: Add a new thread access check (bsc#1068032).
- Revert 'mac80211: accept key reinstall without changing anything' This reverts commit 1def0d4e1446974356bacd9f4be06eee32b66473.
- s390: add ppa to system call and program check path (bsc#1068032).
- s390: introduce CPU alternatives (bsc#1068032).
- s390/spinlock: add gmb memory barrier (bsc#1068032).
- sched/core: Add switch_mm_irqs_off() and use it in the scheduler.
- sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off().
- scsi: mpt2sas: fix cleanup on controller resource mapping failure (bsc#999245).
- 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).
- temporary fix (bsc#1068032).
- usb: uas: fix bug in handling of alternate settings (bsc#1071074).
- x86-64: Give vvars their own page.
- x86-64: Map the HPET NX.
- x86/alternatives: Add instruction padding.
- x86/alternatives: Cleanup DPRINTK macro.
- x86/alternatives: Make JMPs more robust.
- x86/alternatives: Use optimized NOPs for padding.
- x86/boot: Add early cmdline parsing for options with arguments.
- x86, boot: Carve out early cmdline parsing function.
- x86/CPU/AMD: Add speculative control support for AMD (bsc#1068032).
- x86/CPU/AMD: Make the LFENCE instruction serialized (bsc#1068032).
- x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032).
- x86/CPU: Check speculation control CPUID bit (bsc#1068032).
- x86/enter: Add macros to set/clear IBRS and set IBPB (bsc#1068032).
- x86/entry: Add a function to overwrite the RSB (bsc#1068032).
- x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032).
- x86/entry: Use IBRS on entry to kernel space (bsc#1068032).
- x86/feature: Enable the x86 feature to control Speculation (bsc#1068032).
- x86/idle: Disable IBRS when offlining a CPU and re-enable on wakeup (bsc#1068032).
- x86/idle: Toggle IBRS when going idle (bsc#1068032).
- x86/kaiser: Check boottime cmdline params.
- x86/kaiser: disable vmstat accounting.
- x86/kaiser: Move feature detection up (bsc#1068032).
- x86/kaiser: propagate info to /proc/cpuinfo.
- x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling.
- x86/kvm: Add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032).
- x86/kvm: Flush IBP when switching VMs (bsc#1068032).
- x86/kvm: Pad RSB on VM transition (bsc#1068032).
- x86/kvm: Toggle IBRS on VM entry and exit (bsc#1068032).
- x86: Make alternative instruction pointers relative.
- x86/microcode/AMD: Add support for fam17h microcode loading (bsc#1068032).
- x86/mm/64: Fix reboot interaction with CR4.PCIDE.
- x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID.
- x86/mm: Add INVPCID helpers.
- x86/mm: Add the 'nopcid' boot option to turn off PCID.
- x86/mm: Build arch/x86/mm/tlb.c even on !SMP.
- x86/mm: Disable PCID on 32-bit kernels.
- x86/mm: Enable CR4.PCIDE on supported systems.
- x86/mm: fix bad backport to disable PCID on Xen.
- x86/mm: Fix INVPCID asm constraint.
- x86/mm: If INVPCID is available, use it to flush global mappings.
- x86/mm/kaiser: re-enable vsyscalls.
- x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032).
- x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code.
- x86/mm, sched/core: Turn off IRQs in switch_mm().
- x86/mm, sched/core: Uninline switch_mm().
- x86/mm: Set IBPB upon context switch (bsc#1068032).
- x86/MSR: Move native_*msr(.. u64) to msr.h (bsc#1068032).
- x86/spec: Add IBRS control functions (bsc#1068032).
- x86/spec: Add 'nospec' chicken bit (bsc#1068032).
- x86/spec: Check CPUID direclty post microcode reload to support IBPB feature (bsc#1068032).
- x86/spec_ctrl: Add an Indirect Branch Predictor barrier (bsc#1068032).
- x86/spec_ctrl: Check whether IBPB is enabled before using it (bsc#1068032).
- x86/spec_ctrl: Check whether IBRS is enabled before using it (bsc#1068032).
- x86/svm: Add code to clear registers on VM exit (bsc#1068032).
- x86/svm: Clobber the RSB on VM exit (bsc#1068032).
- x86/svm: Set IBPB when running a different VCPU (bsc#1068032).
- x86/svm: Set IBRS value on VM entry and exit (bsc#1068032).
- xen/kaiser: add 'nokaiser' boot option, using ALTERNATIVE.
- xen/KAISER: Kernel Address Isolation.
- xen/kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush.
- xen/kaiser: work around kABI.
- xen/x86-64: Give vvars their own page.
- xen/x86-64: Map the HPET NX.
- xen/x86/alternatives: Add instruction padding.
- xen/x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling.
- xen/x86/mm: Enable CR4.PCIDE on supported systems.
- xen/x86/mm/kaiser: re-enable vsyscalls.
- xen/x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code.
- xen: x86/mm, sched/core: Turn off IRQs in switch_mm().
- xen: x86/mm, sched/core: Uninline switch_mm().
</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">sleposp3-kernel-20170109-13398,slessp3-kernel-20170109-13398,slexsp3-kernel-20170109-13398</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/2018/suse-su-20180040-1/</URL>
      <Description>Link for SUSE-SU-2018:0040-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2018-January/003576.html</URL>
      <Description>E-Mail link for SUSE-SU-2018:0040-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/1010175</URL>
      <Description>SUSE Bug 1010175</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1034862</URL>
      <Description>SUSE Bug 1034862</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1045327</URL>
      <Description>SUSE Bug 1045327</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1050231</URL>
      <Description>SUSE Bug 1050231</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1052593</URL>
      <Description>SUSE Bug 1052593</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1056982</URL>
      <Description>SUSE Bug 1056982</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1057179</URL>
      <Description>SUSE Bug 1057179</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1057389</URL>
      <Description>SUSE Bug 1057389</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1058524</URL>
      <Description>SUSE Bug 1058524</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1062520</URL>
      <Description>SUSE Bug 1062520</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1063544</URL>
      <Description>SUSE Bug 1063544</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1063667</URL>
      <Description>SUSE Bug 1063667</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066295</URL>
      <Description>SUSE Bug 1066295</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066472</URL>
      <Description>SUSE Bug 1066472</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066569</URL>
      <Description>SUSE Bug 1066569</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066573</URL>
      <Description>SUSE Bug 1066573</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066606</URL>
      <Description>SUSE Bug 1066606</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066618</URL>
      <Description>SUSE Bug 1066618</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066625</URL>
      <Description>SUSE Bug 1066625</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066650</URL>
      <Description>SUSE Bug 1066650</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066671</URL>
      <Description>SUSE Bug 1066671</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066693</URL>
      <Description>SUSE Bug 1066693</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066700</URL>
      <Description>SUSE Bug 1066700</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1066705</URL>
      <Description>SUSE Bug 1066705</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1067085</URL>
      <Description>SUSE Bug 1067085</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1068032</URL>
      <Description>SUSE Bug 1068032</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1068671</URL>
      <Description>SUSE Bug 1068671</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1069702</URL>
      <Description>SUSE Bug 1069702</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1069708</URL>
      <Description>SUSE Bug 1069708</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1070771</URL>
      <Description>SUSE Bug 1070771</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1071074</URL>
      <Description>SUSE Bug 1071074</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1071470</URL>
      <Description>SUSE Bug 1071470</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1071695</URL>
      <Description>SUSE Bug 1071695</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1072561</URL>
      <Description>SUSE Bug 1072561</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1072876</URL>
      <Description>SUSE Bug 1072876</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1073792</URL>
      <Description>SUSE Bug 1073792</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1073874</URL>
      <Description>SUSE Bug 1073874</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1074033</URL>
      <Description>SUSE Bug 1074033</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/999245</URL>
      <Description>SUSE Bug 999245</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-1000251/</URL>
      <Description>SUSE CVE CVE-2017-1000251 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-11600/</URL>
      <Description>SUSE CVE CVE-2017-11600 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-13080/</URL>
      <Description>SUSE CVE CVE-2017-13080 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-13167/</URL>
      <Description>SUSE CVE CVE-2017-13167 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-14106/</URL>
      <Description>SUSE CVE CVE-2017-14106 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-14140/</URL>
      <Description>SUSE CVE CVE-2017-14140 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-14340/</URL>
      <Description>SUSE CVE CVE-2017-14340 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-15102/</URL>
      <Description>SUSE CVE CVE-2017-15102 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-15115/</URL>
      <Description>SUSE CVE CVE-2017-15115 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-15265/</URL>
      <Description>SUSE CVE CVE-2017-15265 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-15274/</URL>
      <Description>SUSE CVE CVE-2017-15274 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-15868/</URL>
      <Description>SUSE CVE CVE-2017-15868 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16525/</URL>
      <Description>SUSE CVE CVE-2017-16525 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16527/</URL>
      <Description>SUSE CVE CVE-2017-16527 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16529/</URL>
      <Description>SUSE CVE CVE-2017-16529 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16531/</URL>
      <Description>SUSE CVE CVE-2017-16531 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16534/</URL>
      <Description>SUSE CVE CVE-2017-16534 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16535/</URL>
      <Description>SUSE CVE CVE-2017-16535 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16536/</URL>
      <Description>SUSE CVE CVE-2017-16536 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16537/</URL>
      <Description>SUSE CVE CVE-2017-16537 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16538/</URL>
      <Description>SUSE CVE CVE-2017-16538 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16649/</URL>
      <Description>SUSE CVE CVE-2017-16649 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-16939/</URL>
      <Description>SUSE CVE CVE-2017-16939 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17450/</URL>
      <Description>SUSE CVE CVE-2017-17450 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17558/</URL>
      <Description>SUSE CVE CVE-2017-17558 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17805/</URL>
      <Description>SUSE CVE CVE-2017-17805 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17806/</URL>
      <Description>SUSE CVE CVE-2017-17806 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-5715/</URL>
      <Description>SUSE CVE CVE-2017-5715 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-5753/</URL>
      <Description>SUSE CVE CVE-2017-5753 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-5754/</URL>
      <Description>SUSE CVE CVE-2017-5754 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-7472/</URL>
      <Description>SUSE CVE CVE-2017-7472 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-8824/</URL>
      <Description>SUSE CVE CVE-2017-8824 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Point of Sale 11 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Point of Sale 11 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3" CPE="cpe:/o:suse:sle-pos:11:sp3">SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS" CPE="cpe:/o:suse:suse_sles_ltss:11:sp3">SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-default-3.0.101-0.47.106.11.1">kernel-default-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-default-base-3.0.101-0.47.106.11.1">kernel-default-base-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-default-devel-3.0.101-0.47.106.11.1">kernel-default-devel-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-ec2-3.0.101-0.47.106.11.1">kernel-ec2-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-base-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-ec2-base-3.0.101-0.47.106.11.1">kernel-ec2-base-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-devel-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-ec2-devel-3.0.101-0.47.106.11.1">kernel-ec2-devel-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-pae-3.0.101-0.47.106.11.1">kernel-pae-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-base-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-pae-base-3.0.101-0.47.106.11.1">kernel-pae-base-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-devel-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-pae-devel-3.0.101-0.47.106.11.1">kernel-pae-devel-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-source-3.0.101-0.47.106.11.1">kernel-source-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-syms-3.0.101-0.47.106.11.1">kernel-syms-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-trace-3.0.101-0.47.106.11.1">kernel-trace-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-base-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-trace-base-3.0.101-0.47.106.11.1">kernel-trace-base-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-devel-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-trace-devel-3.0.101-0.47.106.11.1">kernel-trace-devel-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-xen-3.0.101-0.47.106.11.1">kernel-xen-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-base-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-xen-base-3.0.101-0.47.106.11.1">kernel-xen-base-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-devel-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-xen-devel-3.0.101-0.47.106.11.1">kernel-xen-devel-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-bigsmp-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-bigsmp-3.0.101-0.47.106.11.1">kernel-bigsmp-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-bigsmp-base-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-bigsmp-base-3.0.101-0.47.106.11.1">kernel-bigsmp-base-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-bigsmp-devel-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-bigsmp-devel-3.0.101-0.47.106.11.1">kernel-bigsmp-devel-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-3.0.101-0.47.106.11.1">
      <FullProductName ProductID="kernel-default-man-3.0.101-0.47.106.11.1">kernel-default-man-3.0.101-0.47.106.11.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-default-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1">kernel-default-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1">kernel-default-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1">kernel-default-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1">kernel-ec2-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1">kernel-ec2-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1">kernel-ec2-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1">kernel-pae-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1">kernel-pae-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1">kernel-pae-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1">kernel-source-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1">kernel-syms-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1">kernel-trace-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1">kernel-trace-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1">kernel-trace-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1">kernel-xen-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1">kernel-xen-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Point of Sale 11 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1">kernel-xen-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Point of Sale 11 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-bigsmp-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1">kernel-bigsmp-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-bigsmp-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1">kernel-bigsmp-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-bigsmp-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1">kernel-bigsmp-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1">kernel-default-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1">kernel-default-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1">kernel-default-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1">kernel-default-man-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1">kernel-ec2-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1">kernel-ec2-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1">kernel-ec2-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1">kernel-pae-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1">kernel-pae-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1">kernel-pae-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1">kernel-source-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1">kernel-syms-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1">kernel-trace-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1">kernel-trace-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1">kernel-trace-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1">kernel-xen-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1">kernel-xen-base-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.0.101-0.47.106.11.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1">kernel-xen-devel-3.0.101-0.47.106.11.1 as a component of SUSE Linux Enterprise Server 11 SP3-LTSS</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">The native Bluetooth stack in the Linux Kernel (BlueZ), starting at the Linux kernel version 2.6.32 and up to and including 4.13.1, are vulnerable to a stack overflow vulnerability in the processing of L2CAP configuration responses resulting in Remote code execution in kernel space.</Note>
    </Notes>
    <CVE>CVE-2017-1000251</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.9</BaseScore>
        <Vector>AV:A/AC:M/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.7</BaseScore>
        <Vector>AV:A/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-1000251.html</URL>
        <Description>CVE-2017-1000251</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1057389</URL>
        <Description>SUSE Bug 1057389</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1057950</URL>
        <Description>SUSE Bug 1057950</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1070535</URL>
        <Description>SUSE Bug 1070535</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1072117</URL>
        <Description>SUSE Bug 1072117</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1072162</URL>
        <Description>SUSE Bug 1072162</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1120758</URL>
        <Description>SUSE Bug 1120758</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">net/xfrm/xfrm_policy.c in the Linux kernel through 4.12.3, when CONFIG_XFRM_MIGRATE is enabled, does not ensure that the dir value of xfrm_userpolicy_id is XFRM_POLICY_MAX or less, which allows local users to cause a denial of service (out-of-bounds access) or possibly have unspecified other impact via an XFRM_MSG_MIGRATE xfrm Netlink message.</Note>
    </Notes>
    <CVE>CVE-2017-11600</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:P/A:C</Vector>
      </ScoreSet>
      <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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-11600.html</URL>
        <Description>CVE-2017-11600</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1050231</URL>
        <Description>SUSE Bug 1050231</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1096564</URL>
        <Description>SUSE Bug 1096564</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">Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Group Temporal Key (GTK) during the group key handshake, allowing an attacker within radio range to replay frames from access points to clients.</Note>
    </Notes>
    <CVE>CVE-2017-13080</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.8</BaseScore>
        <Vector>AV:A/AC:L/Au:N/C:C/I:C/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>2.9</BaseScore>
        <Vector>AV:A/AC:M/Au:N/C:N/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-13080.html</URL>
        <Description>CVE-2017-13080</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1056061</URL>
        <Description>SUSE Bug 1056061</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1063479</URL>
        <Description>SUSE Bug 1063479</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1063667</URL>
        <Description>SUSE Bug 1063667</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1063671</URL>
        <Description>SUSE Bug 1063671</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066295</URL>
        <Description>SUSE Bug 1066295</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1105108</URL>
        <Description>SUSE Bug 1105108</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178872</URL>
        <Description>SUSE Bug 1178872</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179588</URL>
        <Description>SUSE Bug 1179588</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">An elevation of privilege vulnerability in the kernel sound timer. Product: Android. Versions: Android kernel. Android ID A-37240993.</Note>
    </Notes>
    <CVE>CVE-2017-13167</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.3</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:N/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-13167.html</URL>
        <Description>CVE-2017-13167</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1072876</URL>
        <Description>SUSE Bug 1072876</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 tcp_disconnect function in net/ipv4/tcp.c in the Linux kernel before 4.12 allows local users to cause a denial of service (__tcp_select_window divide-by-zero error and system crash) by triggering a disconnect within a certain tcp_recvmsg code path.</Note>
    </Notes>
    <CVE>CVE-2017-14106</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-14106.html</URL>
        <Description>CVE-2017-14106</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1056982</URL>
        <Description>SUSE Bug 1056982</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">The move_pages system call in mm/migrate.c in the Linux kernel before 4.12.9 doesn't check the effective uid of the target process, enabling a local attacker to learn the memory layout of a setuid executable despite ASLR.</Note>
    </Notes>
    <CVE>CVE-2017-14140</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.7</BaseScore>
        <Vector>AV:L/AC:L/Au:S/C:P/I:N/A:N</Vector>
      </ScoreSet>
      <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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-14140.html</URL>
        <Description>CVE-2017-14140</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1057179</URL>
        <Description>SUSE Bug 1057179</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 XFS_IS_REALTIME_INODE macro in fs/xfs/xfs_linux.h in the Linux kernel before 4.13.2 does not verify that a filesystem has a realtime device, which allows local users to cause a denial of service (NULL pointer dereference and OOPS) via vectors related to setting an RHINHERIT flag on a directory.</Note>
    </Notes>
    <CVE>CVE-2017-14340</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-14340.html</URL>
        <Description>CVE-2017-14340</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1058524</URL>
        <Description>SUSE Bug 1058524</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 tower_probe function in drivers/usb/misc/legousbtower.c in the Linux kernel before 4.8.1 allows local users (who are physically proximate for inserting a crafted USB device) to gain privileges by leveraging a write-what-where condition that occurs after a race condition and a NULL pointer dereference.</Note>
    </Notes>
    <CVE>CVE-2017-15102</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-15102.html</URL>
        <Description>CVE-2017-15102</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066705</URL>
        <Description>SUSE Bug 1066705</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 sctp_do_peeloff function in net/sctp/socket.c in the Linux kernel before 4.14 does not check whether the intended netns is used in a peel-off action, which allows local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via crafted system calls.</Note>
    </Notes>
    <CVE>CVE-2017-15115</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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:S/C:N/I:N/A:C</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-15115.html</URL>
        <Description>CVE-2017-15115</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1068671</URL>
        <Description>SUSE Bug 1068671</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="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Race condition in the ALSA subsystem in the Linux kernel before 4.13.8 allows local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via crafted /dev/snd/seq ioctl calls, related to sound/core/seq/seq_clientmgr.c and sound/core/seq/seq_ports.c.</Note>
    </Notes>
    <CVE>CVE-2017-15265</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
      <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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-15265.html</URL>
        <Description>CVE-2017-15265</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1062520</URL>
        <Description>SUSE Bug 1062520</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="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">security/keys/keyctl.c in the Linux kernel before 4.11.5 does not consider the case of a NULL payload in conjunction with a nonzero length value, which allows local users to cause a denial of service (NULL pointer dereference and OOPS) via a crafted add_key or keyctl system call, a different vulnerability than CVE-2017-12192.</Note>
    </Notes>
    <CVE>CVE-2017-15274</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-15274.html</URL>
        <Description>CVE-2017-15274</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1045327</URL>
        <Description>SUSE Bug 1045327</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1062471</URL>
        <Description>SUSE Bug 1062471</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 bnep_add_connection function in net/bluetooth/bnep/core.c in the Linux kernel before 3.19 does not ensure that an l2cap socket is available, which allows local users to gain privileges via a crafted application.</Note>
    </Notes>
    <CVE>CVE-2017-15868</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-15868.html</URL>
        <Description>CVE-2017-15868</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1071470</URL>
        <Description>SUSE Bug 1071470</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1071471</URL>
        <Description>SUSE Bug 1071471</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="13">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The usb_serial_console_disconnect function in drivers/usb/serial/console.c in the Linux kernel before 4.13.8 allows local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device, related to disconnection and failed setup.</Note>
    </Notes>
    <CVE>CVE-2017-16525</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16525.html</URL>
        <Description>CVE-2017-16525</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066618</URL>
        <Description>SUSE Bug 1066618</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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">sound/usb/mixer.c in the Linux kernel before 4.13.8 allows local users to cause a denial of service (snd_usb_mixer_interrupt use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device.</Note>
    </Notes>
    <CVE>CVE-2017-16527</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16527.html</URL>
        <Description>CVE-2017-16527</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066625</URL>
        <Description>SUSE Bug 1066625</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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">The snd_usb_create_streams function in sound/usb/card.c in the Linux kernel before 4.13.6 allows local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device.</Note>
    </Notes>
    <CVE>CVE-2017-16529</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16529.html</URL>
        <Description>CVE-2017-16529</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066650</URL>
        <Description>SUSE Bug 1066650</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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">drivers/usb/core/config.c in the Linux kernel before 4.13.6 allows local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device, related to the USB_DT_INTERFACE_ASSOCIATION descriptor.</Note>
    </Notes>
    <CVE>CVE-2017-16531</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16531.html</URL>
        <Description>CVE-2017-16531</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066671</URL>
        <Description>SUSE Bug 1066671</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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">The cdc_parse_cdc_header function in drivers/usb/core/message.c in the Linux kernel before 4.13.6 allows local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device.</Note>
    </Notes>
    <CVE>CVE-2017-16534</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16534.html</URL>
        <Description>CVE-2017-16534</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066693</URL>
        <Description>SUSE Bug 1066693</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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 usb_get_bos_descriptor function in drivers/usb/core/config.c in the Linux kernel before 4.13.10 allows local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device.</Note>
    </Notes>
    <CVE>CVE-2017-16535</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16535.html</URL>
        <Description>CVE-2017-16535</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066700</URL>
        <Description>SUSE Bug 1066700</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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">The cx231xx_usb_probe function in drivers/media/usb/cx231xx/cx231xx-cards.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device.</Note>
    </Notes>
    <CVE>CVE-2017-16536</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16536.html</URL>
        <Description>CVE-2017-16536</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066606</URL>
        <Description>SUSE Bug 1066606</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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 imon_probe function in drivers/media/rc/imon.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device.</Note>
    </Notes>
    <CVE>CVE-2017-16537</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16537.html</URL>
        <Description>CVE-2017-16537</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066573</URL>
        <Description>SUSE Bug 1066573</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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">drivers/media/usb/dvb-usb-v2/lmedm04.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (general protection fault and system crash) or possibly have unspecified other impact via a crafted USB device, related to a missing warm-start check and incorrect attach timing (dm04_lme2510_frontend_attach versus dm04_lme2510_tuner).</Note>
    </Notes>
    <CVE>CVE-2017-16538</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16538.html</URL>
        <Description>CVE-2017-16538</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1066569</URL>
        <Description>SUSE Bug 1066569</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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 usbnet_generic_cdc_bind function in drivers/net/usb/cdc_ether.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device.</Note>
    </Notes>
    <CVE>CVE-2017-16649</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16649.html</URL>
        <Description>CVE-2017-16649</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1067085</URL>
        <Description>SUSE Bug 1067085</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1067115</URL>
        <Description>SUSE Bug 1067115</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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">The XFRM dump policy implementation in net/xfrm/xfrm_user.c in the Linux kernel before 4.13.11 allows local users to gain privileges or cause a denial of service (use-after-free) via a crafted SO_RCVBUF setsockopt system call in conjunction with XFRM_MSG_GETPOLICY Netlink messages.</Note>
    </Notes>
    <CVE>CVE-2017-16939</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-16939.html</URL>
        <Description>CVE-2017-16939</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1069702</URL>
        <Description>SUSE Bug 1069702</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1069708</URL>
        <Description>SUSE Bug 1069708</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1120260</URL>
        <Description>SUSE Bug 1120260</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">net/netfilter/xt_osf.c in the Linux kernel through 4.14.4 does not require the CAP_NET_ADMIN capability for add_callback and remove_callback operations, which allows local users to bypass intended access restrictions because the xt_osf_fingers data structure is shared across all net namespaces.</Note>
    </Notes>
    <CVE>CVE-2017-17450</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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:P/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.6</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17450.html</URL>
        <Description>CVE-2017-17450</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1071695</URL>
        <Description>SUSE Bug 1071695</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074033</URL>
        <Description>SUSE Bug 1074033</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="25">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The usb_destroy_configuration function in drivers/usb/core/config.c in the USB core subsystem in the Linux kernel through 4.14.5 does not consider the maximum number of configurations and interfaces before attempting to release resources, which allows local users to cause a denial of service (out-of-bounds write access) or possibly have unspecified other impact via a crafted USB device.</Note>
    </Notes>
    <CVE>CVE-2017-17558</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17558.html</URL>
        <Description>CVE-2017-17558</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1072561</URL>
        <Description>SUSE Bug 1072561</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1146519</URL>
        <Description>SUSE Bug 1146519</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">The Salsa20 encryption algorithm in the Linux kernel before 4.14.8 does not correctly handle zero-length inputs, allowing a local attacker able to use the AF_ALG-based skcipher interface (CONFIG_CRYPTO_USER_API_SKCIPHER) to cause a denial of service (uninitialized-memory free and kernel crash) or have unspecified other impact by executing a crafted sequence of system calls that use the blkcipher_walk API. Both the generic implementation (crypto/salsa20_generic.c) and x86 implementation (arch/x86/crypto/salsa20_glue.c) of Salsa20 were vulnerable.</Note>
    </Notes>
    <CVE>CVE-2017-17805</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17805.html</URL>
        <Description>CVE-2017-17805</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1073792</URL>
        <Description>SUSE Bug 1073792</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</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="27">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The HMAC implementation (crypto/hmac.c) in the Linux kernel before 4.14.8 does not validate that the underlying cryptographic hash algorithm is unkeyed, allowing a local attacker able to use the AF_ALG-based hash interface (CONFIG_CRYPTO_USER_API_HASH) and the SHA-3 hash algorithm (CONFIG_CRYPTO_SHA3) to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing SHA-3 initialization.</Note>
    </Notes>
    <CVE>CVE-2017-17806</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.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:N/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17806.html</URL>
        <Description>CVE-2017-17806</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1073874</URL>
        <Description>SUSE Bug 1073874</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</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="28">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Systems with microprocessors utilizing speculative execution and indirect branch prediction may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis.</Note>
    </Notes>
    <CVE>CVE-2017-5715</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.7</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:C/I:N/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>1.9</BaseScore>
        <Vector>AV:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-5715.html</URL>
        <Description>CVE-2017-5715</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1068032</URL>
        <Description>SUSE Bug 1068032</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074562</URL>
        <Description>SUSE Bug 1074562</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074578</URL>
        <Description>SUSE Bug 1074578</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074701</URL>
        <Description>SUSE Bug 1074701</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074741</URL>
        <Description>SUSE Bug 1074741</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074919</URL>
        <Description>SUSE Bug 1074919</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075006</URL>
        <Description>SUSE Bug 1075006</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075007</URL>
        <Description>SUSE Bug 1075007</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075262</URL>
        <Description>SUSE Bug 1075262</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075419</URL>
        <Description>SUSE Bug 1075419</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1076115</URL>
        <Description>SUSE Bug 1076115</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1076372</URL>
        <Description>SUSE Bug 1076372</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1076606</URL>
        <Description>SUSE Bug 1076606</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1078353</URL>
        <Description>SUSE Bug 1078353</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1080039</URL>
        <Description>SUSE Bug 1080039</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087887</URL>
        <Description>SUSE Bug 1087887</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087939</URL>
        <Description>SUSE Bug 1087939</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1088147</URL>
        <Description>SUSE Bug 1088147</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1089055</URL>
        <Description>SUSE Bug 1089055</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1091815</URL>
        <Description>SUSE Bug 1091815</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1095735</URL>
        <Description>SUSE Bug 1095735</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1102517</URL>
        <Description>SUSE Bug 1102517</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1105108</URL>
        <Description>SUSE Bug 1105108</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1126516</URL>
        <Description>SUSE Bug 1126516</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173489</URL>
        <Description>SUSE Bug 1173489</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178658</URL>
        <Description>SUSE Bug 1178658</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201457</URL>
        <Description>SUSE Bug 1201457</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201877</URL>
        <Description>SUSE Bug 1201877</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1203236</URL>
        <Description>SUSE Bug 1203236</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="29">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Systems with microprocessors utilizing speculative execution and branch prediction may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis.</Note>
    </Notes>
    <CVE>CVE-2017-5753</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:N/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.7</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:C/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-5753.html</URL>
        <Description>CVE-2017-5753</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1068032</URL>
        <Description>SUSE Bug 1068032</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074562</URL>
        <Description>SUSE Bug 1074562</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074578</URL>
        <Description>SUSE Bug 1074578</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074701</URL>
        <Description>SUSE Bug 1074701</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075006</URL>
        <Description>SUSE Bug 1075006</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075419</URL>
        <Description>SUSE Bug 1075419</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075748</URL>
        <Description>SUSE Bug 1075748</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1080039</URL>
        <Description>SUSE Bug 1080039</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087084</URL>
        <Description>SUSE Bug 1087084</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087939</URL>
        <Description>SUSE Bug 1087939</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1089055</URL>
        <Description>SUSE Bug 1089055</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1136865</URL>
        <Description>SUSE Bug 1136865</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178658</URL>
        <Description>SUSE Bug 1178658</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201877</URL>
        <Description>SUSE Bug 1201877</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1209547</URL>
        <Description>SUSE Bug 1209547</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="30">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Systems with microprocessors utilizing speculative execution and indirect branch prediction may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis of the data cache.</Note>
    </Notes>
    <CVE>CVE-2017-5754</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:N/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.7</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:C/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-5754.html</URL>
        <Description>CVE-2017-5754</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1068032</URL>
        <Description>SUSE Bug 1068032</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074562</URL>
        <Description>SUSE Bug 1074562</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074578</URL>
        <Description>SUSE Bug 1074578</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074701</URL>
        <Description>SUSE Bug 1074701</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075006</URL>
        <Description>SUSE Bug 1075006</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1075008</URL>
        <Description>SUSE Bug 1075008</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087939</URL>
        <Description>SUSE Bug 1087939</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1089055</URL>
        <Description>SUSE Bug 1089055</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115045</URL>
        <Description>SUSE Bug 1115045</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1136865</URL>
        <Description>SUSE Bug 1136865</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178658</URL>
        <Description>SUSE Bug 1178658</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201877</URL>
        <Description>SUSE Bug 1201877</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="31">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The KEYS subsystem in the Linux kernel before 4.10.13 allows local users to cause a denial of service (memory consumption) via a series of KEY_REQKEY_DEFL_THREAD_KEYRING keyctl_set_reqkey_keyring calls.</Note>
    </Notes>
    <CVE>CVE-2017-7472</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-7472.html</URL>
        <Description>CVE-2017-7472</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1034862</URL>
        <Description>SUSE Bug 1034862</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="32">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The dccp_disconnect function in net/dccp/proto.c in the Linux kernel through 4.14.3 allows local users to gain privileges or cause a denial of service (use-after-free) via an AF_UNSPEC connect system call during the DCCP_LISTEN state.</Note>
    </Notes>
    <CVE>CVE-2017-8824</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Point of Sale 11 SP3:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-bigsmp-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-default-man-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-ec2-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-pae-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-source-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-syms-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-trace-devel-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-base-3.0.101-0.47.106.11.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP3-LTSS:kernel-xen-devel-3.0.101-0.47.106.11.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/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/2018/suse-su-20180040-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-8824.html</URL>
        <Description>CVE-2017-8824</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1070771</URL>
        <Description>SUSE Bug 1070771</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1076734</URL>
        <Description>SUSE Bug 1076734</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1092904</URL>
        <Description>SUSE Bug 1092904</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
