<?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 xen</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2016:2100-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2016-08-18T12:48:09Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2016-08-18T12:48:09Z</InitialReleaseDate>
    <CurrentReleaseDate>2016-08-18T12:48:09Z</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 xen</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for xen fixes the several issues.

These security issues were fixed:
- CVE-2014-3672: The qemu implementation in libvirt Xen allowed local guest OS users to cause a denial of service (host disk consumption) by writing to stdout or stderr (bsc#981264).
- CVE-2016-3158: The xrstor function did not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allowed local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits (bsc#973188).
- CVE-2016-3159: The fpu_fxrstor function in arch/x86/i387.c did not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allowed local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits (bsc#973188).
- CVE-2016-3710: The VGA module improperly performed bounds checking on banked access to video memory, which allowed local guest OS administrators to execute arbitrary code on the host by changing access modes after setting the bank register, aka the 'Dark Portal' issue (bsc#978164).
- CVE-2016-3960: Integer overflow in the x86 shadow pagetable code allowed local guest OS users to cause a denial of service (host crash) or possibly gain privileges by shadowing a superpage mapping (bsc#974038).
- CVE-2016-4001: Buffer overflow in the stellaris_enet_receive function, when the Stellaris ethernet controller is configured to accept large packets, allowed remote attackers to cause a denial of service (QEMU crash) via a large packet (bsc#975130).
- CVE-2016-4002: Buffer overflow in the mipsnet_receive function, when the guest NIC is configured to accept large packets, allowed remote attackers to cause a denial of service (memory corruption and QEMU crash) or possibly execute arbitrary code via a packet larger than 1514 bytes (bsc#975138).
- CVE-2016-4020: The patch_instruction function did not initialize the imm32 variable, which allowed local guest OS administrators to obtain sensitive information from host stack memory by accessing the Task Priority Register (TPR) (bsc#975907).
- CVE-2016-4037: The ehci_advance_state function in hw/usb/hcd-ehci.c allowed local guest OS administrators to cause a denial of service (infinite loop and CPU consumption) via a circular split isochronous transfer descriptor (siTD) list (bsc#976111).
- CVE-2016-4439: The esp_reg_write function in the 53C9X Fast SCSI Controller (FSC) support did not properly check command buffer length, which allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or potentially execute arbitrary code on the host via unspecified vectors (bsc#980716).
- CVE-2016-4441: The get_cmd function in the 53C9X Fast SCSI Controller (FSC) support did not properly check DMA length, which allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via unspecified vectors, involving an SCSI command (bsc#980724).
- CVE-2016-4453: The vmsvga_fifo_run function allowed local guest OS administrators to cause a denial of service (infinite loop and QEMU process crash) via a VGA command (bsc#982225).
- CVE-2016-4454: The vmsvga_fifo_read_raw function allowed local guest OS administrators to obtain sensitive host memory information or cause a denial of service (QEMU process crash) by changing FIFO registers and issuing a VGA command, which triggered an out-of-bounds read (bsc#982224).
- CVE-2016-4952: Out-of-bounds access issue in pvsci_ring_init_msg/data routines (bsc#981276).
- CVE-2016-4962: The libxl device-handling allowed local OS guest administrators to cause a denial of service (resource consumption or management facility confusion) or gain host OS privileges by manipulating information in guest controlled areas of xenstore (bsc#979620).
- CVE-2016-4963: The libxl device-handling allowed local guest OS users with access to the driver domain to cause a denial of service (management tool confusion) by manipulating information in the backend directories in xenstore (bsc#979670).
- CVE-2016-5105: Stack information leakage while reading configuration (bsc#982024).
- CVE-2016-5106: Out-of-bounds write while setting controller properties (bsc#982025).
- CVE-2016-5107: Out-of-bounds read in megasas_lookup_frame() function (bsc#982026).
- CVE-2016-5126: Heap-based buffer overflow in the iscsi_aio_ioctl function allowed local guest OS users to cause a denial of service (QEMU process crash) or possibly execute arbitrary code via a crafted iSCSI asynchronous I/O ioctl call (bsc#982286).
- CVE-2016-5238: The get_cmd function in hw/scsi/esp.c might have allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via vectors related to reading from the information transfer buffer in non-DMA mode (bsc#982960).
- CVE-2016-5337: The megasas_ctrl_get_info function allowed local guest OS administrators to obtain sensitive host memory information via vectors related to reading device control information (bsc#983973).
- CVE-2016-5338: The (1) esp_reg_read and (2) esp_reg_write functions allowed local guest OS administrators to cause a denial of service (QEMU process crash) or execute arbitrary code on the host via vectors related to the information transfer buffer (bsc#983984).
- CVE-2016-6258: Potential privilege escalation in PV guests (XSA-182) (bsc#988675).
- bsc#978295: x86 software guest page walk PS bit handling flaw (XSA-176)
- CVE-2016-5403: virtio: unbounded memory allocation on host via guest leading to DoS (XSA-184) (bsc#990923)
- CVE-2016-6351: scsi: esp: OOB write access in esp_do_dma (bsc#990843)

These non-security issues were fixed:
- bsc#954872: Script block-dmmd not working as expected - libxl: error: libxl_dm.c
- bsc#957986: Indirect descriptors are not compatible with Amazon block backend
- bsc#958848: HVM guest crash at /usr/src/packages/BUILD/xen-4.4.2-testing/obj/default/balloon/balloon.c:407
- bsc#961600: Poor performance when Xen HVM domU configured with max memory greater than current memory
- bsc#963161: Windows VM getting stuck during load while a VF is assigned to it after upgrading to latest maintenance updates
- bsc#964427: Discarding device blocks: failed - Input/output error
- bsc#976058: Xen error running simple HVM guest (Post Alpha 2 xen+qemu)
- bsc#982695: qemu fails to boot HVM guest from xvda
- bsc#986586: Out of memory (oom) during boot on 'modprobe xenblk' (non xen kernel)
- bsc#967630: Discrepancy in reported memory size with correction XSA-153 for xend. Additional memory adjustment made.
- bsc#974912: Persistent performance drop after live-migration using xend tool stack
- bsc#979035: Restore xm migrate fixes for bsc#955399/ bsc#955399
- bsc#989235: xen dom0 xm create command only searched /etc/xen instead of /etc/xen/vm
- Live Migration SLES 11 SP3 to SP4 on AMD: 'xc: error: Couldn't set extended vcpu0 info'
- bsc#985503: Fixed vif-route
- bsc#978413: PV guest upgrade from SLES11 SP4 to SLES 12 SP2 alpha3 failed
</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">sdksp4-xen-12702,slessp4-xen-12702</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/2016/suse-su-20162100-1/</URL>
      <Description>Link for SUSE-SU-2016:2100-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2016-August/002217.html</URL>
      <Description>E-Mail link for SUSE-SU-2016:2100-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/954872</URL>
      <Description>SUSE Bug 954872</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/955399</URL>
      <Description>SUSE Bug 955399</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/957986</URL>
      <Description>SUSE Bug 957986</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/958848</URL>
      <Description>SUSE Bug 958848</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/961600</URL>
      <Description>SUSE Bug 961600</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/963161</URL>
      <Description>SUSE Bug 963161</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/964427</URL>
      <Description>SUSE Bug 964427</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/967630</URL>
      <Description>SUSE Bug 967630</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/973188</URL>
      <Description>SUSE Bug 973188</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/974038</URL>
      <Description>SUSE Bug 974038</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/974912</URL>
      <Description>SUSE Bug 974912</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/975130</URL>
      <Description>SUSE Bug 975130</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/975138</URL>
      <Description>SUSE Bug 975138</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/975907</URL>
      <Description>SUSE Bug 975907</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/976058</URL>
      <Description>SUSE Bug 976058</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/976111</URL>
      <Description>SUSE Bug 976111</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/978164</URL>
      <Description>SUSE Bug 978164</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/978295</URL>
      <Description>SUSE Bug 978295</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/978413</URL>
      <Description>SUSE Bug 978413</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/979035</URL>
      <Description>SUSE Bug 979035</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/979620</URL>
      <Description>SUSE Bug 979620</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/979670</URL>
      <Description>SUSE Bug 979670</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/980716</URL>
      <Description>SUSE Bug 980716</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/980724</URL>
      <Description>SUSE Bug 980724</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/981264</URL>
      <Description>SUSE Bug 981264</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/981276</URL>
      <Description>SUSE Bug 981276</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/982024</URL>
      <Description>SUSE Bug 982024</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/982025</URL>
      <Description>SUSE Bug 982025</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/982026</URL>
      <Description>SUSE Bug 982026</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/982224</URL>
      <Description>SUSE Bug 982224</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/982225</URL>
      <Description>SUSE Bug 982225</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/982286</URL>
      <Description>SUSE Bug 982286</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/982695</URL>
      <Description>SUSE Bug 982695</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/982960</URL>
      <Description>SUSE Bug 982960</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/983973</URL>
      <Description>SUSE Bug 983973</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/983984</URL>
      <Description>SUSE Bug 983984</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/985503</URL>
      <Description>SUSE Bug 985503</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/986586</URL>
      <Description>SUSE Bug 986586</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/988675</URL>
      <Description>SUSE Bug 988675</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/989235</URL>
      <Description>SUSE Bug 989235</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/990843</URL>
      <Description>SUSE Bug 990843</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/990923</URL>
      <Description>SUSE Bug 990923</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2014-3672/</URL>
      <Description>SUSE CVE CVE-2014-3672 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-3158/</URL>
      <Description>SUSE CVE CVE-2016-3158 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-3159/</URL>
      <Description>SUSE CVE CVE-2016-3159 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-3710/</URL>
      <Description>SUSE CVE CVE-2016-3710 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-3960/</URL>
      <Description>SUSE CVE CVE-2016-3960 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4001/</URL>
      <Description>SUSE CVE CVE-2016-4001 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4002/</URL>
      <Description>SUSE CVE CVE-2016-4002 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4020/</URL>
      <Description>SUSE CVE CVE-2016-4020 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4037/</URL>
      <Description>SUSE CVE CVE-2016-4037 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4439/</URL>
      <Description>SUSE CVE CVE-2016-4439 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4441/</URL>
      <Description>SUSE CVE CVE-2016-4441 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4453/</URL>
      <Description>SUSE CVE CVE-2016-4453 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4454/</URL>
      <Description>SUSE CVE CVE-2016-4454 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4952/</URL>
      <Description>SUSE CVE CVE-2016-4952 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4962/</URL>
      <Description>SUSE CVE CVE-2016-4962 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-4963/</URL>
      <Description>SUSE CVE CVE-2016-4963 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5105/</URL>
      <Description>SUSE CVE CVE-2016-5105 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5106/</URL>
      <Description>SUSE CVE CVE-2016-5106 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5107/</URL>
      <Description>SUSE CVE CVE-2016-5107 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5126/</URL>
      <Description>SUSE CVE CVE-2016-5126 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5238/</URL>
      <Description>SUSE CVE CVE-2016-5238 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5337/</URL>
      <Description>SUSE CVE CVE-2016-5337 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5338/</URL>
      <Description>SUSE CVE CVE-2016-5338 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-5403/</URL>
      <Description>SUSE CVE CVE-2016-5403 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-6258/</URL>
      <Description>SUSE CVE CVE-2016-6258 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-6351/</URL>
      <Description>SUSE CVE CVE-2016-6351 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4" CPE="cpe:/o:suse:suse_sles:11:sp4">SUSE Linux Enterprise Server 11 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4" CPE="cpe:/o:suse:sles_sap:11:sp4">SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Software Development Kit 11 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4" CPE="cpe:/a:suse:sle-sdk:11:sp4">SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="xen-devel-4.4.4_07-37.1">
      <FullProductName ProductID="xen-devel-4.4.4_07-37.1">xen-devel-4.4.4_07-37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-4.4.4_07-37.1">
      <FullProductName ProductID="xen-4.4.4_07-37.1">xen-4.4.4_07-37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-doc-html-4.4.4_07-37.1">
      <FullProductName ProductID="xen-doc-html-4.4.4_07-37.1">xen-doc-html-4.4.4_07-37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-kmp-default-4.4.4_07_3.0.101_77-37.1">
      <FullProductName ProductID="xen-kmp-default-4.4.4_07_3.0.101_77-37.1">xen-kmp-default-4.4.4_07_3.0.101_77-37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-kmp-pae-4.4.4_07_3.0.101_77-37.1">
      <FullProductName ProductID="xen-kmp-pae-4.4.4_07_3.0.101_77-37.1">xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-libs-4.4.4_07-37.1">
      <FullProductName ProductID="xen-libs-4.4.4_07-37.1">xen-libs-4.4.4_07-37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-libs-32bit-4.4.4_07-37.1">
      <FullProductName ProductID="xen-libs-32bit-4.4.4_07-37.1">xen-libs-32bit-4.4.4_07-37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-tools-4.4.4_07-37.1">
      <FullProductName ProductID="xen-tools-4.4.4_07-37.1">xen-tools-4.4.4_07-37.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xen-tools-domU-4.4.4_07-37.1">
      <FullProductName ProductID="xen-tools-domU-4.4.4_07-37.1">xen-tools-domU-4.4.4_07-37.1</FullProductName>
    </Branch>
    <Relationship ProductReference="xen-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1">xen-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-doc-html-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1">xen-doc-html-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-kmp-default-4.4.4_07_3.0.101_77-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1">xen-kmp-default-4.4.4_07_3.0.101_77-37.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-kmp-pae-4.4.4_07_3.0.101_77-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1">xen-kmp-pae-4.4.4_07_3.0.101_77-37.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-libs-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1">xen-libs-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-libs-32bit-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1">xen-libs-32bit-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-tools-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1">xen-tools-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-tools-domU-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1">xen-tools-domU-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1">xen-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-doc-html-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1">xen-doc-html-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-kmp-default-4.4.4_07_3.0.101_77-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1">xen-kmp-default-4.4.4_07_3.0.101_77-37.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-kmp-pae-4.4.4_07_3.0.101_77-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1">xen-kmp-pae-4.4.4_07_3.0.101_77-37.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-libs-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1">xen-libs-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-libs-32bit-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1">xen-libs-32bit-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-tools-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1">xen-tools-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-tools-domU-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1">xen-tools-domU-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xen-devel-4.4.4_07-37.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1">xen-devel-4.4.4_07-37.1 as a component of SUSE Linux Enterprise Software Development Kit 11 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">The qemu implementation in libvirt before 1.3.0 and Xen allows local guest OS users to cause a denial of service (host disk consumption) by writing to stdout or stderr.</Note>
    </Notes>
    <CVE>CVE-2014-3672</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2014-3672.html</URL>
        <Description>CVE-2014-3672</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/981264</URL>
        <Description>SUSE Bug 981264</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The xrstor function in arch/x86/xstate.c in Xen 4.x does not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allows local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits.  NOTE: this vulnerability exists because of an incorrect fix for CVE-2013-2076.</Note>
    </Notes>
    <CVE>CVE-2016-3158</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.7</BaseScore>
        <Vector>AV:L/AC:L/Au:S/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-3158.html</URL>
        <Description>CVE-2016-3158</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/973188</URL>
        <Description>SUSE Bug 973188</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The fpu_fxrstor function in arch/x86/i387.c in Xen 4.x does not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allows local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits.  NOTE: this vulnerability exists because of an incorrect fix for CVE-2013-2076.</Note>
    </Notes>
    <CVE>CVE-2016-3159</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:P/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>1.7</BaseScore>
        <Vector>AV:L/AC:L/Au:S/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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-3159.html</URL>
        <Description>CVE-2016-3159</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/973188</URL>
        <Description>SUSE Bug 973188</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The VGA module in QEMU improperly performs bounds checking on banked access to video memory, which allows local guest OS administrators to execute arbitrary code on the host by changing access modes after setting the bank register, aka the "Dark Portal" issue.</Note>
    </Notes>
    <CVE>CVE-2016-3710</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.5</BaseScore>
        <Vector>AV:L/AC:H/Au:S/C:P/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-3710.html</URL>
        <Description>CVE-2016-3710</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/978158</URL>
        <Description>SUSE Bug 978158</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/978164</URL>
        <Description>SUSE Bug 978164</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/978167</URL>
        <Description>SUSE Bug 978167</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">Integer overflow in the x86 shadow pagetable code in Xen allows local guest OS users to cause a denial of service (host crash) or possibly gain privileges by shadowing a superpage mapping.</Note>
    </Notes>
    <CVE>CVE-2016-3960</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-3960.html</URL>
        <Description>CVE-2016-3960</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1072223</URL>
        <Description>SUSE Bug 1072223</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/974038</URL>
        <Description>SUSE Bug 974038</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">Buffer overflow in the stellaris_enet_receive function in hw/net/stellaris_enet.c in QEMU, when the Stellaris ethernet controller is configured to accept large packets, allows remote attackers to cause a denial of service (QEMU crash) via a large packet.</Note>
    </Notes>
    <CVE>CVE-2016-4001</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4001.html</URL>
        <Description>CVE-2016-4001</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/975128</URL>
        <Description>SUSE Bug 975128</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/975130</URL>
        <Description>SUSE Bug 975130</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Buffer overflow in the mipsnet_receive function in hw/net/mipsnet.c in QEMU, when the guest NIC is configured to accept large packets, allows remote attackers to cause a denial of service (memory corruption and QEMU crash) or possibly execute arbitrary code via a packet larger than 1514 bytes.</Note>
    </Notes>
    <CVE>CVE-2016-4002</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>6.8</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4002.html</URL>
        <Description>CVE-2016-4002</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/975136</URL>
        <Description>SUSE Bug 975136</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/975138</URL>
        <Description>SUSE Bug 975138</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The patch_instruction function in hw/i386/kvmvapic.c in QEMU does not initialize the imm32 variable, which allows local guest OS administrators to obtain sensitive information from host stack memory by accessing the Task Priority Register (TPR).</Note>
    </Notes>
    <CVE>CVE-2016-4020</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.5</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:N/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4020.html</URL>
        <Description>CVE-2016-4020</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/975700</URL>
        <Description>SUSE Bug 975700</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/975907</URL>
        <Description>SUSE Bug 975907</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="9">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The ehci_advance_state function in hw/usb/hcd-ehci.c in QEMU allows local guest OS administrators to cause a denial of service (infinite loop and CPU consumption) via a circular split isochronous transfer descriptor (siTD) list, a related issue to CVE-2015-8558.</Note>
    </Notes>
    <CVE>CVE-2016-4037</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.5</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4037.html</URL>
        <Description>CVE-2016-4037</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/959005</URL>
        <Description>SUSE Bug 959005</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/959006</URL>
        <Description>SUSE Bug 959006</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/976109</URL>
        <Description>SUSE Bug 976109</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/976111</URL>
        <Description>SUSE Bug 976111</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The esp_reg_write function in hw/scsi/esp.c in the 53C9X Fast SCSI Controller (FSC) support in QEMU does not properly check command buffer length, which allows local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or potentially execute arbitrary code on the QEMU host via unspecified vectors.</Note>
    </Notes>
    <CVE>CVE-2016-4439</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.5</BaseScore>
        <Vector>AV:L/AC:H/Au:S/C:P/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.6</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4439.html</URL>
        <Description>CVE-2016-4439</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/980711</URL>
        <Description>SUSE Bug 980711</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/980716</URL>
        <Description>SUSE Bug 980716</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The get_cmd function in hw/scsi/esp.c in the 53C9X Fast SCSI Controller (FSC) support in QEMU does not properly check DMA length, which allows local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via unspecified vectors, involving an SCSI command.</Note>
    </Notes>
    <CVE>CVE-2016-4441</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.5</BaseScore>
        <Vector>AV:L/AC:H/Au:S/C:P/I:P/A:P</Vector>
      </ScoreSet>
      <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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4441.html</URL>
        <Description>CVE-2016-4441</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/980723</URL>
        <Description>SUSE Bug 980723</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/980724</URL>
        <Description>SUSE Bug 980724</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="12">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The vmsvga_fifo_run function in hw/display/vmware_vga.c in QEMU allows local guest OS administrators to cause a denial of service (infinite loop and QEMU process crash) via a VGA command.</Note>
    </Notes>
    <CVE>CVE-2016-4453</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.3</BaseScore>
        <Vector>AV:A/AC:M/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4453.html</URL>
        <Description>CVE-2016-4453</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982223</URL>
        <Description>SUSE Bug 982223</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982225</URL>
        <Description>SUSE Bug 982225</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="13">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The vmsvga_fifo_read_raw function in hw/display/vmware_vga.c in QEMU allows local guest OS administrators to obtain sensitive host memory information or cause a denial of service (QEMU process crash) by changing FIFO registers and issuing a VGA command, which triggers an out-of-bounds read.</Note>
    </Notes>
    <CVE>CVE-2016-4454</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.8</BaseScore>
        <Vector>AV:A/AC:M/Au:S/C:P/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>3.6</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4454.html</URL>
        <Description>CVE-2016-4454</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982222</URL>
        <Description>SUSE Bug 982222</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982224</URL>
        <Description>SUSE Bug 982224</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="14">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">QEMU (aka Quick Emulator), when built with VMWARE PVSCSI paravirtual SCSI bus emulation support, allows local guest OS administrators to cause a denial of service (out-of-bounds array access) via vectors related to the (1) PVSCSI_CMD_SETUP_RINGS or (2) PVSCSI_CMD_SETUP_MSG_RING SCSI command.</Note>
    </Notes>
    <CVE>CVE-2016-4952</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:N/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>1.9</BaseScore>
        <Vector>AV:L/AC:M/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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4952.html</URL>
        <Description>CVE-2016-4952</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/981266</URL>
        <Description>SUSE Bug 981266</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/981276</URL>
        <Description>SUSE Bug 981276</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="15">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The libxl device-handling in Xen 4.6.x and earlier allows local OS guest administrators to cause a denial of service (resource consumption or management facility confusion) or gain host OS privileges by manipulating information in guest controlled areas of xenstore.</Note>
    </Notes>
    <CVE>CVE-2016-4962</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.1</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>6.8</BaseScore>
        <Vector>AV:L/AC:L/Au:S/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4962.html</URL>
        <Description>CVE-2016-4962</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/979620</URL>
        <Description>SUSE Bug 979620</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="16">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The libxl device-handling in Xen through 4.6.x allows local guest OS users with access to the driver domain to cause a denial of service (management tool confusion) by manipulating information in the backend directories in xenstore.</Note>
    </Notes>
    <CVE>CVE-2016-4963</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.5</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>1.9</BaseScore>
        <Vector>AV:L/AC:M/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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-4963.html</URL>
        <Description>CVE-2016-4963</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/979641</URL>
        <Description>SUSE Bug 979641</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/979670</URL>
        <Description>SUSE Bug 979670</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="17">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The megasas_dcmd_cfg_read function in hw/scsi/megasas.c in QEMU, when built with MegaRAID SAS 8708EM2 Host Bus Adapter emulation support, uses an uninitialized variable, which allows local guest administrators to read host memory via vectors involving a MegaRAID Firmware Interface (MFI) command.</Note>
    </Notes>
    <CVE>CVE-2016-5105</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.5</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:N/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>1.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5105.html</URL>
        <Description>CVE-2016-5105</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982017</URL>
        <Description>SUSE Bug 982017</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982024</URL>
        <Description>SUSE Bug 982024</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="18">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The megasas_dcmd_set_properties function in hw/scsi/megasas.c in QEMU, when built with MegaRAID SAS 8708EM2 Host Bus Adapter emulation support, allows local guest administrators to cause a denial of service (out-of-bounds write access) via vectors involving a MegaRAID Firmware Interface (MFI) command.</Note>
    </Notes>
    <CVE>CVE-2016-5106</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:N/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>1.9</BaseScore>
        <Vector>AV:L/AC:M/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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5106.html</URL>
        <Description>CVE-2016-5106</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982018</URL>
        <Description>SUSE Bug 982018</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982025</URL>
        <Description>SUSE Bug 982025</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="19">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The megasas_lookup_frame function in QEMU, when built with MegaRAID SAS 8708EM2 Host Bus Adapter emulation support, allows local guest OS administrators to cause a denial of service (out-of-bounds read and crash) via unspecified vectors.</Note>
    </Notes>
    <CVE>CVE-2016-5107</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.5</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>1.9</BaseScore>
        <Vector>AV:L/AC:M/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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5107.html</URL>
        <Description>CVE-2016-5107</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982019</URL>
        <Description>SUSE Bug 982019</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982026</URL>
        <Description>SUSE Bug 982026</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="20">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Heap-based buffer overflow in the iscsi_aio_ioctl function in block/iscsi.c in QEMU allows local guest OS users to cause a denial of service (QEMU process crash) or possibly execute arbitrary code via a crafted iSCSI asynchronous I/O ioctl call.</Note>
    </Notes>
    <CVE>CVE-2016-5126</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.3</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:N/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.6</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5126.html</URL>
        <Description>CVE-2016-5126</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982285</URL>
        <Description>SUSE Bug 982285</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982286</URL>
        <Description>SUSE Bug 982286</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="21">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The get_cmd function in hw/scsi/esp.c in QEMU might allow local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via vectors related to reading from the information transfer buffer in non-DMA mode.</Note>
    </Notes>
    <CVE>CVE-2016-5238</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.1</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:P/A:P</Vector>
      </ScoreSet>
      <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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5238.html</URL>
        <Description>CVE-2016-5238</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982959</URL>
        <Description>SUSE Bug 982959</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/982960</URL>
        <Description>SUSE Bug 982960</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="22">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The megasas_ctrl_get_info function in hw/scsi/megasas.c in QEMU allows local guest OS administrators to obtain sensitive host memory information via vectors related to reading device control information.</Note>
    </Notes>
    <CVE>CVE-2016-5337</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.5</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:P/I:N/A:N</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5337.html</URL>
        <Description>CVE-2016-5337</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/983961</URL>
        <Description>SUSE Bug 983961</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/983973</URL>
        <Description>SUSE Bug 983973</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="23">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The (1) esp_reg_read and (2) esp_reg_write functions in hw/scsi/esp.c in QEMU allow local guest OS administrators to cause a denial of service (QEMU process crash) or execute arbitrary code on the QEMU host via vectors related to the information transfer buffer.</Note>
    </Notes>
    <CVE>CVE-2016-5338</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.5</BaseScore>
        <Vector>AV:L/AC:H/Au:S/C:P/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.6</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5338.html</URL>
        <Description>CVE-2016-5338</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/983982</URL>
        <Description>SUSE Bug 983982</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/983984</URL>
        <Description>SUSE Bug 983984</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="24">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The virtqueue_pop function in hw/virtio/virtio.c in QEMU allows local guest OS administrators to cause a denial of service (memory consumption and QEMU process crash) by submitting requests without waiting for completion.</Note>
    </Notes>
    <CVE>CVE-2016-5403</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.3</BaseScore>
        <Vector>AV:A/AC:M/Au:S/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>4.9</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-5403.html</URL>
        <Description>CVE-2016-5403</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/990923</URL>
        <Description>SUSE Bug 990923</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/991080</URL>
        <Description>SUSE Bug 991080</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="25">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The PV pagetable code in arch/x86/mm.c in Xen 4.7.x and earlier allows local 32-bit PV guest OS administrators to gain host OS privileges by leveraging fast-paths for updating pagetable entries.</Note>
    </Notes>
    <CVE>CVE-2016-6258</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.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/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-6258.html</URL>
        <Description>CVE-2016-6258</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1072198</URL>
        <Description>SUSE Bug 1072198</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1072223</URL>
        <Description>SUSE Bug 1072223</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/988675</URL>
        <Description>SUSE Bug 988675</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/988692</URL>
        <Description>SUSE Bug 988692</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="26">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The esp_do_dma function in hw/scsi/esp.c in QEMU (aka Quick Emulator), when built with ESP/NCR53C9x controller emulation support, allows local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or execute arbitrary code on the QEMU host via vectors involving DMA read into ESP command buffer.</Note>
    </Notes>
    <CVE>CVE-2016-6351</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-doc-html-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-default-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-kmp-pae-4.4.4_07_3.0.101_77-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-32bit-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-libs-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:xen-tools-domU-4.4.4_07-37.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:xen-devel-4.4.4_07-37.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4</BaseScore>
        <Vector>AV:A/AC:H/Au:S/C:P/I:P/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.2</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20162100-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-6351.html</URL>
        <Description>CVE-2016-6351</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/990835</URL>
        <Description>SUSE Bug 990835</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/990843</URL>
        <Description>SUSE Bug 990843</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
