<?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-2019:2948-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2019-11-12T18:08:20Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2019-11-12T18:08:20Z</InitialReleaseDate>
    <CurrentReleaseDate>2019-11-12T18:08:20Z</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 SP4 kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

CVE-2018-12207: Untrusted virtual machines on Intel CPUs could exploit a race condition in the Instruction Fetch Unit of the Intel CPU to cause a Machine Exception during Page Size Change, causing the CPU core to be non-functional.

The Linux Kernel KVM hypervisor was adjusted to avoid page size changes in executable pages by splitting / merging huge pages into small pages as needed.
More information can be found on https://www.suse.com/support/kb/doc/?id=7023735

CVE-2019-11135: Aborting an asynchronous TSX operation on Intel CPUs with
Transactional Memory support could be used to facilitate sidechannel
information leaks out of microarchitectural buffers, similar to the previously
described 'Microarchitectural Data Sampling' attack.

The Linux kernel was supplemented with the option to disable TSX operation
altogether (requiring CPU Microcode updates on older systems) and better
flushing of microarchitectural buffers (VERW).

The set of options available is described in our TID at https://www.suse.com/support/kb/doc/?id=7024251

Other security fixes:

- CVE-2019-0154: Fixed a local denial of service via read of unprotected i915 registers. (bsc#1135966)
- CVE-2019-0155: Fixed privilege escalation in the i915 driver. Batch buffers from usermode could have escalated privileges via blitter command stream. (bsc#1135967)
- CVE-2019-16233: drivers/scsi/qla2xxx/qla_os.c did not check the alloc_workqueue return value, leading to a NULL pointer dereference. (bsc#1150457).
- CVE-2019-10220: Added sanity checks on the pathnames passed to the user space. (bsc#1144903).

The following non-security bugs were fixed:

- alsa: bebob: Fix prototype of helper function to return negative value (bsc#1051510).
- alsa: hda/realtek - Add support for ALC623 (bsc#1051510).
- alsa: hda/realtek - Add support for ALC711 (bsc#1051510).
- alsa: hda/realtek - Fix 2 front mics of codec 0x623 (bsc#1051510).
- alsa: hda: Add Elkhart Lake PCI ID (bsc#1051510).
- alsa: hda: Add Tigerlake/Jasperlake PCI ID (bsc#1051510).
- alsa: timer: Fix mutex deadlock at releasing card (bsc#1051510).
- arcnet: provide a buffer big enough to actually receive packets (networking-stable-19_09_30).
- asoc: rockchip: i2s: Fix RPM imbalance (bsc#1051510).
- asoc: rsnd: Reinitialize bit clock inversion flag for every format setting (bsc#1051510).
- bpf: fix use after free in prog symbol exposure (bsc#1083647).
- btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group() (bsc#1155178).
- btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() (bsc#1155179).
- btrfs: tracepoints: Fix bad entry members of qgroup events (bsc#1155186).
- btrfs: tracepoints: Fix wrong parameter order for qgroup events (bsc#1155184).
- crypto: af_alg - Fix race around ctx-&gt;rcvused by making it atomic_t (bsc#1154737).
- crypto: af_alg - Initialize sg_num_bytes in error code path (bsc#1051510).
- crypto: af_alg - consolidation of duplicate code (bsc#1154737).
- crypto: af_alg - fix race accessing cipher request (bsc#1154737).
- crypto: af_alg - remove locking in async callback (bsc#1154737).
- crypto: af_alg - update correct dst SGL entry (bsc#1051510).
- crypto: af_alg - wait for data at beginning of recvmsg (bsc#1154737).
- crypto: algif - return error code when no data was processed (bsc#1154737).
- crypto: algif_aead - copy AAD from src to dst (bsc#1154737).
- crypto: algif_aead - fix reference counting of null skcipher (bsc#1154737).
- crypto: algif_aead - overhaul memory management (bsc#1154737).
- crypto: algif_aead - skip SGL entries with NULL page (bsc#1154737).
- crypto: algif_skcipher - overhaul memory management (bsc#1154737).
- cxgb4:Fix out-of-bounds MSI-X info array access (networking-stable-19_10_05).
- drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50 (bsc#1051510).
- drm/i915/cmdparser: Add support for backward jumps (bsc#1135967)
- drm/i915/cmdparser: Ignore Length operands during command matching (bsc#1135967)
- drm/i915/cmdparser: Use explicit goto for error paths (bsc#1135967)
- drm/i915/gen8+: Add RC6 CTX corruption WA (bsc#1135967)
- drm/i915/gtt: Add read only pages to gen8_pte_encode (bsc#1135967)
- drm/i915/gtt: Disable read-only support under GVT (bsc#1135967)
- drm/i915/gtt: Read-only pages for insert_entries on bdw (bsc#1135967)
- drm/i915: Add gen9 BCS cmdparsing (bsc#1135967)
- drm/i915: Add support for mandatory cmdparsing (bsc#1135967)
- drm/i915: Allow parsing of unsized batches (bsc#1135967)
- drm/i915: Disable Secure Batches for gen6+
- drm/i915: Lower RM timeout to avoid DSI hard hangs (bsc#1135967)
- drm/i915: Prevent writing into a read-only object via a GGTT mmap (bsc#1135967)
- drm/i915: Remove Master tables from cmdparser
- drm/i915: Rename gen7 cmdparser tables (bsc#1135967)
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers (bsc#1135967)
- efi/memattr: Do not bail on zero VA if it equals the region's PA (bsc#1051510).
- efi: cper: print AER info of PCIe fatal error (bsc#1051510).
- efivar/ssdt: Do not iterate over EFI vars if no SSDT override was specified (bsc#1051510).
- hid: fix error message in hid_open_report() (bsc#1051510).
- hid: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy() (bsc#1051510).
- hso: fix NULL-deref on tty open (bsc#1051510).
- hyperv: set nvme msi interrupts to unmanaged (jsc#SLE-8953, jsc#SLE-9221, jsc#SLE-4941, bsc#1119461, bsc#1119465, bsc#1138190, bsc#1154905).
- ib/core: Add mitigation for Spectre V1 (bsc#1155671)
- ieee802154: ca8210: prevent memory leak (bsc#1051510).
- input: synaptics-rmi4 - avoid processing unknown IRQs (bsc#1051510).
- integrity: prevent deadlock during digsig verification (bsc#1090631).
- ipv6: Handle missing host route in __ipv6_ifa_notify (networking-stable-19_10_05).
- ipv6: drop incoming packets having a v4mapped source address (networking-stable-19_10_05).
- kABI workaround for crypto/af_alg changes (bsc#1154737).
- kABI workaround for drm_vma_offset_node readonly field addition (bsc#1135967)
- ksm: cleanup stable_node chain collapse case (bnc#1144338).
- ksm: fix use after free with merge_across_nodes = 0 (bnc#1144338).
- ksm: introduce ksm_max_page_sharing per page deduplication limit (bnc#1144338).
- ksm: optimize refile of stable_node_dup at the head of the chain (bnc#1144338).
- ksm: swap the two output parameters of chain/chain_prune (bnc#1144338).
- kvm: vmx, svm: always run with EFER.NXE=1 when shadow paging is active (bsc#1117665).
- kvm: x86: mmu: Recovery of shattered NX large pages  (bsc#1117665, CVE-2018-12207).
- mac80211: Reject malformed SSID elements (bsc#1051510).
- mac80211: fix txq null pointer dereference (bsc#1051510).
- md/raid0: avoid RAID0 data corruption due to layout confusion (bsc#1140090).
- md/raid0: fix warning message for parameter default_layout (bsc#1140090).
- net/phy: fix DP83865 10 Mbps HDX loopback disable function (networking-stable-19_09_30).
- net/rds: Fix error handling in rds_ib_add_one() (networking-stable-19_10_05).
- net/rds: fix warn in rds_message_alloc_sgs (bsc#1154848).
- net/rds: remove user triggered WARN_ON in rds_sendmsg (bsc#1154848).
- net/sched: act_sample: do not push mac header on ip6gre ingress (networking-stable-19_09_30).
- net/smc: fix SMCD link group creation with VLAN id (bsc#1154959).
- net: Replace NF_CT_ASSERT() with WARN_ON() (bsc#1146612).
- net: Unpublish sk from sk_reuseport_cb before call_rcu (networking-stable-19_10_05).
- net: openvswitch: free vport unless register_netdevice() succeeds (git-fixes).
- net: qlogic: Fix memory leak in ql_alloc_large_buffers (networking-stable-19_10_05).
- net: qrtr: Stop rx_worker before freeing node (networking-stable-19_09_30).
- net_sched: add policy validation for action attributes (networking-stable-19_09_30).
- net_sched: fix backward compatibility for TCA_ACT_KIND (git-fixes).
- netfilter: nf_nat: do not bug when mapping already exists (bsc#1146612).
- nfsv4.1 - backchannel request should hold ref on xprt (bsc#1152624).
- nl80211: fix null pointer dereference (bsc#1051510).
- openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC (networking-stable-19_09_30).
- qmi_wwan: add support for Cinterion CLS8 devices (networking-stable-19_10_05).
- r8152: Set macpassthru in reset_resume callback (bsc#1051510).
- rds: Fix warning (bsc#1154848).
- reiserfs: fix extended attributes on the root directory (bsc#1151225).
- rpm/kernel-subpackage-spec: Mention debuginfo in the subpackage description (bsc#1149119).
- s390/cmf: set_schib_wait add timeout (bsc#1153509, bsc#1153476).
- sch_cbq: validate TCA_CBQ_WRROPT to avoid crash (networking-stable-19_10_05).
- sch_dsmark: fix potential NULL deref in dsmark_init() (networking-stable-19_10_05).
- sch_netem: fix a divide by zero in tabledist() (networking-stable-19_09_30).
- sched/fair: Avoid divide by zero when rebalancing domains (bsc#1096254).
- scsi: lpfc: Fix devices that do not return after devloss followed by rediscovery (bsc#1137040).
- scsi: qla2xxx: Add error handling for PLOGI ELS passthrough (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Capture FW dump on MPI heartbeat stop event (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Check for MB timeout while capturing ISP27/28xx FW dump (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Dual FCP-NVMe target port support (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Fix N2N link reset (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Fix N2N link up fail (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Fix partial flash write of MBI (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Fix stale mem access on driver unload (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Fix unbound sleep in fcport delete path (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Fix wait condition in loop (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Improve logging for scan thread (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Initialized mailbox to prevent driver load failure (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Optimize NPIV tear down process (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Set remove flag for all VP (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Silence fwdump template message (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: Update driver version to 10.01.00.20-k (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: fix a potential NULL pointer dereference  (bsc#1150457 CVE-2019-16233).
- scsi: qla2xxx: fixup incorrect usage of host_byte (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: remove redundant assignment to pointer host (bsc#1143706 bsc#1082635 bsc#1123034).
- scsi: qla2xxx: stop timer in shutdown path (bsc#1143706 bsc#1082635 bsc#1123034).
- skge: fix checksum byte order (networking-stable-19_09_30).
- staging: wlan-ng: fix exit return when sme-&gt;key_idx &gt;= NUM_WEPKEYS (bsc#1051510).
- supporte.conf: add efivarfs to kernel-default-base (bsc#1154858).
- tipc: fix unlimited bundling of small messages (networking-stable-19_10_05).
- usb: ldusb: fix NULL-derefs on driver unbind (bsc#1051510).
- usb: ldusb: fix memleak on disconnect (bsc#1051510).
- usb: ldusb: fix read info leaks (bsc#1051510).
- usb: legousbtower: fix a signedness bug in tower_probe() (bsc#1051510).
- usb: legousbtower: fix memleak on disconnect (bsc#1051510).
- usb: serial: ti_usb_3410_5052: fix port-close races (bsc#1051510).
- usb: udc: lpc32xx: fix bad bit shift operation (bsc#1051510).
- usb: usblp: fix use-after-free on disconnect (bsc#1051510).
- vfs: Make filldir[64]() verify the directory entry filename is valid  (bsc#1144903, CVE-2019-10220).
- vsock: Fix a lockdep warning in __vsock_release() (networking-stable-19_10_05).
- x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area (bnc#1153969).
- x86/boot/64: Round memory hole size up to next PMD page (bnc#1153969).
- x86/tsx: Add config options to set tsx=on|off|auto (bsc#1139073,  CVE-2019-11135).
</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-2019-2948,SUSE-SLE-DESKTOP-12-SP4-2019-2948,SUSE-SLE-HA-12-SP4-2019-2948,SUSE-SLE-Live-Patching-12-SP4-2019-2948,SUSE-SLE-SDK-12-SP4-2019-2948,SUSE-SLE-SERVER-12-SP4-2019-2948,SUSE-SLE-WE-12-SP4-2019-2948</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-20192948-1/</URL>
      <Description>Link for SUSE-SU-2019:2948-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2019-November/006109.html</URL>
      <Description>E-Mail link for SUSE-SU-2019:2948-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/1051510</URL>
      <Description>SUSE Bug 1051510</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1082635</URL>
      <Description>SUSE Bug 1082635</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1083647</URL>
      <Description>SUSE Bug 1083647</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1090631</URL>
      <Description>SUSE Bug 1090631</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1096254</URL>
      <Description>SUSE Bug 1096254</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1117665</URL>
      <Description>SUSE Bug 1117665</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1119461</URL>
      <Description>SUSE Bug 1119461</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1119465</URL>
      <Description>SUSE Bug 1119465</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1123034</URL>
      <Description>SUSE Bug 1123034</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1135966</URL>
      <Description>SUSE Bug 1135966</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1135967</URL>
      <Description>SUSE Bug 1135967</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1137040</URL>
      <Description>SUSE Bug 1137040</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1138190</URL>
      <Description>SUSE Bug 1138190</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1139073</URL>
      <Description>SUSE Bug 1139073</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1140090</URL>
      <Description>SUSE Bug 1140090</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1143706</URL>
      <Description>SUSE Bug 1143706</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1144338</URL>
      <Description>SUSE Bug 1144338</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1144903</URL>
      <Description>SUSE Bug 1144903</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1146612</URL>
      <Description>SUSE Bug 1146612</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1149119</URL>
      <Description>SUSE Bug 1149119</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1150457</URL>
      <Description>SUSE Bug 1150457</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1151225</URL>
      <Description>SUSE Bug 1151225</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1152624</URL>
      <Description>SUSE Bug 1152624</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1153476</URL>
      <Description>SUSE Bug 1153476</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1153509</URL>
      <Description>SUSE Bug 1153509</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1153969</URL>
      <Description>SUSE Bug 1153969</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1154737</URL>
      <Description>SUSE Bug 1154737</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1154848</URL>
      <Description>SUSE Bug 1154848</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1154858</URL>
      <Description>SUSE Bug 1154858</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1154905</URL>
      <Description>SUSE Bug 1154905</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1154959</URL>
      <Description>SUSE Bug 1154959</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1155178</URL>
      <Description>SUSE Bug 1155178</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1155179</URL>
      <Description>SUSE Bug 1155179</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1155184</URL>
      <Description>SUSE Bug 1155184</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1155186</URL>
      <Description>SUSE Bug 1155186</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1155671</URL>
      <Description>SUSE Bug 1155671</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-12207/</URL>
      <Description>SUSE CVE CVE-2018-12207 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-0154/</URL>
      <Description>SUSE CVE CVE-2019-0154 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-0155/</URL>
      <Description>SUSE CVE CVE-2019-0155 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-10220/</URL>
      <Description>SUSE CVE CVE-2019-10220 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-11135/</URL>
      <Description>SUSE CVE CVE-2019-11135 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-16233/</URL>
      <Description>SUSE CVE CVE-2019-16233 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Desktop 12 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Desktop 12 SP4" CPE="cpe:/o:suse:sled:12:sp4">SUSE Linux Enterprise Desktop 12 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Availability Extension 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Availability Extension 12 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP4" CPE="cpe:/o:suse:sle-ha:12:sp4">SUSE Linux Enterprise High Availability Extension 12 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 12 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP4" CPE="cpe:/o:suse:sle-live-patching:12:sp4">SUSE Linux Enterprise Live Patching 12 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4" CPE="cpe:/o:suse:sles:12:sp4">SUSE Linux Enterprise Server 12 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4" CPE="cpe:/o:suse:sles_sap:12:sp4">SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Software Development Kit 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Software Development Kit 12 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP4" CPE="cpe:/o:suse:sle-sdk:12:sp4">SUSE Linux Enterprise Software Development Kit 12 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Workstation Extension 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 12 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 12 SP4" CPE="cpe:/o:suse:sle-we:12:sp4">SUSE Linux Enterprise Workstation Extension 12 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-4.12.14-95.40.1">
      <FullProductName ProductID="cluster-md-kmp-default-4.12.14-95.40.1">cluster-md-kmp-default-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-4.12.14-95.40.1">
      <FullProductName ProductID="dlm-kmp-default-4.12.14-95.40.1">dlm-kmp-default-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-4.12.14-95.40.1">
      <FullProductName ProductID="gfs2-kmp-default-4.12.14-95.40.1">gfs2-kmp-default-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-debug-4.12.14-95.40.1">kernel-debug-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-base-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-debug-base-4.12.14-95.40.1">kernel-debug-base-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-debug-devel-4.12.14-95.40.1">kernel-debug-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-kgraft-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-debug-kgraft-devel-4.12.14-95.40.1">kernel-debug-kgraft-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-default-4.12.14-95.40.1">kernel-default-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-default-base-4.12.14-95.40.1">kernel-default-base-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-default-devel-4.12.14-95.40.1">kernel-default-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-default-extra-4.12.14-95.40.1">kernel-default-extra-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-kgraft-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-default-kgraft-4.12.14-95.40.1">kernel-default-kgraft-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-kgraft-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-default-kgraft-devel-4.12.14-95.40.1">kernel-default-kgraft-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-default-man-4.12.14-95.40.1">kernel-default-man-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-devel-4.12.14-95.40.1">kernel-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-docs-4.12.14-95.40.1">kernel-docs-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-html-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-docs-html-4.12.14-95.40.1">kernel-docs-html-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-kvmsmall-4.12.14-95.40.1">kernel-kvmsmall-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-base-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-kvmsmall-base-4.12.14-95.40.1">kernel-kvmsmall-base-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-kvmsmall-devel-4.12.14-95.40.1">kernel-kvmsmall-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-kgraft-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-kvmsmall-kgraft-devel-4.12.14-95.40.1">kernel-kvmsmall-kgraft-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-macros-4.12.14-95.40.1">kernel-macros-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-4.12.14-95.40.2">
      <FullProductName ProductID="kernel-obs-build-4.12.14-95.40.2">kernel-obs-build-4.12.14-95.40.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-qa-4.12.14-95.40.2">
      <FullProductName ProductID="kernel-obs-qa-4.12.14-95.40.2">kernel-obs-qa-4.12.14-95.40.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-source-4.12.14-95.40.1">kernel-source-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-source-vanilla-4.12.14-95.40.1">kernel-source-vanilla-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-syms-4.12.14-95.40.1">kernel-syms-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-vanilla-4.12.14-95.40.1">kernel-vanilla-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-base-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-vanilla-base-4.12.14-95.40.1">kernel-vanilla-base-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-vanilla-devel-4.12.14-95.40.1">kernel-vanilla-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-kgraft-devel-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-vanilla-kgraft-devel-4.12.14-95.40.1">kernel-vanilla-kgraft-devel-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-zfcpdump-4.12.14-95.40.1">kernel-zfcpdump-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-man-4.12.14-95.40.1">
      <FullProductName ProductID="kernel-zfcpdump-man-4.12.14-95.40.1">kernel-zfcpdump-man-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_12_14-95_40-default-1-6.3.1">
      <FullProductName ProductID="kgraft-patch-4_12_14-95_40-default-1-6.3.1">kgraft-patch-4_12_14-95_40-default-1-6.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-default-4.12.14-95.40.1">
      <FullProductName ProductID="kselftests-kmp-default-4.12.14-95.40.1">kselftests-kmp-default-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-4.12.14-95.40.1">
      <FullProductName ProductID="ocfs2-kmp-default-4.12.14-95.40.1">ocfs2-kmp-default-4.12.14-95.40.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-default-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 12 SP4:kernel-default-4.12.14-95.40.1">kernel-default-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Desktop 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 12 SP4:kernel-default-devel-4.12.14-95.40.1">kernel-default-devel-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Desktop 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 12 SP4:kernel-default-extra-4.12.14-95.40.1">kernel-default-extra-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Desktop 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 12 SP4:kernel-devel-4.12.14-95.40.1">kernel-devel-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Desktop 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 12 SP4:kernel-macros-4.12.14-95.40.1">kernel-macros-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Desktop 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 12 SP4:kernel-source-4.12.14-95.40.1">kernel-source-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Desktop 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 12 SP4:kernel-syms-4.12.14-95.40.1">kernel-syms-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Desktop 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-4.12.14-95.40.1">cluster-md-kmp-default-4.12.14-95.40.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-4.12.14-95.40.1">dlm-kmp-default-4.12.14-95.40.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-4.12.14-95.40.1">gfs2-kmp-default-4.12.14-95.40.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-4.12.14-95.40.1">ocfs2-kmp-default-4.12.14-95.40.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-kgraft-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-4.12.14-95.40.1">kernel-default-kgraft-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Live Patching 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-kgraft-devel-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-4.12.14-95.40.1">kernel-default-kgraft-devel-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Live Patching 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_12_14-95_40-default-1-6.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-1-6.3.1">kgraft-patch-4_12_14-95_40-default-1-6.3.1 as a component of SUSE Linux Enterprise Live Patching 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4:kernel-default-4.12.14-95.40.1">kernel-default-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4:kernel-default-base-4.12.14-95.40.1">kernel-default-base-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-4.12.14-95.40.1">kernel-default-devel-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4:kernel-default-man-4.12.14-95.40.1">kernel-default-man-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4:kernel-devel-4.12.14-95.40.1">kernel-devel-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4:kernel-macros-4.12.14-95.40.1">kernel-macros-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4:kernel-source-4.12.14-95.40.1">kernel-source-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4:kernel-syms-4.12.14-95.40.1">kernel-syms-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-4.12.14-95.40.1">kernel-default-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-4.12.14-95.40.1">kernel-default-base-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-4.12.14-95.40.1">kernel-default-devel-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-man-4.12.14-95.40.1">kernel-default-man-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-devel-4.12.14-95.40.1">kernel-devel-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-macros-4.12.14-95.40.1">kernel-macros-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-source-4.12.14-95.40.1">kernel-source-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-4.12.14-95.40.1">kernel-syms-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-docs-4.12.14-95.40.1">kernel-docs-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Software Development Kit 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-95.40.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-obs-build-4.12.14-95.40.2">kernel-obs-build-4.12.14-95.40.2 as a component of SUSE Linux Enterprise Software Development Kit 12 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-4.12.14-95.40.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 12 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 12 SP4:kernel-default-extra-4.12.14-95.40.1">kernel-default-extra-4.12.14-95.40.1 as a component of SUSE Linux Enterprise Workstation Extension 12 SP4</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Improper invalidation for page table updates by a virtual guest operating system for multiple Intel(R) Processors may allow an authenticated user to potentially enable denial of service of the host system via local access.</Note>
    </Notes>
    <CVE>CVE-2018-12207</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-1-6.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-docs-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-obs-build-4.12.14-95.40.2</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </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-20192948-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-12207.html</URL>
        <Description>CVE-2018-12207</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1117665</URL>
        <Description>SUSE Bug 1117665</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1139073</URL>
        <Description>SUSE Bug 1139073</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1152505</URL>
        <Description>SUSE Bug 1152505</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1155812</URL>
        <Description>SUSE Bug 1155812</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1155817</URL>
        <Description>SUSE Bug 1155817</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1155945</URL>
        <Description>SUSE Bug 1155945</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178658</URL>
        <Description>SUSE Bug 1178658</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201877</URL>
        <Description>SUSE Bug 1201877</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Insufficient access control in subsystem for Intel (R) processor graphics in 6th, 7th, 8th and 9th Generation Intel(R) Core(TM) Processor Families; Intel(R) Pentium(R) Processor J, N, Silver and Gold Series; Intel(R) Celeron(R) Processor J, N, G3900 and G4900 Series; Intel(R) Atom(R) Processor A and E3900 Series; Intel(R) Xeon(R) Processor E3-1500 v5 and v6 and E-2100 Processor Families may allow an authenticated user to potentially enable denial of service via local access.</Note>
    </Notes>
    <CVE>CVE-2019-0154</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-1-6.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-docs-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-obs-build-4.12.14-95.40.2</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2019/suse-su-20192948-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-0154.html</URL>
        <Description>CVE-2019-0154</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1135966</URL>
        <Description>SUSE Bug 1135966</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1181720</URL>
        <Description>SUSE Bug 1181720</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">Insufficient access control in a subsystem for Intel (R) processor graphics in 6th, 7th, 8th and 9th Generation Intel(R) Core(TM) Processor Families; Intel(R) Pentium(R) Processor J, N, Silver and Gold Series; Intel(R) Celeron(R) Processor J, N, G3900 and G4900 Series; Intel(R) Atom(R) Processor A and E3900 Series; Intel(R) Xeon(R) Processor E3-1500 v5 and v6, E-2100 and E-2200 Processor Families; Intel(R) Graphics Driver for Windows before 26.20.100.6813 (DCH) or 26.20.100.6812 and before 21.20.x.5077 (aka15.45.5077), i915 Linux Driver for Intel(R) Processor Graphics before versions 5.4-rc7, 5.3.11, 4.19.84, 4.14.154, 4.9.201, 4.4.201 may allow an authenticated user to potentially enable escalation of privilege via local access.</Note>
    </Notes>
    <CVE>CVE-2019-0155</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-1-6.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-docs-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-obs-build-4.12.14-95.40.2</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </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-20192948-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-0155.html</URL>
        <Description>CVE-2019-0155</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1135966</URL>
        <Description>SUSE Bug 1135966</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1135967</URL>
        <Description>SUSE Bug 1135967</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173663</URL>
        <Description>SUSE Bug 1173663</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Linux kernel CIFS implementation, version 4.9.0 is vulnerable to a relative paths injection in directory entry lists.</Note>
    </Notes>
    <CVE>CVE-2019-10220</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-1-6.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-docs-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-obs-build-4.12.14-95.40.2</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>9.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2019/suse-su-20192948-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-10220.html</URL>
        <Description>CVE-2019-10220</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1144903</URL>
        <Description>SUSE Bug 1144903</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1153108</URL>
        <Description>SUSE Bug 1153108</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">TSX Asynchronous Abort condition on some CPUs utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access.</Note>
    </Notes>
    <CVE>CVE-2019-11135</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-1-6.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-docs-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-obs-build-4.12.14-95.40.2</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 12 SP4:kernel-default-extra-4.12.14-95.40.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/2019/suse-su-20192948-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-11135.html</URL>
        <Description>CVE-2019-11135</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1139073</URL>
        <Description>SUSE Bug 1139073</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1152497</URL>
        <Description>SUSE Bug 1152497</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1152505</URL>
        <Description>SUSE Bug 1152505</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1152506</URL>
        <Description>SUSE Bug 1152506</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1160120</URL>
        <Description>SUSE Bug 1160120</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201877</URL>
        <Description>SUSE Bug 1201877</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">drivers/scsi/qla2xxx/qla_os.c in the Linux kernel 5.2.14 does not check the alloc_workqueue return value, leading to a NULL pointer dereference.</Note>
    </Notes>
    <CVE>CVE-2019-16233</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:cluster-md-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:dlm-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:gfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP4:ocfs2-kmp-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kernel-default-kgraft-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP4:kgraft-patch-4_12_14-95_40-default-1-6.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-base-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-default-man-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-devel-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-macros-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-source-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP4:kernel-syms-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-docs-4.12.14-95.40.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 12 SP4:kernel-obs-build-4.12.14-95.40.2</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 12 SP4:kernel-default-extra-4.12.14-95.40.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.7</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2019/suse-su-20192948-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-16233.html</URL>
        <Description>CVE-2019-16233</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1150457</URL>
        <Description>SUSE Bug 1150457</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
