<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <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-2019:14051-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2019-05-16T13:04:49Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2019-05-16T13:04:49Z</InitialReleaseDate>
    <CurrentReleaseDate>2019-05-16T13:04:49Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for the Linux Kernel</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security and bugfixes.

Four new speculative execution information leak issues have been identified in Intel CPUs. (bsc#1111331)

- CVE-2018-12126: Microarchitectural Store Buffer Data Sampling (MSBDS)
- CVE-2018-12127: Microarchitectural Fill Buffer Data Sampling (MFBDS)
- CVE-2018-12130: Microarchitectural Load Port Data Samling (MLPDS)
- CVE-2019-11091: Microarchitectural Data Sampling Uncacheable Memory (MDSUM)

This kernel update contains software mitigations for these issues, which also utilize CPU microcode updates shipped in parallel.

For more information on this set of information leaks, check out https://www.suse.com/support/kb/doc/?id=7023736

The following security bugs were fixed:

- CVE-2019-9213: The expand_downwards function in mm/mmap.c lacked a check for the mmap minimum address, which made it easier for attackers to exploit kernel NULL pointer dereferences on non-SMAP platforms. This is related to a capability check for the wrong task (bnc#1128166).
- CVE-2013-0216: The Xen netback functionality allowed guest OS users to cause a denial of service (loop) by triggering ring pointer corruption (bnc#800280).
- CVE-2013-0231: The pciback_enable_msi function in the PCI backend driver (drivers/xen/pciback/conf_space_capability_msi.c) in Xen allowed guest OS users with PCI device access to cause a denial of service via a large number of kernel log messages. (bnc#801178).
- CVE-2012-3430: The rds_recvmsg function in net/rds/recv.c did not initialize a certain structure member, which allowed local users to obtain potentially sensitive information from kernel stack memory via a recvfrom or recvmsg system call on an RDS socket (bnc#773383).
- CVE-2012-3412: The sfc (aka Solarflare Solarstorm) driver allowed remote attackers to cause a denial of service (DMA descriptor consumption and network-controller outage) via crafted TCP packets that trigger a small MSS value (bnc#774523).
- CVE-2013-0160: The kernel allowed local users to obtain sensitive information about keystroke timing by using the inotify API on the /dev/ptmx device (bnc#797175).
- CVE-2013-1979: The scm_set_cred function in include/net/scm.h uses incorrect uid and gid values during credentials passing, which allowed local users to gain privileges via a crafted application (bnc#816708).

The following non-security bugs were fixed:

- Add opcodes from net: filter: BPF 'JIT' compiler for PPC64 (bsc#1131107).
- EHCI: improved logic for isochronous scheduling (bsc#1117515).
- KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup (bsc#1129439).
- USB: Add new USB LPM helpers (bsc#1129770).
- USB: Consolidate LPM checks to avoid enabling LPM twice (bsc#1129770).
- USB: EHCI: add new root-hub state: STOPPING (bsc#1117515).
- USB: EHCI: add pointer to end of async-unlink list (bsc#1117515).
- USB: EHCI: add symbolic constants for QHs (bsc#1117515).
- USB: EHCI: always scan each interrupt QH (bsc#1117515).
- USB: EHCI: do not lose events during a scan (bsc#1117515).
- USB: EHCI: do not refcount QHs (bsc#1117515).
- USB: EHCI: do not refcount iso_stream structures (bsc#1117515).
- USB: EHCI: fix initialization bug in iso_stream_schedule() (bsc#1117515).
- USB: EHCI: fix up locking (bsc#1117515).
- USB: EHCI: initialize data before resetting hardware (bsc#1117515).
- USB: EHCI: introduce high-res timer (bsc#1117515).
- USB: EHCI: remove PS3 status polling (bsc#1117515).
- USB: EHCI: remove unneeded suspend/resume code (bsc#1117515).
- USB: EHCI: rename 'reclaim' (bsc#1117515).
- USB: EHCI: resolve some unlikely races (bsc#1117515).
- USB: EHCI: return void instead of 0 (bsc#1117515).
- USB: EHCI: simplify isochronous scanning (bsc#1117515).
- USB: EHCI: unlink multiple async QHs together (bsc#1117515).
- USB: EHCI: use hrtimer for (s)iTD deallocation (bsc#1117515).
- USB: EHCI: use hrtimer for async schedule (bsc#1117515).
- USB: EHCI: use hrtimer for controller death (bsc#1117515).
- USB: EHCI: use hrtimer for interrupt QH unlink (bsc#1117515).
- USB: EHCI: use hrtimer for the I/O watchdog (bsc#1117515).
- USB: EHCI: use hrtimer for the IAA watchdog (bsc#1117515).
- USB: EHCI: use hrtimer for the periodic schedule (bsc#1117515).
- USB: EHCI: use hrtimer for unlinking empty async QHs (bsc#1117515).
- copy_mount_string: Limit string length to PATH_MAX (bsc#1082943).
- cpu/speculation: Add 'mitigations=' cmdline option (bsc#1112178).
- drm: Fix error handling in drm_legacy_addctx (bsc#1106886)
- ext3: Set bitmap tails when growing filesystem (bsc#1128383).
- fbdev: chipsfb: remove set but not used variable 'size' (bsc#1106886)
- iommu/vt-d: Check capability before disabling protected memory (bsc#1130353).
- iommu/vt-d: Check identity map for hot-added devices (bsc#1129248).
- kernel/watchdog.c: control hard lockup detection default (bsc#1110436).
- kvm: ensure hard lockup detection is disabled by default (bsc#1110436).
- kvm: vmx: Set IA32_TSC_AUX for legacy mode guests (bsc#1129437).
- kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs (bsc#1127082).
- mm, oom: fix use-after-free in oom_kill_process (git fixes (mm/mmap)).
- mpt2sas: Fix IO error occurs on pulling out a drive from RAID1 volume created on two SATA drive (bsc#1130384).
- nfsd: fix memory corruption caused by readdir (bsc#1127445).
- powerpc/64: Call setup_barrier_nospec() from setup_arch() (bsc#1131107).
- powerpc/64: Disable the speculation barrier from the command line (bsc#1131107).
- powerpc/64: Make stf barrier PPC_BOOK3S_64 specific (bsc#1131107).
- powerpc/64s: Add new security feature flags for count cache flush (bsc#1131107).
- powerpc/64s: Add support for software count cache flush (bsc#1131107).
- powerpc/asm: Add a patch_site macro &amp; helpers for patching instructions (bsc#1131107).
- powerpc/fsl: Fix spectre_v2 mitigations reporting (bsc#1131107).
- powerpc/pseries/mce: Fix misleading print for TLB mutlihit (bsc#1094244, git-fixes).
- powerpc/pseries: Query hypervisor for count cache flush settings (bsc#1131107).
- powerpc/security: Fix spectre_v2 reporting (bsc#1131107).
- powerpc/speculation: Support 'mitigations=' cmdline option (bsc#1112178).
- powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64 (bsc#1131587).
- powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 (bsc#1131587).
- s390/dasd: fix panic for failed online processing (bsc#1132589).
- s390/qeth: cancel close_dev work before removing a card (LTC#175048, bsc#1127376).
- s390/qeth: fix use-after-free in error path (LTC#175048, bsc#1127376, bsc#1127534).
- s390/qeth: handle failure on workqueue creation (LTC#175048, bsc#1127376).
- s390/speculation: Support 'mitigations=' cmdline option (bsc#1112178).
- sched/core: Optimize SCHED_SMT (bsc#1111331).
- sched/smt: Expose sched_smt_present static key (bsc#1111331).
- sched/smt: Make sched_smt_present track topology (bsc#1111331).
- sched/smt: Update sched_smt_present at runtime (bsc#1111331).
- scsi: ibmvscsi: Fix empty event pool access during host removal (bsc#1119019).
- scsi: qla2xxx: do not disable a not previously enabled PCI device (bsc#1127738).
- x86/cpu: Sanitize FAM6_ATOM naming (bsc#1111331).
- x86/kvm/vmx: Add MDS protection when L1D Flush is not active (bsc#1111331).
- x86/speculation/mds: Add 'mitigations=' support for MDS (bsc#1111331).
- x86/speculation/mds: Add BUG_MSBDS_ONLY (bsc#1111331).
- x86/speculation/mds: Add SMT warning message (bsc#1111331).
- x86/speculation/mds: Add basic bug infrastructure for MDS (bsc#1111331).
- x86/speculation/mds: Add mds=full,nosmt cmdline option (bsc#1111331).
- x86/speculation/mds: Add mds_clear_cpu_buffers() (bsc#1111331).
- x86/speculation/mds: Add mitigation control for MDS (bsc#1111331).
- x86/speculation/mds: Add mitigation mode VMWERV (bsc#1111331).
- x86/speculation/mds: Add sysfs reporting for MDS (bsc#1111331).
- x86/speculation/mds: Clear CPU buffers on exit to user (bsc#1111331).
- x86/speculation/mds: Conditionally clear CPU buffers on idle entry (bsc#1111331).
- x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off (bsc#1111331).
- x86/speculation: Consolidate CPU whitelists (bsc#1111331).
- x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation (bsc#1111331).
- x86/speculation: Move arch_smt_update() call to after mitigation decisions (bsc#1111331).
- x86/speculation: Rework SMT state change (bsc#1111331).
- x86/speculation: Support 'mitigations=' cmdline option (bsc#1112178).
</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">slessp4-kernel-20190508-14051,slexsp3-kernel-20190508-14051</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/2019/suse-su-201914051-1/</URL>
      <Description>Link for SUSE-SU-2019:14051-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2019-May/005470.html</URL>
      <Description>E-Mail link for SUSE-SU-2019:14051-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/1082943</URL>
      <Description>SUSE Bug 1082943</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1094244</URL>
      <Description>SUSE Bug 1094244</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1103186</URL>
      <Description>SUSE Bug 1103186</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1106886</URL>
      <Description>SUSE Bug 1106886</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1110436</URL>
      <Description>SUSE Bug 1110436</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1111331</URL>
      <Description>SUSE Bug 1111331</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1112178</URL>
      <Description>SUSE Bug 1112178</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1117515</URL>
      <Description>SUSE Bug 1117515</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1119019</URL>
      <Description>SUSE Bug 1119019</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1127082</URL>
      <Description>SUSE Bug 1127082</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1127376</URL>
      <Description>SUSE Bug 1127376</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1127445</URL>
      <Description>SUSE Bug 1127445</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1127534</URL>
      <Description>SUSE Bug 1127534</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1127738</URL>
      <Description>SUSE Bug 1127738</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1128166</URL>
      <Description>SUSE Bug 1128166</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1128383</URL>
      <Description>SUSE Bug 1128383</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1129248</URL>
      <Description>SUSE Bug 1129248</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1129437</URL>
      <Description>SUSE Bug 1129437</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1129439</URL>
      <Description>SUSE Bug 1129439</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1129770</URL>
      <Description>SUSE Bug 1129770</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1130353</URL>
      <Description>SUSE Bug 1130353</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1130384</URL>
      <Description>SUSE Bug 1130384</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1131107</URL>
      <Description>SUSE Bug 1131107</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1131587</URL>
      <Description>SUSE Bug 1131587</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1132589</URL>
      <Description>SUSE Bug 1132589</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/773383</URL>
      <Description>SUSE Bug 773383</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/774523</URL>
      <Description>SUSE Bug 774523</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/797175</URL>
      <Description>SUSE Bug 797175</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/800280</URL>
      <Description>SUSE Bug 800280</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/801178</URL>
      <Description>SUSE Bug 801178</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/816708</URL>
      <Description>SUSE Bug 816708</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2012-3412/</URL>
      <Description>SUSE CVE CVE-2012-3412 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2012-3430/</URL>
      <Description>SUSE CVE CVE-2012-3430 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2013-0160/</URL>
      <Description>SUSE CVE CVE-2013-0160 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2013-0216/</URL>
      <Description>SUSE CVE CVE-2013-0216 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2013-0231/</URL>
      <Description>SUSE CVE CVE-2013-0231 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2013-1979/</URL>
      <Description>SUSE CVE CVE-2013-1979 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-12126/</URL>
      <Description>SUSE CVE CVE-2018-12126 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-12127/</URL>
      <Description>SUSE CVE CVE-2018-12127 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-12130/</URL>
      <Description>SUSE CVE CVE-2018-12130 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-11091/</URL>
      <Description>SUSE CVE CVE-2019-11091 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-9213/</URL>
      <Description>SUSE CVE CVE-2019-9213 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS" CPE="cpe:/o:suse:suse_sles:11:sp4">SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="kernel-bigmem-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-bigmem-3.0.101-108.90.1">kernel-bigmem-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-bigmem-base-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-bigmem-base-3.0.101-108.90.1">kernel-bigmem-base-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-bigmem-devel-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-bigmem-devel-3.0.101-108.90.1">kernel-bigmem-devel-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-default-3.0.101-108.90.1">kernel-default-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-default-base-3.0.101-108.90.1">kernel-default-base-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-default-devel-3.0.101-108.90.1">kernel-default-devel-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-default-man-3.0.101-108.90.1">kernel-default-man-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-ec2-3.0.101-108.90.1">kernel-ec2-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-base-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-ec2-base-3.0.101-108.90.1">kernel-ec2-base-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-devel-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-ec2-devel-3.0.101-108.90.1">kernel-ec2-devel-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-pae-3.0.101-108.90.1">kernel-pae-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-base-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-pae-base-3.0.101-108.90.1">kernel-pae-base-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-devel-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-pae-devel-3.0.101-108.90.1">kernel-pae-devel-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ppc64-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-ppc64-3.0.101-108.90.1">kernel-ppc64-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ppc64-base-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-ppc64-base-3.0.101-108.90.1">kernel-ppc64-base-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ppc64-devel-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-ppc64-devel-3.0.101-108.90.1">kernel-ppc64-devel-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-source-3.0.101-108.90.1">kernel-source-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-syms-3.0.101-108.90.1">kernel-syms-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-trace-3.0.101-108.90.1">kernel-trace-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-base-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-trace-base-3.0.101-108.90.1">kernel-trace-base-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-devel-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-trace-devel-3.0.101-108.90.1">kernel-trace-devel-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-xen-3.0.101-108.90.1">kernel-xen-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-base-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-xen-base-3.0.101-108.90.1">kernel-xen-base-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-devel-3.0.101-108.90.1">
      <FullProductName ProductID="kernel-xen-devel-3.0.101-108.90.1">kernel-xen-devel-3.0.101-108.90.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-bigmem-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1">kernel-bigmem-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-bigmem-base-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1">kernel-bigmem-base-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-bigmem-devel-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1">kernel-bigmem-devel-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1">kernel-default-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1">kernel-default-base-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1">kernel-default-devel-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1">kernel-default-man-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1">kernel-ec2-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-base-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1">kernel-ec2-base-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-devel-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1">kernel-ec2-devel-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1">kernel-pae-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-base-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1">kernel-pae-base-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-devel-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1">kernel-pae-devel-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1">kernel-ppc64-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-base-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1">kernel-ppc64-base-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-devel-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1">kernel-ppc64-devel-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1">kernel-source-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1">kernel-syms-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1">kernel-trace-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-base-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1">kernel-trace-base-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-devel-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1">kernel-trace-devel-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1">kernel-xen-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1">kernel-xen-base-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.0.101-108.90.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1">kernel-xen-devel-3.0.101-108.90.1 as a component of SUSE Linux Enterprise Server 11 SP4-LTSS</FullProductName>
    </Relationship>
  </ProductTree>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The sfc (aka Solarflare Solarstorm) driver in the Linux kernel before 3.2.30 allows remote attackers to cause a denial of service (DMA descriptor consumption and network-controller outage) via crafted TCP packets that trigger a small MSS value.</Note>
    </Notes>
    <CVE>CVE-2012-3412</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>7.8</BaseScoreV2>
        <VectorV2>AV:N/AC:L/Au:N/C:N/I:N/A:C</VectorV2>
      </ScoreSetV2>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2012-3412.html</URL>
        <Description>CVE-2012-3412</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/774523</URL>
        <Description>SUSE Bug 774523</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The rds_recvmsg function in net/rds/recv.c in the Linux kernel before 3.0.44 does not initialize a certain structure member, which allows local users to obtain potentially sensitive information from kernel stack memory via a (1) recvfrom or (2) recvmsg system call on an RDS socket.</Note>
    </Notes>
    <CVE>CVE-2012-3430</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>2.1</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:P/I:N/A:N</VectorV2>
      </ScoreSetV2>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2012-3430.html</URL>
        <Description>CVE-2012-3430</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/773383</URL>
        <Description>SUSE Bug 773383</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/795039</URL>
        <Description>SUSE Bug 795039</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The Linux kernel through 3.7.9 allows local users to obtain sensitive information about keystroke timing by using the inotify API on the /dev/ptmx device.</Note>
    </Notes>
    <CVE>CVE-2013-0160</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>2.1</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:P/I:N/A:N</VectorV2>
      </ScoreSetV2>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2013-0160.html</URL>
        <Description>CVE-2013-0160</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/797175</URL>
        <Description>SUSE Bug 797175</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/841063</URL>
        <Description>SUSE Bug 841063</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/871595</URL>
        <Description>SUSE Bug 871595</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The Xen netback functionality in the Linux kernel before 3.7.8 allows guest OS users to cause a denial of service (loop) by triggering ring pointer corruption.</Note>
    </Notes>
    <CVE>CVE-2013-0216</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>5.2</BaseScoreV2>
        <VectorV2>AV:A/AC:M/Au:S/C:N/I:N/A:C</VectorV2>
      </ScoreSetV2>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2013-0216.html</URL>
        <Description>CVE-2013-0216</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/800280</URL>
        <Description>SUSE Bug 800280</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/800801</URL>
        <Description>SUSE Bug 800801</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/801178</URL>
        <Description>SUSE Bug 801178</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/841063</URL>
        <Description>SUSE Bug 841063</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/871595</URL>
        <Description>SUSE Bug 871595</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The pciback_enable_msi function in the PCI backend driver (drivers/xen/pciback/conf_space_capability_msi.c) in Xen for the Linux kernel 2.6.18 and 3.8 allows guest OS users with PCI device access to cause a denial of service via a large number of kernel log messages. NOTE: some of these details are obtained from third party information.</Note>
    </Notes>
    <CVE>CVE-2013-0231</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.9</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:N/I:N/A:C</VectorV2>
      </ScoreSetV2>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2013-0231.html</URL>
        <Description>CVE-2013-0231</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/801178</URL>
        <Description>SUSE Bug 801178</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/841063</URL>
        <Description>SUSE Bug 841063</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/871595</URL>
        <Description>SUSE Bug 871595</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The scm_set_cred function in include/net/scm.h in the Linux kernel before 3.8.11 uses incorrect uid and gid values during credentials passing, which allows local users to gain privileges via a crafted application.</Note>
    </Notes>
    <CVE>CVE-2013-1979</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>6.9</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:C/I:C/A:C</VectorV2>
      </ScoreSetV2>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2013-1979.html</URL>
        <Description>CVE-2013-1979</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/816708</URL>
        <Description>SUSE Bug 816708</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Microarchitectural Store Buffer Data Sampling (MSBDS): Store buffers on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access. A list of impacted products can be found here: https://www.intel.com/content/dam/www/public/us/en/documents/corporate-information/SA00233-microcode-update-guidance_05132019.pdf</Note>
    </Notes>
    <CVE>CVE-2018-12126</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.7</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:C/I:N/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>3.8</BaseScoreV3>
        <VectorV3>CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N</VectorV3>
      </ScoreSetV3>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-12126.html</URL>
        <Description>CVE-2018-12126</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1103186</URL>
        <Description>SUSE Bug 1103186</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1111331</URL>
        <Description>SUSE Bug 1111331</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1132686</URL>
        <Description>SUSE Bug 1132686</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1135409</URL>
        <Description>SUSE Bug 1135409</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1135524</URL>
        <Description>SUSE Bug 1135524</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1137916</URL>
        <Description>SUSE Bug 1137916</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1138534</URL>
        <Description>SUSE Bug 1138534</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1141977</URL>
        <Description>SUSE Bug 1141977</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1149725</URL>
        <Description>SUSE Bug 1149725</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1149726</URL>
        <Description>SUSE Bug 1149726</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1149729</URL>
        <Description>SUSE Bug 1149729</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>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Microarchitectural Load Port Data Sampling (MLPDS): Load ports on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access. A list of impacted products can be found here: https://www.intel.com/content/dam/www/public/us/en/documents/corporate-information/SA00233-microcode-update-guidance_05132019.pdf</Note>
    </Notes>
    <CVE>CVE-2018-12127</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.7</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:C/I:N/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>3.8</BaseScoreV3>
        <VectorV3>CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N</VectorV3>
      </ScoreSetV3>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-12127.html</URL>
        <Description>CVE-2018-12127</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1103186</URL>
        <Description>SUSE Bug 1103186</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1111331</URL>
        <Description>SUSE Bug 1111331</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1132686</URL>
        <Description>SUSE Bug 1132686</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1135409</URL>
        <Description>SUSE Bug 1135409</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1138534</URL>
        <Description>SUSE Bug 1138534</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1141977</URL>
        <Description>SUSE Bug 1141977</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>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="9">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Microarchitectural Fill Buffer Data Sampling (MFBDS): Fill buffers on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access. A list of impacted products can be found here: https://www.intel.com/content/dam/www/public/us/en/documents/corporate-information/SA00233-microcode-update-guidance_05132019.pdf</Note>
    </Notes>
    <CVE>CVE-2018-12130</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.7</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:C/I:N/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>6.5</BaseScoreV3>
        <VectorV3>CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N</VectorV3>
      </ScoreSetV3>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-12130.html</URL>
        <Description>CVE-2018-12130</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1103186</URL>
        <Description>SUSE Bug 1103186</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1111331</URL>
        <Description>SUSE Bug 1111331</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1132686</URL>
        <Description>SUSE Bug 1132686</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1135409</URL>
        <Description>SUSE Bug 1135409</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1137916</URL>
        <Description>SUSE Bug 1137916</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1138534</URL>
        <Description>SUSE Bug 1138534</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1141977</URL>
        <Description>SUSE Bug 1141977</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>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Microarchitectural Data Sampling Uncacheable Memory (MDSUM): Uncacheable memory on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access. A list of impacted products can be found here: https://www.intel.com/content/dam/www/public/us/en/documents/corporate-information/SA00233-microcode-update-guidance_05132019.pdf</Note>
    </Notes>
    <CVE>CVE-2019-11091</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.7</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:C/I:N/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>6.5</BaseScoreV3>
        <VectorV3>CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N</VectorV3>
      </ScoreSetV3>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-11091.html</URL>
        <Description>CVE-2019-11091</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1103186</URL>
        <Description>SUSE Bug 1103186</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1111331</URL>
        <Description>SUSE Bug 1111331</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1132686</URL>
        <Description>SUSE Bug 1132686</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1133319</URL>
        <Description>SUSE Bug 1133319</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1135394</URL>
        <Description>SUSE Bug 1135394</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1138043</URL>
        <Description>SUSE Bug 1138043</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1138534</URL>
        <Description>SUSE Bug 1138534</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1141977</URL>
        <Description>SUSE Bug 1141977</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>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In the Linux kernel before 4.20.14, expand_downwards in mm/mmap.c lacks a check for the mmap minimum address, which makes it easier for attackers to exploit kernel NULL pointer dereferences on non-SMAP platforms. This is related to a capability check for the wrong task.</Note>
    </Notes>
    <CVE>CVE-2019-9213</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-bigmem-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-default-man-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ec2-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-pae-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-ppc64-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-source-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-syms-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-trace-devel-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-base-3.0.101-108.90.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4-LTSS:kernel-xen-devel-3.0.101-108.90.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.9</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:N/I:N/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.5</BaseScoreV3>
        <VectorV3>CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H</VectorV3>
      </ScoreSetV3>
    </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/2019/suse-su-201914051-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-9213.html</URL>
        <Description>CVE-2019-9213</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1128166</URL>
        <Description>SUSE Bug 1128166</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1128378</URL>
        <Description>SUSE Bug 1128378</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1129016</URL>
        <Description>SUSE Bug 1129016</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
</cvrfdoc>
