<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for the Linux Kernel</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2016:0911-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2016-03-30T09:59:17Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2016-03-30T09:59:17Z</InitialReleaseDate>
    <CurrentReleaseDate>2016-03-30T09:59:17Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for the Linux Kernel</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">
The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security and bugfixes.

Following feature was added to kernel-xen:
- A improved XEN blkfront module was added, which allows more I/O bandwidth. (FATE#320200)
  It is called xen-blkfront in PV, and xen-vbd-upstream in HVM mode.

The following security bugs were fixed:
- CVE-2013-7446: Use-after-free vulnerability in net/unix/af_unix.c in
  the Linux kernel allowed local users to bypass intended AF_UNIX socket
  permissions or cause a denial of service (panic) via crafted epoll_ctl
  calls (bnc#955654).
- CVE-2015-7515: An out of bounds memory access in the aiptek USB
  driver could be used by physical local attackers to crash the kernel
  (bnc#956708).
- CVE-2015-7550: The keyctl_read_key function in security/keys/keyctl.c
  in the Linux kernel did not properly use a semaphore, which allowed
  local users to cause a denial of service (NULL pointer dereference and
  system crash) or possibly have unspecified other impact via a crafted
  application that leverages a race condition between keyctl_revoke and
  keyctl_read calls (bnc#958951).
- CVE-2015-8539: The KEYS subsystem in the Linux kernel allowed
  local users to gain privileges or cause a denial of service (BUG)
  via crafted keyctl commands that negatively instantiate a key, related
  to security/keys/encrypted-keys/encrypted.c, security/keys/trusted.c,
  and security/keys/user_defined.c (bnc#958463).
- CVE-2015-8543: The networking implementation in the Linux kernel
  did not validate protocol identifiers for certain protocol families,
  which allowed local users to cause a denial of service (NULL function
  pointer dereference and system crash) or possibly gain privileges by
  leveraging CLONE_NEWUSER support to execute a crafted SOCK_RAW application
  (bnc#958886).
- CVE-2015-8550: Compiler optimizations in the XEN PV backend drivers
  could have lead to double fetch vulnerabilities, causing denial of service
  or arbitrary code execution (depending on the configuration) (bsc#957988).
- CVE-2015-8551, CVE-2015-8552: xen/pciback: For
  XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled
  (bsc#957990).
- CVE-2015-8569: The (1) pptp_bind and (2) pptp_connect functions in
  drivers/net/ppp/pptp.c in the Linux kernel did not verify an address
  length, which allowed local users to obtain sensitive information from
  kernel memory and bypass the KASLR protection mechanism via a crafted
  application (bnc#959190).
- CVE-2015-8575: The sco_sock_bind function in net/bluetooth/sco.c in the
  Linux kernel did not verify an address length, which allowed local users
  to obtain sensitive information from kernel memory and bypass the KASLR
  protection mechanism via a crafted application (bnc#959190 bnc#959399).
- CVE-2015-8767: net/sctp/sm_sideeffect.c in the Linux kernel did not
  properly manage the relationship between a lock and a socket, which
  allowed local users to cause a denial of service (deadlock) via a crafted
  sctp_accept call (bnc#961509).
- CVE-2015-8785: The fuse_fill_write_pages function in fs/fuse/file.c
  in the Linux kernel allowed local users to cause a denial of service
  (infinite loop) via a writev system call that triggers a zero length
  for the first segment of an iov (bnc#963765).
- CVE-2015-8812: A use-after-free flaw was found in the CXGB3 kernel
  driver when the network was considered to be congested. This could be
  used by local attackers to cause machine crashes or potentially code
  execution (bsc#966437).
- CVE-2016-0723: Race condition in the tty_ioctl function in
  drivers/tty/tty_io.c in the Linux kernel allowed local users to obtain
  sensitive information from kernel memory or cause a denial of service
  (use-after-free and system crash) by making a TIOCGETD ioctl call during
  processing of a TIOCSETD ioctl call (bnc#961500).
- CVE-2016-2069: Race conditions in TLB syncing was fixed which could
  leak to information leaks (bnc#963767).
- CVE-2016-2384: Removed a double free in the ALSA usb-audio driver in
  the umidi object which could lead to crashes (bsc#966693).
- CVE-2016-2543: Added a missing NULL check at remove_events ioctl in
  ALSA that could lead to crashes. (bsc#967972).
- CVE-2016-2544, CVE-2016-2545, CVE-2016-2546, CVE-2016-2547,
  CVE-2016-2548, CVE-2016-2549: Various race conditions in ALSAs timer
  handling were fixed. (bsc#967975, bsc#967974, bsc#967973, bsc#968011,
  bsc#968012, bsc#968013).

The following non-security bugs were fixed:
- alsa: hda - Add one more node in the EAPD supporting candidate list (bsc#963561).
- alsa: hda - Apply clock gate workaround to Skylake, too (bsc#966137).
- alsa: hda - Fix playback noise with 24/32 bit sample size on BXT (bsc#966137).
- alsa: hda - disable dynamic clock gating on Broxton before reset (bsc#966137).
- Add /etc/modprobe.d/50-xen.conf selecting Xen frontend driver implementation (bsc#957986, bsc#956084, bsc#961658).
- Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201).
- nfsv4: Recovery of recalled read delegations is broken (bsc#956514).
- nvme: default to 4k device page size (bsc#967042).
- pci: leave MEM and IO decoding disabled during 64-bit BAR sizing, too (bsc#951815).
- Refresh patches.xen/xen3-08-x86-ldt-make-modify_ldt-synchronous.patch (bsc#959705).
- Refresh patches.xen/xen-vscsi-large-requests (refine fix and also address bsc#966094).
- sunrpc: restore fair scheduling to priority queues (bsc#955308).
- usb: ftdi_sio: fix race condition in TIOCMIWAIT, and abort of TIOCMIWAIT when the device is removed (bnc#956375).
- usb: ftdi_sio: fix status line change handling for TIOCMIWAIT and TIOCGICOUNT (bnc#956375).
- usb: ftdi_sio: fix tiocmget and tiocmset return values (bnc#956375).
- usb: ftdi_sio: fix tiocmget indentation (bnc#956375).
- usb: ftdi_sio: optimise chars_in_buffer (bnc#956375).
- usb: ftdi_sio: refactor modem-control status retrieval (bnc#956375).
- usb: ftdi_sio: remove unnecessary memset (bnc#956375).
- usb: ftdi_sio: use ftdi_get_modem_status in chars_in_buffer (bnc#956375).
- usb: ftdi_sio: use generic chars_in_buffer (bnc#956375).
- usb: pl2303: clean up line-status handling (bnc#959649).
- usb: pl2303: only wake up MSR queue on changes (bnc#959649).
- usb: pl2303: remove bogus delta_msr_wait wake up (bnc#959649).
- usb: serial: export usb_serial_generic_chars_in_buffer (bnc#956375).
- Update patches.fixes/mm-exclude-reserved-pages-from-dirtyable-memory-fix.patch (bnc#940017, bnc#949298, bnc#947128).
- xen: Update Xen config files (enable upstream block frontend).
- ec2: Update kabi files and start tracking ec2
- xen: consolidate and simplify struct xenbus_driver instantiation (bsc#961658 fate#320200).
- blktap: also call blkif_disconnect() when frontend switched to closed (bsc#952976).
- blktap: refine mm tracking (bsc#952976).
- block: Always check queue limits for cloned requests (bsc#933782).
- block: xen-blkfront: Fix possible NULL ptr dereference (bsc#961658 fate#320200).
- bnx2x: Add new device ids under the Qlogic vendor (bsc#964818).
- bnx2x: Alloc 4k fragment for each rx ring buffer element (bsc#953369).
- bnx2x: fix DMA API usage (bsc#953369).
- driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#962965).
- driver: xen-blkfront: move talk_to_blkback to a more suitable place (bsc#961658 fate#320200).
- drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising (bsc#961658 fate#320200).
- drm/i915: Change semantics of hw_contexts_disabled (bsc#963276).
- drm/i915: Evict CS TLBs between batches (bsc#758040).
- drm/i915: Fix SRC_COPY width on 830/845g (bsc#758040).
- e1000e: Do not read ICR in Other interrupt (bsc#924919).
- e1000e: Do not write lsc to ics in msi-x mode (bsc#924919).
- e1000e: Fix msi-x interrupt automask (bsc#924919).
- e1000e: Remove unreachable code (bsc#924919).
- ext3: NULL dereference in ext3_evict_inode() (bsc#942082).
- ext3: fix data=journal fast mount/umount hang (bsc#942082).
- firmware: Create directories for external firmware (bsc#959312).
- firmware: Simplify directory creation (bsc#959312).
- ftdi_sio: private backport of TIOCMIWAIT (bnc#956375).
- iommu/vt-d: Do not change dma domain on dma-mask change (bsc#955925).
- jbd: Fix unreclaimed pages after truncate in data=journal mode (bsc#961516).
- kabi/severities: Add exception for bnx2x_schedule_sp_rtnl() There is no external, 3rd party modules use the symbol and the bnx2x_schedule_sp_rtnl symbol is only used in the bnx2x driver. (bsc#953369)
- kbuild: create directory for dir/file.o (bsc#959312).
- llist/xen-blkfront: implement safe version of llist_for_each_entry (bsc#961658 fate#320200).
- lpfc: Fix null ndlp dereference in target_reset_handler (bsc#951392).
- mm-memcg-print-statistics-from-live-counters-fix (bnc#969307).
- nvme: Clear BIO_SEG_VALID flag in nvme_bio_split() (bsc#954992).
- pci: Update VPD size with correct length (bsc#958906).
- pl2303: fix TIOCMIWAIT (bnc#959649).
- pl2303: introduce private disconnect method (bnc#959649).
- qeth: initialize net_device with carrier off (bnc#958000, LTC#136514).
- s390/cio: collect format 1 channel-path description data (bnc#958000, LTC#136434).
- s390/cio: ensure consistent measurement state (bnc#958000, LTC#136434).
- s390/cio: fix measurement characteristics memleak (bnc#958000, LTC#136434).
- s390/cio: update measurement characteristics (bnc#958000, LTC#136434).
- s390/dasd: fix failfast for disconnected devices (bnc#958000, LTC#135138).
- s390/sclp: Determine HSA size dynamically for zfcpdump (bnc#958000, LTC#136143).
- s390/sclp: Move declarations for sclp_sdias into separate header file (bnc#958000, LTC#136143).
- scsi_dh_rdac: always retry MODE SELECT on command lock violation (bsc#956949).
- supported.conf: Add xen-blkfront.
- tg3: 5715 does not link up when autoneg off (bsc#904035).
- usb: serial: ftdi_sio: Add missing chars_in_buffer function (bnc#956375).
- vmxnet3: fix building without CONFIG_PCI_MSI (bsc#958912).
- vmxnet3: fix netpoll race condition (bsc#958912).
- xen, blkfront: factor out flush-related checks from do_blkif_request() (bsc#961658 fate#320200).
- xen-blkfront: Handle discard requests (bsc#961658 fate#320200).
- xen-blkfront: If no barrier or flush is supported, use invalid operation (bsc#961658 fate#320200).
- xen-blkfront: Introduce a 'max' module parameter to alter the amount of indirect segments (bsc#961658 fate#320200).
- xen-blkfront: Silence pfn maybe-uninitialized warning (bsc#961658 fate#320200).
- xen-blkfront: allow building in our Xen environment (bsc#961658 fate#320200).
- xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing) (bsc#961658 fate#320200).
- xen-blkfront: do not add indirect pages to list when !feature_persistent (bsc#961658 fate#320200).
- xen-blkfront: drop the use of llist_for_each_entry_safe (bsc#961658 fate#320200).
- xen-blkfront: fix a deadlock while handling discard response (bsc#961658 fate#320200).
- xen-blkfront: fix accounting of reqs when migrating (bsc#961658 fate#320200).
- xen-blkfront: free allocated page (bsc#961658 fate#320200).
- xen-blkfront: handle backend CLOSED without CLOSING (bsc#961658 fate#320200).
- xen-blkfront: handle bvecs with partial data (bsc#961658 fate#320200).
- xen-blkfront: improve aproximation of required grants per request (bsc#961658 fate#320200).
- xen-blkfront: make blkif_io_lock spinlock per-device (bsc#961658 fate#320200).
- xen-blkfront: plug device number leak in xlblk_init() error path (bsc#961658 fate#320200).
- xen-blkfront: pre-allocate pages for requests (bsc#961658 fate#320200).
- xen-blkfront: remove frame list from blk_shadow (bsc#961658 fate#320200).
- xen-blkfront: remove type check from blkfront_setup_discard (bsc#961658 fate#320200).
- xen-blkfront: restore the non-persistent data path (bsc#961658 fate#320200).
- xen-blkfront: revoke foreign access for grants not mapped by the backend (bsc#961658 fate#320200).
- xen-blkfront: set blk_queue_max_hw_sectors correctly (bsc#961658 fate#320200).
- xen-blkfront: switch from llist to list (bsc#961658 fate#320200).
- xen-blkfront: use a different scatterlist for each request (bsc#961658 fate#320200).
- xen-block: implement indirect descriptors (bsc#961658 fate#320200).
- xen/blk[front|back]: Enhance discard support with secure erasing support (bsc#961658 fate#320200).
- xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together (bsc#961658 fate#320200).
- xen/blkback: Persistent grant maps for xen blk drivers (bsc#961658 fate#320200).
- xen/blkback: persistent-grants fixes (bsc#961658 fate#320200).
- xen/blkfront: Fix crash if backend does not follow the right states (bsc#961658 fate#320200).
- xen/blkfront: do not put bdev right after getting it (bsc#961658 fate#320200).
- xen/blkfront: improve protection against issuing unsupported REQ_FUA (bsc#961658 fate#320200).
- xen/blkfront: remove redundant flush_op (bsc#961658 fate#320200).
- xen/panic/x86: Allow cpus to save registers even if they (bnc#940946).
- xen/panic/x86: Fix re-entrance problem due to panic on (bnc#937444).
- xen/pvhvm: If xen_platform_pci=0 is set do not blow up (v4) (bsc#961658 fate#320200).
- xen/x86/mm: Add barriers and document switch_mm()-vs-flush synchronization (bnc#963767).
- xen: x86: mm: drop TLB flush from ptep_set_access_flags (bsc#948330).
- xen: x86: mm: only do a local tlb flush in ptep_set_access_flags() (bsc#948330).
- xfs: Skip dirty pages in -&gt;releasepage (bnc#912738, bnc#915183).
- zfcp: fix fc_host port_type with NPIV (bnc#958000, LTC#132479).
</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-kernel-201603-12480,sledsp4-kernel-201603-12480,slessp4-kernel-201603-12480,slexsp3-kernel-201603-12480</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-20160911-1/</URL>
      <Description>Link for SUSE-SU-2016:0911-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/opensuse-security-announce/2016-03/msg00094.html</URL>
      <Description>E-Mail link for SUSE-SU-2016:0911-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/758040</URL>
      <Description>SUSE Bug 758040</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/904035</URL>
      <Description>SUSE Bug 904035</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/912738</URL>
      <Description>SUSE Bug 912738</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/915183</URL>
      <Description>SUSE Bug 915183</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/924919</URL>
      <Description>SUSE Bug 924919</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/933782</URL>
      <Description>SUSE Bug 933782</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/937444</URL>
      <Description>SUSE Bug 937444</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/940017</URL>
      <Description>SUSE Bug 940017</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/940946</URL>
      <Description>SUSE Bug 940946</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/942082</URL>
      <Description>SUSE Bug 942082</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/947128</URL>
      <Description>SUSE Bug 947128</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/948330</URL>
      <Description>SUSE Bug 948330</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/949298</URL>
      <Description>SUSE Bug 949298</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/951392</URL>
      <Description>SUSE Bug 951392</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/951815</URL>
      <Description>SUSE Bug 951815</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/952976</URL>
      <Description>SUSE Bug 952976</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/953369</URL>
      <Description>SUSE Bug 953369</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/954992</URL>
      <Description>SUSE Bug 954992</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/955308</URL>
      <Description>SUSE Bug 955308</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/955654</URL>
      <Description>SUSE Bug 955654</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/955837</URL>
      <Description>SUSE Bug 955837</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/955925</URL>
      <Description>SUSE Bug 955925</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/956084</URL>
      <Description>SUSE Bug 956084</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/956375</URL>
      <Description>SUSE Bug 956375</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/956514</URL>
      <Description>SUSE Bug 956514</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/956708</URL>
      <Description>SUSE Bug 956708</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/956949</URL>
      <Description>SUSE Bug 956949</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/957988</URL>
      <Description>SUSE Bug 957988</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/957990</URL>
      <Description>SUSE Bug 957990</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/958000</URL>
      <Description>SUSE Bug 958000</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/958463</URL>
      <Description>SUSE Bug 958463</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/958886</URL>
      <Description>SUSE Bug 958886</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/958906</URL>
      <Description>SUSE Bug 958906</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/958912</URL>
      <Description>SUSE Bug 958912</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/958951</URL>
      <Description>SUSE Bug 958951</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/959190</URL>
      <Description>SUSE Bug 959190</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/959312</URL>
      <Description>SUSE Bug 959312</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/959399</URL>
      <Description>SUSE Bug 959399</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/959649</URL>
      <Description>SUSE Bug 959649</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/959705</URL>
      <Description>SUSE Bug 959705</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/961500</URL>
      <Description>SUSE Bug 961500</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/961509</URL>
      <Description>SUSE Bug 961509</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/961516</URL>
      <Description>SUSE Bug 961516</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/961658</URL>
      <Description>SUSE Bug 961658</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/962965</URL>
      <Description>SUSE Bug 962965</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/963276</URL>
      <Description>SUSE Bug 963276</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/963561</URL>
      <Description>SUSE Bug 963561</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/963765</URL>
      <Description>SUSE Bug 963765</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/963767</URL>
      <Description>SUSE Bug 963767</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/964201</URL>
      <Description>SUSE Bug 964201</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/964818</URL>
      <Description>SUSE Bug 964818</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/966094</URL>
      <Description>SUSE Bug 966094</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/966137</URL>
      <Description>SUSE Bug 966137</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/966437</URL>
      <Description>SUSE Bug 966437</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/966693</URL>
      <Description>SUSE Bug 966693</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/967042</URL>
      <Description>SUSE Bug 967042</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/967972</URL>
      <Description>SUSE Bug 967972</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/967973</URL>
      <Description>SUSE Bug 967973</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/967974</URL>
      <Description>SUSE Bug 967974</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/967975</URL>
      <Description>SUSE Bug 967975</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/968011</URL>
      <Description>SUSE Bug 968011</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/968012</URL>
      <Description>SUSE Bug 968012</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/968013</URL>
      <Description>SUSE Bug 968013</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/969307</URL>
      <Description>SUSE Bug 969307</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2013-7446/</URL>
      <Description>SUSE CVE CVE-2013-7446 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-7515/</URL>
      <Description>SUSE CVE CVE-2015-7515 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-7550/</URL>
      <Description>SUSE CVE CVE-2015-7550 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8539/</URL>
      <Description>SUSE CVE CVE-2015-8539 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8543/</URL>
      <Description>SUSE CVE CVE-2015-8543 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8550/</URL>
      <Description>SUSE CVE CVE-2015-8550 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8551/</URL>
      <Description>SUSE CVE CVE-2015-8551 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8552/</URL>
      <Description>SUSE CVE CVE-2015-8552 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8569/</URL>
      <Description>SUSE CVE CVE-2015-8569 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8575/</URL>
      <Description>SUSE CVE CVE-2015-8575 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8767/</URL>
      <Description>SUSE CVE CVE-2015-8767 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8785/</URL>
      <Description>SUSE CVE CVE-2015-8785 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2015-8812/</URL>
      <Description>SUSE CVE CVE-2015-8812 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-0723/</URL>
      <Description>SUSE CVE CVE-2016-0723 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2069/</URL>
      <Description>SUSE CVE CVE-2016-2069 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2384/</URL>
      <Description>SUSE CVE CVE-2016-2384 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2543/</URL>
      <Description>SUSE CVE CVE-2016-2543 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2544/</URL>
      <Description>SUSE CVE CVE-2016-2544 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2545/</URL>
      <Description>SUSE CVE CVE-2016-2545 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2546/</URL>
      <Description>SUSE CVE CVE-2016-2546 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2547/</URL>
      <Description>SUSE CVE CVE-2016-2547 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2548/</URL>
      <Description>SUSE CVE CVE-2016-2548 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2016-2549/</URL>
      <Description>SUSE CVE CVE-2016-2549 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 11 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Desktop 11 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4" CPE="cpe:/o:suse:suse_sled:11:sp4">SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
      </Branch>
    </Branch>
    <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="kernel-docs-3.0.101-71.2">
      <FullProductName ProductID="kernel-docs-3.0.101-71.2">kernel-docs-3.0.101-71.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-3.0.101-71.1">
      <FullProductName ProductID="kernel-default-3.0.101-71.1">kernel-default-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-3.0.101-71.1">
      <FullProductName ProductID="kernel-default-base-3.0.101-71.1">kernel-default-base-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-3.0.101-71.1">
      <FullProductName ProductID="kernel-default-devel-3.0.101-71.1">kernel-default-devel-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-3.0.101-71.1">
      <FullProductName ProductID="kernel-default-extra-3.0.101-71.1">kernel-default-extra-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-3.0.101-71.1">
      <FullProductName ProductID="kernel-pae-3.0.101-71.1">kernel-pae-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-base-3.0.101-71.1">
      <FullProductName ProductID="kernel-pae-base-3.0.101-71.1">kernel-pae-base-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-devel-3.0.101-71.1">
      <FullProductName ProductID="kernel-pae-devel-3.0.101-71.1">kernel-pae-devel-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-extra-3.0.101-71.1">
      <FullProductName ProductID="kernel-pae-extra-3.0.101-71.1">kernel-pae-extra-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-3.0.101-71.1">
      <FullProductName ProductID="kernel-source-3.0.101-71.1">kernel-source-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-3.0.101-71.1">
      <FullProductName ProductID="kernel-syms-3.0.101-71.1">kernel-syms-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-devel-3.0.101-71.1">
      <FullProductName ProductID="kernel-trace-devel-3.0.101-71.1">kernel-trace-devel-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-3.0.101-71.1">
      <FullProductName ProductID="kernel-xen-3.0.101-71.1">kernel-xen-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-base-3.0.101-71.1">
      <FullProductName ProductID="kernel-xen-base-3.0.101-71.1">kernel-xen-base-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-devel-3.0.101-71.1">
      <FullProductName ProductID="kernel-xen-devel-3.0.101-71.1">kernel-xen-devel-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-extra-3.0.101-71.1">
      <FullProductName ProductID="kernel-xen-extra-3.0.101-71.1">kernel-xen-extra-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-3.0.101-71.1">
      <FullProductName ProductID="kernel-default-man-3.0.101-71.1">kernel-default-man-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-3.0.101-71.1">
      <FullProductName ProductID="kernel-ec2-3.0.101-71.1">kernel-ec2-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-base-3.0.101-71.1">
      <FullProductName ProductID="kernel-ec2-base-3.0.101-71.1">kernel-ec2-base-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-devel-3.0.101-71.1">
      <FullProductName ProductID="kernel-ec2-devel-3.0.101-71.1">kernel-ec2-devel-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ppc64-3.0.101-71.1">
      <FullProductName ProductID="kernel-ppc64-3.0.101-71.1">kernel-ppc64-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ppc64-base-3.0.101-71.1">
      <FullProductName ProductID="kernel-ppc64-base-3.0.101-71.1">kernel-ppc64-base-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ppc64-devel-3.0.101-71.1">
      <FullProductName ProductID="kernel-ppc64-devel-3.0.101-71.1">kernel-ppc64-devel-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-3.0.101-71.1">
      <FullProductName ProductID="kernel-trace-3.0.101-71.1">kernel-trace-3.0.101-71.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-trace-base-3.0.101-71.1">
      <FullProductName ProductID="kernel-trace-base-3.0.101-71.1">kernel-trace-base-3.0.101-71.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-default-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1">kernel-default-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1">kernel-default-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1">kernel-default-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1">kernel-default-extra-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1">kernel-pae-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1">kernel-pae-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1">kernel-pae-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-extra-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1">kernel-pae-extra-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1">kernel-source-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1">kernel-syms-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1">kernel-trace-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1">kernel-xen-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1">kernel-xen-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1">kernel-xen-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-extra-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Desktop 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1">kernel-xen-extra-3.0.101-71.1 as a component of SUSE Linux Enterprise Desktop 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1">kernel-default-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1">kernel-default-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1">kernel-default-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1">kernel-default-man-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1">kernel-ec2-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1">kernel-ec2-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1">kernel-ec2-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1">kernel-pae-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1">kernel-pae-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1">kernel-pae-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1">kernel-ppc64-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1">kernel-ppc64-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1">kernel-ppc64-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1">kernel-source-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1">kernel-syms-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1">kernel-trace-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1">kernel-trace-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1">kernel-trace-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1">kernel-xen-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1">kernel-xen-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.0.101-71.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1">kernel-xen-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-3.0.101-71.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:kernel-default-3.0.101-71.1">kernel-default-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-3.0.101-71.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:kernel-default-base-3.0.101-71.1">kernel-default-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-3.0.101-71.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:kernel-default-devel-3.0.101-71.1">kernel-default-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-3.0.101-71.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:kernel-default-man-3.0.101-71.1">kernel-default-man-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-3.0.101-71.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:kernel-ec2-3.0.101-71.1">kernel-ec2-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-base-3.0.101-71.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:kernel-ec2-base-3.0.101-71.1">kernel-ec2-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-devel-3.0.101-71.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:kernel-ec2-devel-3.0.101-71.1">kernel-ec2-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-3.0.101-71.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:kernel-pae-3.0.101-71.1">kernel-pae-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-base-3.0.101-71.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:kernel-pae-base-3.0.101-71.1">kernel-pae-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-devel-3.0.101-71.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:kernel-pae-devel-3.0.101-71.1">kernel-pae-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-3.0.101-71.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:kernel-ppc64-3.0.101-71.1">kernel-ppc64-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-base-3.0.101-71.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:kernel-ppc64-base-3.0.101-71.1">kernel-ppc64-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ppc64-devel-3.0.101-71.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:kernel-ppc64-devel-3.0.101-71.1">kernel-ppc64-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-3.0.101-71.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:kernel-source-3.0.101-71.1">kernel-source-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-3.0.101-71.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:kernel-syms-3.0.101-71.1">kernel-syms-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-3.0.101-71.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:kernel-trace-3.0.101-71.1">kernel-trace-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-base-3.0.101-71.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:kernel-trace-base-3.0.101-71.1">kernel-trace-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-trace-devel-3.0.101-71.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:kernel-trace-devel-3.0.101-71.1">kernel-trace-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-3.0.101-71.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:kernel-xen-3.0.101-71.1">kernel-xen-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-3.0.101-71.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:kernel-xen-base-3.0.101-71.1">kernel-xen-base-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-3.0.101-71.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:kernel-xen-devel-3.0.101-71.1">kernel-xen-devel-3.0.101-71.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-3.0.101-71.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2">kernel-docs-3.0.101-71.2 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">Use-after-free vulnerability in net/unix/af_unix.c in the Linux kernel before 4.3.3 allows local users to bypass intended AF_UNIX socket permissions or cause a denial of service (panic) via crafted epoll_ctl calls.</Note>
    </Notes>
    <CVE>CVE-2013-7446</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>2.1</BaseScore>
        <Vector>AV:L/AC:L/Au:N/C: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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2013-7446.html</URL>
        <Description>CVE-2013-7446</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/955654</URL>
        <Description>SUSE Bug 955654</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/955837</URL>
        <Description>SUSE Bug 955837</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 aiptek_probe function in drivers/input/tablet/aiptek.c in the Linux kernel before 4.4 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted USB device that lacks endpoints.</Note>
    </Notes>
    <CVE>CVE-2015-7515</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-7515.html</URL>
        <Description>CVE-2015-7515</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/956708</URL>
        <Description>SUSE Bug 956708</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 keyctl_read_key function in security/keys/keyctl.c in the Linux kernel before 4.3.4 does not properly use a semaphore, which allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted application that leverages a race condition between keyctl_revoke and keyctl_read calls.</Note>
    </Notes>
    <CVE>CVE-2015-7550</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.6</BaseScore>
        <Vector>AV:L/AC:L/Au:S/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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-7550.html</URL>
        <Description>CVE-2015-7550</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1052256</URL>
        <Description>SUSE Bug 1052256</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/958951</URL>
        <Description>SUSE Bug 958951</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 KEYS subsystem in the Linux kernel before 4.4 allows local users to gain privileges or cause a denial of service (BUG) via crafted keyctl commands that negatively instantiate a key, related to security/keys/encrypted-keys/encrypted.c, security/keys/trusted.c, and security/keys/user_defined.c.</Note>
    </Notes>
    <CVE>CVE-2015-8539</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8539.html</URL>
        <Description>CVE-2015-8539</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/781018</URL>
        <Description>SUSE Bug 781018</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/958463</URL>
        <Description>SUSE Bug 958463</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/958601</URL>
        <Description>SUSE Bug 958601</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The networking implementation in the Linux kernel through 4.3.3, as used in Android and other products, does not validate protocol identifiers for certain protocol families, which allows local users to cause a denial of service (NULL function pointer dereference and system crash) or possibly gain privileges by leveraging CLONE_NEWUSER support to execute a crafted SOCK_RAW application.</Note>
    </Notes>
    <CVE>CVE-2015-8543</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.7</BaseScore>
        <Vector>AV:L/AC:L/Au:S/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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8543.html</URL>
        <Description>CVE-2015-8543</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1052256</URL>
        <Description>SUSE Bug 1052256</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/923755</URL>
        <Description>SUSE Bug 923755</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/958886</URL>
        <Description>SUSE Bug 958886</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/963994</URL>
        <Description>SUSE Bug 963994</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/969522</URL>
        <Description>SUSE Bug 969522</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">Xen, when used on a system providing PV backends, allows local guest OS administrators to cause a denial of service (host OS crash) or gain privileges by writing to memory shared between the frontend and backend, aka a double fetch vulnerability.</Note>
    </Notes>
    <CVE>CVE-2015-8550</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8550.html</URL>
        <Description>CVE-2015-8550</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1052256</URL>
        <Description>SUSE Bug 1052256</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/957988</URL>
        <Description>SUSE Bug 957988</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">The PCI backend driver in Xen, when running on an x86 system and using Linux 3.1.x through 4.3.x as the driver domain, allows local guest administrators to hit BUG conditions and cause a denial of service (NULL pointer dereference and host OS crash) by leveraging a system with access to a passed-through MSI or MSI-X capable physical PCI device and a crafted sequence of XEN_PCI_OP_* operations, aka "Linux pciback missing sanity checks."</Note>
    </Notes>
    <CVE>CVE-2015-8551</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5.2</BaseScore>
        <Vector>AV:A/AC:M/Au:S/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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8551.html</URL>
        <Description>CVE-2015-8551</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/957990</URL>
        <Description>SUSE Bug 957990</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 PCI backend driver in Xen, when running on an x86 system and using Linux 3.1.x through 4.3.x as the driver domain, allows local guest administrators to generate a continuous stream of WARN messages and cause a denial of service (disk consumption) by leveraging a system with access to a passed-through MSI or MSI-X capable physical PCI device and XEN_PCI_OP_enable_msi operations, aka "Linux pciback missing sanity checks."</Note>
    </Notes>
    <CVE>CVE-2015-8552</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8552.html</URL>
        <Description>CVE-2015-8552</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/957990</URL>
        <Description>SUSE Bug 957990</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 (1) pptp_bind and (2) pptp_connect functions in drivers/net/ppp/pptp.c in the Linux kernel through 4.3.3 do not verify an address length, which allows local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism via a crafted application.</Note>
    </Notes>
    <CVE>CVE-2015-8569</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8569.html</URL>
        <Description>CVE-2015-8569</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/923755</URL>
        <Description>SUSE Bug 923755</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/959190</URL>
        <Description>SUSE Bug 959190</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/959399</URL>
        <Description>SUSE Bug 959399</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/963994</URL>
        <Description>SUSE Bug 963994</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 sco_sock_bind function in net/bluetooth/sco.c in the Linux kernel before 4.3.4 does not verify an address length, which allows local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism via a crafted application.</Note>
    </Notes>
    <CVE>CVE-2015-8575</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</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>
    </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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8575.html</URL>
        <Description>CVE-2015-8575</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/959190</URL>
        <Description>SUSE Bug 959190</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/959399</URL>
        <Description>SUSE Bug 959399</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">net/sctp/sm_sideeffect.c in the Linux kernel before 4.3 does not properly manage the relationship between a lock and a socket, which allows local users to cause a denial of service (deadlock) via a crafted sctp_accept call.</Note>
    </Notes>
    <CVE>CVE-2015-8767</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</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>
    </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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8767.html</URL>
        <Description>CVE-2015-8767</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/961509</URL>
        <Description>SUSE Bug 961509</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 fuse_fill_write_pages function in fs/fuse/file.c in the Linux kernel before 4.4 allows local users to cause a denial of service (infinite loop) via a writev system call that triggers a zero length for the first segment of an iov.</Note>
    </Notes>
    <CVE>CVE-2015-8785</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</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: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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8785.html</URL>
        <Description>CVE-2015-8785</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/963765</URL>
        <Description>SUSE Bug 963765</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">drivers/infiniband/hw/cxgb3/iwch_cm.c in the Linux kernel before 4.5 does not properly identify error conditions, which allows remote attackers to execute arbitrary code or cause a denial of service (use-after-free) via crafted packets.</Note>
    </Notes>
    <CVE>CVE-2015-8812</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2016/suse-su-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-8812.html</URL>
        <Description>CVE-2015-8812</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/966437</URL>
        <Description>SUSE Bug 966437</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/966683</URL>
        <Description>SUSE Bug 966683</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">Race condition in the tty_ioctl function in drivers/tty/tty_io.c in the Linux kernel through 4.4.1 allows local users to obtain sensitive information from kernel memory or cause a denial of service (use-after-free and system crash) by making a TIOCGETD ioctl call during processing of a TIOCSETD ioctl call.</Note>
    </Notes>
    <CVE>CVE-2016-0723</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.4</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-0723.html</URL>
        <Description>CVE-2016-0723</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/961500</URL>
        <Description>SUSE Bug 961500</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">Race condition in arch/x86/mm/tlb.c in the Linux kernel before 4.4.1 allows local users to gain privileges by triggering access to a paging structure by a different CPU.</Note>
    </Notes>
    <CVE>CVE-2016-2069</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</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>
    </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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2069.html</URL>
        <Description>CVE-2016-2069</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1115893</URL>
        <Description>SUSE Bug 1115893</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/870618</URL>
        <Description>SUSE Bug 870618</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/963767</URL>
        <Description>SUSE Bug 963767</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">Double free vulnerability in the snd_usbmidi_create function in sound/usb/midi.c in the Linux kernel before 4.5 allows physically proximate attackers to cause a denial of service (panic) or possibly have unspecified other impact via vectors involving an invalid USB descriptor.</Note>
    </Notes>
    <CVE>CVE-2016-2384</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.2</BaseScore>
        <Vector>AV:L/AC:H/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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2384.html</URL>
        <Description>CVE-2016-2384</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/966693</URL>
        <Description>SUSE Bug 966693</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/967773</URL>
        <Description>SUSE Bug 967773</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 snd_seq_ioctl_remove_events function in sound/core/seq/seq_clientmgr.c in the Linux kernel before 4.4.1 does not verify FIFO assignment before proceeding with FIFO clearing, which allows local users to cause a denial of service (NULL pointer dereference and OOPS) via a crafted ioctl call.</Note>
    </Notes>
    <CVE>CVE-2016-2543</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2543.html</URL>
        <Description>CVE-2016-2543</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/967972</URL>
        <Description>SUSE Bug 967972</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">Race condition in the queue_delete function in sound/core/seq/seq_queue.c in the Linux kernel before 4.4.1 allows local users to cause a denial of service (use-after-free and system crash) by making an ioctl call at a certain time.</Note>
    </Notes>
    <CVE>CVE-2016-2544</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2544.html</URL>
        <Description>CVE-2016-2544</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/967973</URL>
        <Description>SUSE Bug 967973</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 snd_timer_interrupt function in sound/core/timer.c in the Linux kernel before 4.4.1 does not properly maintain a certain linked list, which allows local users to cause a denial of service (race condition and system crash) via a crafted ioctl call.</Note>
    </Notes>
    <CVE>CVE-2016-2545</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2545.html</URL>
        <Description>CVE-2016-2545</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/967974</URL>
        <Description>SUSE Bug 967974</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">sound/core/timer.c in the Linux kernel before 4.4.1 uses an incorrect type of mutex, which allows local users to cause a denial of service (race condition, use-after-free, and system crash) via a crafted ioctl call.</Note>
    </Notes>
    <CVE>CVE-2016-2546</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2546.html</URL>
        <Description>CVE-2016-2546</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/967975</URL>
        <Description>SUSE Bug 967975</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">sound/core/timer.c in the Linux kernel before 4.4.1 employs a locking approach that does not consider slave timer instances, which allows local users to cause a denial of service (race condition, use-after-free, and system crash) via a crafted ioctl call.</Note>
    </Notes>
    <CVE>CVE-2016-2547</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2547.html</URL>
        <Description>CVE-2016-2547</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/968011</URL>
        <Description>SUSE Bug 968011</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">sound/core/timer.c in the Linux kernel before 4.4.1 retains certain linked lists after a close or stop action, which allows local users to cause a denial of service (system crash) via a crafted ioctl call, related to the (1) snd_timer_close and (2) _snd_timer_stop functions.</Note>
    </Notes>
    <CVE>CVE-2016-2548</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2548.html</URL>
        <Description>CVE-2016-2548</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/968012</URL>
        <Description>SUSE Bug 968012</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">sound/core/hrtimer.c in the Linux kernel before 4.4.1 does not prevent recursive callback access, which allows local users to cause a denial of service (deadlock) via a crafted ioctl call.</Note>
    </Notes>
    <CVE>CVE-2016-2549</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-default-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-pae-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Desktop 11 SP4:kernel-xen-extra-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-default-man-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ec2-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-pae-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-ppc64-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-source-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-syms-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-trace-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-base-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:kernel-xen-devel-3.0.101-71.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:kernel-docs-3.0.101-71.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <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-20160911-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2549.html</URL>
        <Description>CVE-2016-2549</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020452</URL>
        <Description>SUSE Bug 1020452</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/968013</URL>
        <Description>SUSE Bug 968013</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
