<?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:1374-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2018-05-22T13:21:02Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2018-05-22T13:21:02Z</InitialReleaseDate>
    <CurrentReleaseDate>2018-05-22T13:21:02Z</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 GA LTSS kernel was updated to receive several security fixes.

The following security bugs were fixed:

- CVE-2018-3639: Information leaks using 'Memory Disambiguation' feature
  in modern CPUs were mitigated, aka 'Spectre Variant 4' (bnc#1087082).

  A new boot commandline option was introduced,
  'spec_store_bypass_disable', which can have following values:

  - auto: Kernel detects whether your CPU model contains an implementation
    of Speculative Store Bypass and picks the most appropriate mitigation.
  - on: disable Speculative Store Bypass
  - off: enable Speculative Store Bypass
  - prctl: Control Speculative Store Bypass per thread via
    prctl. Speculative Store Bypass is enabled for a process by default. The
    state of the control is inherited on fork.
  - seccomp: Same as 'prctl' above, but all seccomp threads will disable
    SSB unless they explicitly opt out.

  The default is 'seccomp', meaning programs need explicit opt-in into the mitigation.

  Status can be queried via the /sys/devices/system/cpu/vulnerabilities/spec_store_bypass file, containing:

  - 'Vulnerable'
  - 'Mitigation: Speculative Store Bypass disabled'
  - 'Mitigation: Speculative Store Bypass disabled via prctl'
  - 'Mitigation: Speculative Store Bypass disabled via prctl and seccomp'

- CVE-2018-1000199: An address corruption flaw was discovered while
  modifying a h/w breakpoint via 'modify_user_hw_breakpoint' routine, an
  unprivileged user/process could use this flaw to crash the system kernel
  resulting in DoS OR to potentially escalate privileges on a the system. (bsc#1089895)
- CVE-2018-10675: The do_get_mempolicy function in mm/mempolicy.c allowed
  local users to cause a denial of service (use-after-free) or possibly
  have unspecified other impact via crafted system calls (bnc#1091755).

The following non-security bugs were fixed:

- x86/bugs: Make sure that _TIF_SSBD does not end up in _TIF_ALLWORK_MASK (bsc#1093215).
- x86/bugs: correctly force-disable IBRS on !SKL systems (bsc#1092497).
- x86/cpu/intel: Introduce macros for Intel family numbers (bsc#985025).
- x86/cpu/intel: Introduce macros for Intel family numbers (bsc985025).
- x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist (bsc#1087845).
</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-SLE-Module-Public-Cloud-12-2018-959,SUSE-SLE-SERVER-12-2018-959</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-20181374-1/</URL>
      <Description>Link for SUSE-SU-2018:1374-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2018-May/004076.html</URL>
      <Description>E-Mail link for SUSE-SU-2018:1374-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/1087082</URL>
      <Description>SUSE Bug 1087082</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1087845</URL>
      <Description>SUSE Bug 1087845</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1089895</URL>
      <Description>SUSE Bug 1089895</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1091755</URL>
      <Description>SUSE Bug 1091755</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1092497</URL>
      <Description>SUSE Bug 1092497</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1093215</URL>
      <Description>SUSE Bug 1093215</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1094019</URL>
      <Description>SUSE Bug 1094019</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/985025</URL>
      <Description>SUSE Bug 985025</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-1000199/</URL>
      <Description>SUSE CVE CVE-2018-1000199 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-10675/</URL>
      <Description>SUSE CVE CVE-2018-10675 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-3639/</URL>
      <Description>SUSE CVE CVE-2018-3639 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-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS" CPE="cpe:/o:suse:sles-ltss:12">SUSE Linux Enterprise Server 12-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-ec2-3.12.61-52.133.1">kernel-ec2-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-devel-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-ec2-devel-3.12.61-52.133.1">kernel-ec2-devel-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-extra-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-ec2-extra-3.12.61-52.133.1">kernel-ec2-extra-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-default-3.12.61-52.133.1">kernel-default-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-default-base-3.12.61-52.133.1">kernel-default-base-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-default-devel-3.12.61-52.133.1">kernel-default-devel-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-default-man-3.12.61-52.133.1">kernel-default-man-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-devel-3.12.61-52.133.1">kernel-devel-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-macros-3.12.61-52.133.1">kernel-macros-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-source-3.12.61-52.133.1">kernel-source-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-syms-3.12.61-52.133.1">kernel-syms-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-xen-3.12.61-52.133.1">kernel-xen-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-base-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-xen-base-3.12.61-52.133.1">kernel-xen-base-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-devel-3.12.61-52.133.1">
      <FullProductName ProductID="kernel-xen-devel-3.12.61-52.133.1">kernel-xen-devel-3.12.61-52.133.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-3_12_61-52_133-default-1-1.5.1">
      <FullProductName ProductID="kgraft-patch-3_12_61-52_133-default-1-1.5.1">kgraft-patch-3_12_61-52_133-default-1-1.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-3_12_61-52_133-xen-1-1.5.1">
      <FullProductName ProductID="kgraft-patch-3_12_61-52_133-xen-1-1.5.1">kgraft-patch-3_12_61-52_133-xen-1-1.5.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-ec2-3.12.61-52.133.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.61-52.133.1">kernel-ec2-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Module for Public Cloud 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-devel-3.12.61-52.133.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.61-52.133.1">kernel-ec2-devel-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Module for Public Cloud 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-extra-3.12.61-52.133.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.61-52.133.1">kernel-ec2-extra-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Module for Public Cloud 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-default-3.12.61-52.133.1">kernel-default-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-default-base-3.12.61-52.133.1">kernel-default-base-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-default-devel-3.12.61-52.133.1">kernel-default-devel-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-default-man-3.12.61-52.133.1">kernel-default-man-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-devel-3.12.61-52.133.1">kernel-devel-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-macros-3.12.61-52.133.1">kernel-macros-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-source-3.12.61-52.133.1">kernel-source-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-syms-3.12.61-52.133.1">kernel-syms-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-xen-3.12.61-52.133.1">kernel-xen-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-xen-base-3.12.61-52.133.1">kernel-xen-base-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.12.61-52.133.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kernel-xen-devel-3.12.61-52.133.1">kernel-xen-devel-3.12.61-52.133.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-3_12_61-52_133-default-1-1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kgraft-patch-3_12_61-52_133-default-1-1.5.1">kgraft-patch-3_12_61-52_133-default-1-1.5.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-3_12_61-52_133-xen-1-1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12-LTSS:kgraft-patch-3_12_61-52_133-xen-1-1.5.1">kgraft-patch-3_12_61-52_133-xen-1-1.5.1 as a component of SUSE Linux Enterprise Server 12-LTSS</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The Linux Kernel version 3.18 contains a dangerous feature vulnerability in modify_user_hw_breakpoint() that can result in crash and possibly memory corruption. This attack appear to be exploitable via local code execution and the ability to use ptrace. This vulnerability appears to have been fixed in git commit f67b15037a7a50c57f72e69a6d59941ad90a0f0f.</Note>
    </Notes>
    <CVE>CVE-2018-1000199</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-base-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-man-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-macros-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-source-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-syms-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-base-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kgraft-patch-3_12_61-52_133-default-1-1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kgraft-patch-3_12_61-52_133-xen-1-1.5.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </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-20181374-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-1000199.html</URL>
        <Description>CVE-2018-1000199</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1089895</URL>
        <Description>SUSE Bug 1089895</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1090036</URL>
        <Description>SUSE Bug 1090036</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The do_get_mempolicy function in mm/mempolicy.c in the Linux kernel before 4.12.9 allows local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via crafted system calls.</Note>
    </Notes>
    <CVE>CVE-2018-10675</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-base-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-man-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-macros-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-source-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-syms-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-base-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kgraft-patch-3_12_61-52_133-default-1-1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kgraft-patch-3_12_61-52_133-xen-1-1.5.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <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-20181374-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-10675.html</URL>
        <Description>CVE-2018-10675</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1091755</URL>
        <Description>SUSE Bug 1091755</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Systems with microprocessors utilizing speculative execution and speculative execution of memory reads before the addresses of all prior memory writes are known may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis, aka Speculative Store Bypass (SSB), Variant 4.</Note>
    </Notes>
    <CVE>CVE-2018-3639</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-base-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-default-man-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-macros-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-source-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-syms-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-base-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kernel-xen-devel-3.12.61-52.133.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kgraft-patch-3_12_61-52_133-default-1-1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12-LTSS:kgraft-patch-3_12_61-52_133-xen-1-1.5.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20181374-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-3639.html</URL>
        <Description>CVE-2018-3639</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1074701</URL>
        <Description>SUSE Bug 1074701</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1085235</URL>
        <Description>SUSE Bug 1085235</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1085308</URL>
        <Description>SUSE Bug 1085308</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087078</URL>
        <Description>SUSE Bug 1087078</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1092631</URL>
        <Description>SUSE Bug 1092631</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1092885</URL>
        <Description>SUSE Bug 1092885</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1094912</URL>
        <Description>SUSE Bug 1094912</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1098813</URL>
        <Description>SUSE Bug 1098813</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1100394</URL>
        <Description>SUSE Bug 1100394</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1102640</URL>
        <Description>SUSE Bug 1102640</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1105412</URL>
        <Description>SUSE Bug 1105412</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1111963</URL>
        <Description>SUSE Bug 1111963</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172781</URL>
        <Description>SUSE Bug 1172781</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172782</URL>
        <Description>SUSE Bug 1172782</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1172783</URL>
        <Description>SUSE Bug 1172783</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/1201877</URL>
        <Description>SUSE Bug 1201877</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1215674</URL>
        <Description>SUSE Bug 1215674</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
