<?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:0031-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2018-01-05T15:16:16Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2018-01-05T15:16:16Z</InitialReleaseDate>
    <CurrentReleaseDate>2018-01-05T15:16:16Z</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 12 SP1 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 / 'SpectreAttack': 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.

  This issue is addressed for the x86_64, IBM Power and IBM zSeries
  architecture.

- CVE-2017-5715 / 'SpectreAttack': 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.

  This is done with help of Linux Kernel fixes on the Intel/AMD x86_64
  and IBM zSeries architectures. On x86_64, this requires also updates
  of the CPU microcode packages, delivered in seperate updates.

  For IBM Power and zSeries the required firmware updates are supplied
  over regular channels by IBM.

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

- CVE-2017-5754 / 'MeltdownAttack': 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 update does this on the x86_64 architecture, it is not required
  on the IBM zSeries architecture.

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

The following security bugs were fixed:

- 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-13167: An elevation of privilege vulnerability in the kernel sound timer. (bnc#1072876).
- 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-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-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).
- CVE-2017-17449: The __netlink_deliver_tap_skb function in net/netlink/af_netlink.c in the Linux kernel through 4.14.4, when CONFIG_NLMON is enabled, did not restrict observations of Netlink messages to a single net namespace, which allowed local users to obtain sensitive information by leveraging the CAP_NET_ADMIN capability to sniff an nlmon interface for all Netlink activity on the system (bnc#1071694).
- CVE-2017-17448: net/netfilter/nfnetlink_cthelper.c in the Linux kernel did not require the CAP_NET_ADMIN capability for new, get, and del operations, which allowed local users to bypass intended access restrictions because the nfnl_cthelper_list data structure is shared across all net namespaces (bnc#1071693).
- 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).
- 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-11600: net/xfrm/xfrm_policy.c in the Linux kernel through 4.12.3, when CONFIG_XFRM_MIGRATE is enabled, 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-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).

The following non-security bugs were fixed:

- alsa: timer: Fix ioctl_lock mutex deadlock (bsc#1067678).
- audit: Fix use after free in audit_remove_watch_rule() (bsc#1045205).
- bpf: prevent speculative execution in eBPF interpreter (bnc#1068032).
- carl9170: prevent speculative execution (bnc#1068032).
- fs: prevent speculative execution (bnc#1068032).
- kaiser: make kernel_stack user-mapped
- kernel-binary.spec: Propagate MAKE_ARGS to %build (bsc#1012422)
- kvm: SVM: Do not intercept new speculative control MSRs (bsc#1068032).
- kvm: x86: Add speculative control CPUID support for guests (bsc#1068032).
- locking/barriers: introduce new memory barrier gmb() (bnc#1068032).
- p54: prevent speculative execution (bnc#1068032).
- powerpc/barrier: add gmb.
- powerpc: Convert cmp to cmpd in idle enter sequence (bsc#1070781).
- powerpc/powernv: Remove OPAL v1 takeover (bsc#1070781).
- powerpc/vdso64: Use double word compare on pointers (bsc#1070781).
- ptrace: Add a new thread access check (bsc#1068032).
- s390: introduce CPU alternatives (bsc#1068032).
- s390/spinlock: add gmb memory barrier.
- s390/spinlock: add ppa to system call path.
- uas: Only complain about missing sg if all other checks succeed (bsc#1071074).
- udf: prevent speculative execution (bnc#1068032).
- usb: uas: fix bug in handling of alternate settings (bsc#1071074).
- uvcvideo: prevent speculative execution (bnc#1068032).
- 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: Move feature detection up (bsc#1068032).
- 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/microcode/AMD: Add support for fam17h microcode loading (bsc#1068032).
- x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032).
- 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).
</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">SUSE-OpenStack-Cloud-6-2018-24,SUSE-SLE-Module-Public-Cloud-12-2018-24,SUSE-SLE-SAP-12-SP1-2018-24,SUSE-SLE-SERVER-12-SP1-2018-24</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-20180031-1/</URL>
      <Description>Link for SUSE-SU-2018:0031-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2018-January/003573.html</URL>
      <Description>E-Mail link for SUSE-SU-2018:0031-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/1012422</URL>
      <Description>SUSE Bug 1012422</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1045205</URL>
      <Description>SUSE Bug 1045205</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/1066569</URL>
      <Description>SUSE Bug 1066569</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/1067678</URL>
      <Description>SUSE Bug 1067678</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/1070771</URL>
      <Description>SUSE Bug 1070771</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1070781</URL>
      <Description>SUSE Bug 1070781</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/1071693</URL>
      <Description>SUSE Bug 1071693</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1071694</URL>
      <Description>SUSE Bug 1071694</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://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-13167/</URL>
      <Description>SUSE CVE CVE-2017-13167 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-15868/</URL>
      <Description>SUSE CVE CVE-2017-15868 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-16538/</URL>
      <Description>SUSE CVE CVE-2017-16538 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17448/</URL>
      <Description>SUSE CVE CVE-2017-17448 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17449/</URL>
      <Description>SUSE CVE CVE-2017-17449 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-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-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 Module for Public Cloud 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 12" CPE="cpe:/o:suse:sle-module-public-cloud:12">SUSE Linux Enterprise Module for Public Cloud 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp1">SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1" CPE="cpe:/o:suse:sles_sap:12:sp1">SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE OpenStack Cloud 6">
      <Branch Type="Product Name" Name="SUSE OpenStack Cloud 6">
        <FullProductName ProductID="SUSE OpenStack Cloud 6" CPE="cpe:/o:suse:suse-openstack-cloud:6">SUSE OpenStack Cloud 6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-default-3.12.74-60.64.69.1">kernel-default-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-default-base-3.12.74-60.64.69.1">kernel-default-base-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-default-devel-3.12.74-60.64.69.1">kernel-default-devel-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-devel-3.12.74-60.64.69.1">kernel-devel-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-macros-3.12.74-60.64.69.1">kernel-macros-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-source-3.12.74-60.64.69.1">kernel-source-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-syms-3.12.74-60.64.69.1">kernel-syms-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-xen-3.12.74-60.64.69.1">kernel-xen-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-base-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-xen-base-3.12.74-60.64.69.1">kernel-xen-base-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-devel-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-xen-devel-3.12.74-60.64.69.1">kernel-xen-devel-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-3_12_74-60_64_69-default-1-2.3.1">
      <FullProductName ProductID="kgraft-patch-3_12_74-60_64_69-default-1-2.3.1">kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1">
      <FullProductName ProductID="kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1">kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-ec2-3.12.74-60.64.69.1">kernel-ec2-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-devel-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-ec2-devel-3.12.74-60.64.69.1">kernel-ec2-devel-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-extra-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-ec2-extra-3.12.74-60.64.69.1">kernel-ec2-extra-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-3.12.74-60.64.69.1">
      <FullProductName ProductID="kernel-default-man-3.12.74-60.64.69.1">kernel-default-man-3.12.74-60.64.69.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-ec2-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1">kernel-ec2-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Module for Public Cloud 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1">kernel-ec2-devel-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Module for Public Cloud 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-extra-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1">kernel-ec2-extra-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Module for Public Cloud 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1">kernel-default-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1">kernel-default-base-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1">kernel-default-devel-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1">kernel-default-man-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1">kernel-devel-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1">kernel-macros-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1">kernel-source-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1">kernel-syms-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1">kernel-xen-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1">kernel-xen-base-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1">kernel-xen-devel-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-3_12_74-60_64_69-default-1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1">kgraft-patch-3_12_74-60_64_69-default-1-2.3.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1">kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1 as a component of SUSE Linux Enterprise Server 12 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1">kernel-default-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1">kernel-default-base-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1">kernel-default-devel-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1">kernel-devel-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1">kernel-macros-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1">kernel-source-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1">kernel-syms-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1">kernel-xen-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1">kernel-xen-base-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1">kernel-xen-devel-3.12.74-60.64.69.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-3_12_74-60_64_69-default-1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1">kgraft-patch-3_12_74-60_64_69-default-1-2.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1">kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1">kernel-default-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1">kernel-default-base-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1">kernel-default-devel-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1">kernel-devel-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1">kernel-macros-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1">kernel-source-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1">kernel-syms-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1">kernel-xen-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1">kernel-xen-base-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.12.74-60.64.69.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1">kernel-xen-devel-3.12.74-60.64.69.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-3_12_74-60_64_69-default-1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1">kgraft-patch-3_12_74-60_64_69-default-1-2.3.1 as a component of SUSE OpenStack Cloud 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 6">
      <FullProductName ProductID="SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1">kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1 as a component of SUSE OpenStack Cloud 6</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">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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="2">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="3">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="4">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="5">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="6">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">net/netfilter/nfnetlink_cthelper.c in the Linux kernel through 4.14.4 does not require the CAP_NET_ADMIN capability for new, get, and del operations, which allows local users to bypass intended access restrictions because the nfnl_cthelper_list data structure is shared across all net namespaces.</Note>
    </Notes>
    <CVE>CVE-2017-17448</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.3</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:N/A:P</Vector>
      </ScoreSet>
      <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-20180031-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17448.html</URL>
        <Description>CVE-2017-17448</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1071693</URL>
        <Description>SUSE Bug 1071693</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 __netlink_deliver_tap_skb function in net/netlink/af_netlink.c in the Linux kernel through 4.14.4, when CONFIG_NLMON is enabled, does not restrict observations of Netlink messages to a single net namespace, which allows local users to obtain sensitive information by leveraging the CAP_NET_ADMIN capability to sniff an nlmon interface for all Netlink activity on the system.</Note>
    </Notes>
    <CVE>CVE-2017-17449</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/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-20180031-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17449.html</URL>
        <Description>CVE-2017-17449</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1071694</URL>
        <Description>SUSE Bug 1071694</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">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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="10">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="11">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="12">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="13">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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="14">
    <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 Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.69.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-default-1-2.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_69-xen-1-2.3.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-20180031-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>
