SUSE-SU-2016:1019-1

Vulnerability from csaf_suse - Published: 2016-04-12 15:48 - Updated: 2016-04-12 15:48
Summary
Security update for the Linux Kernel
Severity
Important
Notes
Title of the patch: Security update for the Linux Kernel
Description of the patch: The SUSE Linux Enterprise 12 SP1 kernel was updated to 3.12.57 to receive various security and bugfixes. The following security bugs were fixed: - CVE-2015-8812: A flaw was found in the CXGB3 kernel driver when the network was considered congested. The kernel would incorrectly misinterpret the congestion as an error condition and incorrectly free/clean up the skb. When the device would then send the skb's queued, these structures would be referenced and may panic the system or allow an attacker to escalate privileges in a use-after-free scenario. (bsc#966437) - CVE-2015-8816: A malicious USB device could cause a kernel crash in the USB hub driver. (bnc#968010). - CVE-2016-2143: On zSeries a fork of a large process could have caused memory corruption due to incorrect page table handling. (bnc#970504) - CVE-2016-2184: A malicious USB device could cause a kernel crash in the alsa usb-audio driver. (bsc#971125). - CVE-2016-2384: A malicious USB device could cause a kernel crash in the alsa usb-audio driver. (bsc#966693) - CVE-2016-2782: A malicious USB device could cause a kernel crash in the usb visor driver. (bnc#968670). - CVE-2016-3139: A malicious USB device could cause a kernel crash in the wacom driver. (bnc#970909). - CVE-2016-3156: Removal of ipv4 interfaces with a large number of IP addresses was taking very long. (bsc#971360). - CVE-2015-8709: kernel/ptrace.c in the Linux kernel mishandled uid and gid mappings, which allowed local users to gain privileges by establishing a user namespace, waiting for a root process to enter that namespace with an unsafe uid or gid, and then using the ptrace system call. NOTE: the vendor states 'there is no kernel bug here (bnc#960561). The following non-security bugs were fixed: - aacraid: Refresh patches.drivers/0005-aacraid-MSI-x-support.patch. (boo#970249) - acpi: processor: Introduce apic_id in struct processor to save parsed APIC id (bsc#959463). - alsa: rawmidi: Make snd_rawmidi_transmit() race-free (bsc#968018). - alsa: seq: Fix leak of pool buffer at concurrent writes (bsc#968018). - btrfs: Account data space in more proper timing: (bsc#963193). - btrfs: Add handler for invalidate page (bsc#963193). - btrfs: check prepare_uptodate_page() error code earlier (bnc#966910). - btrfs: delayed_ref: Add new function to record reserved space into delayed ref (bsc#963193). - btrfs: delayed_ref: release and free qgroup reserved at proper timing (bsc#963193). - btrfs: extent_io: Introduce needed structure for recoding set/clear bits (bsc#963193). - btrfs: extent_io: Introduce new function clear_record_extent_bits() (bsc#963193). - btrfs: extent_io: Introduce new function set_record_extent_bits (bsc#963193). - btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space (bsc#963193). - btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space (bsc#963193). - btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space (bsc#963193). - btrfs: extent-tree: Switch to new delalloc space reserve and release (bsc#963193). - btrfs: fallocate: Added a prerequisite patch and rebased the chunks that had previously been taken from it. Fixes a warning we had in fs/btrfs/file.c. - btrfs: fallocate: Add support to accurate qgroup reserve (bsc#963193). - btrfs: fix invalid page accesses in extent_same (dedup) ioctl (bnc#968230). - btrfs: fix page reading in extent_same ioctl leading to csum errors (bnc#968230). - btrfs: fix warning in backref walking (bnc#966278). - btrfs: qgroup: Add handler for NOCOW and inline (bsc#963193). - btrfs: qgroup: Add new trace point for qgroup data reserve (bsc#963193). - btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook (bsc#963193). - btrfs: qgroup: Check if qgroup reserved space leaked (bsc#963193). - btrfs: qgroup: Cleanup old inaccurate facilities (bsc#963193). - btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans (bsc#963193). - btrfs: qgroup: Fix a rebase bug which will cause qgroup double free (bsc#963193). - btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value (bsc#969439). - btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function (bsc#963193). - btrfs: qgroup: Introduce functions to release/free qgroup reserve data space (bsc#963193). - btrfs: qgroup: Introduce new functions to reserve/free metadata (bsc#963193). - btrfs: qgroup: Use new metadata reservation (bsc#963193). - dcache: use IS_ROOT to decide where dentry is hashed (bsc#949752). - dmapi: fix dm_open_by_handle_rvp taking an extra ref to mnt (bsc#967292). - drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64 (bsc#963827). - drivers: hv: Allow for MMIO claims that span ACPI _CRS records (bnc#965924). - drivers: hv: Define the channel type for Hyper-V PCI Express pass-through (bnc#965924). - drivers: hv: Export a function that maps Linux CPU num onto Hyper-V proc num (bnc#965924). - drivers: hv: Export the API to invoke a hypercall on Hyper-V (bnc#965924). - drivers: hv: kvp: fix IP Failover. - drivers: pci:hv: New paravirtual PCI front-end for Hyper-V VMs (bnc#965924). - drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising (bsc#957986 fate#320625). - drivers: xen-blkfront: move talk_to_blkback to a more suitable place (bsc#957986 fate#320625). - e1000e: Avoid divide by zero error (bsc#968643). - e1000e: fix division by zero on jumbo MTUs (bsc#968643). - e1000e: Fix tight loop implementation of systime read algorithm (bsc#968643). - efi: Ignore efivar_validate kabi failures -- it's an EFI internal function. - fix: print ext4 mountopt data_err=abort correctly (bsc#969735). - Fix problem with setting ACL on directories (bsc#867251). - fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns (bug#963960). - futex: Drop refcount if requeue_pi() acquired the rtmutex (bug#960174). - hv: Lock access to hyperv_mmio resource tree (bnc#965924). - hv: Make a function to free mmio regions through vmbus (bnc#965924). - hv: Reverse order of resources in hyperv_mmio (bnc#965924). - hv: Track allocations of children of hv_vmbus in private resource tree (bnc#965924). - hv: Use new vmbus_mmio_free() from client drivers (bnc#965924). - hwmon: (coretemp) Increase maximum core to 128 (bsc#970160) - ibmvnic: Fix ibmvnic_capability struct (fate#320253). - intel_pstate: Use del_timer_sync in intel_pstate_cpu_stop (bsc#967650). - ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs (bsc#956852). - kabi: Preserve checksum of kvm_x86_ops (bsc#969112). - kabi: protect struct acpi_processor signature (bsc#959463). - kgr: fix reversion of a patch already reverted by a replace_all patch (fate#313296). - kvm: SVM: add rdmsr support for AMD event registers (bsc#968448). - kvm: x86: Check dest_map->vector to match eoi signals for rtc (bsc#966471). - kvm: x86: Convert ioapic->rtc_status.dest_map to a struct (bsc#966471). - kvm: x86: store IOAPIC-handled vectors in each VCPU (bsc#966471). - kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map (bsc#966471). - libata: Revert 'libata: Align ata_device's id on a cacheline'. - libceph: fix scatterlist last_piece calculation (bsc#963746). - lpfc: Fix kmalloc overflow in LPFC driver at large core count (bsc#969690). - memcg: do not hang on OOM when killed by userspace OOM access to memory reserves (bnc#969571). - mld, igmp: Fix reserved tailroom calculation (bsc#956852). - namespaces: Re-introduce task_nsproxy() helper (bug#963960). - namespaces: Use task_lock and not rcu to protect nsproxy (bug#963960). - net: core: Correct an over-stringent device loop detection (bsc#945219). - net: irda: Fix use-after-free in irtty_open() (bnc#967903). - net: Revert 'net/ipv6: add sysctl option accept_ra_min_hop_limit'. - nfs4: treat lock owners as opaque values (bnc#968141). - nfs: Background flush should not be low priority (bsc#955308). - nfsd: fix nfsd_setattr return code for HSM (bsc#969992). - nfs: do not use STABLE writes during writeback (bnc#816099). - nfs: Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201). - nvme: default to 4k device page size (bsc#967047). - nvme: special case AEN requests (bsc#965087). - pci: Add global pci_lock_rescan_remove() (bnc#965924). - pci: allow access to VPD attributes with size 0 (bsc#959146). - pciback: Check PF instead of VF for PCI_COMMAND_MEMORY. - pciback: Save the number of MSI-X entries to be copied later. - pci: Blacklist vpd access for buggy devices (bsc#959146). - pci: Determine actual VPD size on first access (bsc#959146). - pci: Export symbols required for loadable host driver modules (bnc#965924). - pci: pciehp: Disable link notification across slot reset (bsc#967651). - pci: pciehp: Do not check adapter or latch status while disabling (bsc#967651). - pci: pciehp: Do not disable the link permanently during removal (bsc#967651). - pci: pciehp: Ensure very fast hotplug events are also processed (bsc#967651). - pci: Update VPD definitions (bsc#959146). - perf, nmi: Fix unknown NMI warning (bsc#968512). - proc: Fix ptrace-based permission checks for accessing task maps. - pv6: Revert 'ipv6: tcp: add rcu locking in tcp_v6_send_synack()' (bnc#961257). - qla2xxx: Remove unavailable firmware files (bsc#943645). - rbd: do not log miscompare as an error (bsc#970062). - resources: Set type in __request_region() (bnc#965924). - rpm/kernel-binary.spec.in: Sync the main and -base package dependencies (bsc#965830#c51). - rpm/kernel-module-subpackage: Fix obsoleting dropped flavors (bsc#968253) - scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458). - scsi: fix soft lockup in scsi_remove_target() on module removal (bsc#965199). - scsi: proper state checking and module refcount handling in scsi_device_get (boo#966831). - series.conf: add section comments - supported.conf: Add e1000e (emulated by VMware) to -base (bsc#968074) - supported.conf: Add Hyper-V modules to -base (bsc#965830) - supported.conf: Add isofs to -base (bsc#969655). - supported.conf: Add more qemu device driver (bsc#968234) - supported.conf: Add mptspi and mptsas to -base (bsc#968206) - supported.conf: Add the qemu scsi driver (sym53c8xx) to -base (bsc#967802) - supported.conf: Add tulip to -base for Hyper-V (bsc#968234) - supported.conf: Add virtio-rng (bsc#966026) - supported.conf: Add xen-blkfront. - supported.conf: Add xfs to -base (bsc#965891) - supported.conf: Fix usb-common path usb-common moved to its own subdirectory in kernel v3.16, and we backported that change to SLE12. - tcp: Restore RFC5961-compliant behavior for SYN packets (bsc#966864). - usb: Quiet down false peer failure messages (bnc#960629). - x86: export x86_msi (bnc#965924). - xen: Add /etc/modprobe.d/50-xen.conf selecting Xen frontend driver implementation (bsc#957986, bsc#956084, bsc#961658). - xen-blkfront: allow building in our Xen environment (bsc#957986 fate#320625). - xen, blkfront: factor out flush-related checks from do_blkif_request() (bsc#957986 fate#320625). - xen-blkfront: fix accounting of reqs when migrating (bsc#957986 fate#320625). - xen/blkfront: Fix crash if backend does not follow the right states (bsc#957986 fate#320625). - xen-blkfront: improve aproximation of required grants per request (bsc#957986 fate#320625). - xen/blkfront: improve protection against issuing unsupported REQ_FUA (bsc#957986 fate#320625). - xen/blkfront: remove redundant flush_op (bsc#957986 fate#320625). - xen-blkfront: remove type check from blkfront_setup_discard (bsc#957986 fate#320625). - xen-blkfront: Silence pfn maybe-uninitialized warning (bsc#957986 fate#320625). - xen: block: xen-blkfront: Fix possible NULL ptr dereference (bsc#957986 fate#320625). - xen: Refresh patches.xen/xen3-patch-2.6.33 (detect NX support early). - xen: Refresh patches.xen/xen-vscsi-large-requests (gsc#966094). - xen: Update Xen config files (enable upstream block frontend). - xen: Update Xen patches to 3.12.55. - xen-vscsi-large-requests: Fix resource collision for racing request maps and unmaps (bsc#966094). - xfs/dmapi: drop lock over synchronous XFS_SEND_DATA events (bsc#969993). - xfs/dmapi: propertly send postcreate event (bsc#967299).
Patchnames: SUSE-SLE-DESKTOP-12-SP1-2016-600,SUSE-SLE-Live-Patching-12-2016-600,SUSE-SLE-Module-Public-Cloud-12-2016-600,SUSE-SLE-SDK-12-SP1-2016-600,SUSE-SLE-SERVER-12-SP1-2016-600,SUSE-SLE-WE-12-SP1-2016-600
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
https://www.suse.com/support/security/rating/ external
https://ftp.suse.com/pub/projects/security/csaf/s… self
https://www.suse.com/support/update/announcement/… self
https://lists.suse.com/pipermail/sle-security-upd… self
https://bugzilla.suse.com/816099 self
https://bugzilla.suse.com/867251 self
https://bugzilla.suse.com/875631 self
https://bugzilla.suse.com/880007 self
https://bugzilla.suse.com/943645 self
https://bugzilla.suse.com/944749 self
https://bugzilla.suse.com/945219 self
https://bugzilla.suse.com/949752 self
https://bugzilla.suse.com/955308 self
https://bugzilla.suse.com/956084 self
https://bugzilla.suse.com/956852 self
https://bugzilla.suse.com/957986 self
https://bugzilla.suse.com/959146 self
https://bugzilla.suse.com/959257 self
https://bugzilla.suse.com/959463 self
https://bugzilla.suse.com/959709 self
https://bugzilla.suse.com/960174 self
https://bugzilla.suse.com/960458 self
https://bugzilla.suse.com/960561 self
https://bugzilla.suse.com/960629 self
https://bugzilla.suse.com/961257 self
https://bugzilla.suse.com/961500 self
https://bugzilla.suse.com/961516 self
https://bugzilla.suse.com/961588 self
https://bugzilla.suse.com/961658 self
https://bugzilla.suse.com/963193 self
https://bugzilla.suse.com/963746 self
https://bugzilla.suse.com/963765 self
https://bugzilla.suse.com/963827 self
https://bugzilla.suse.com/963960 self
https://bugzilla.suse.com/964201 self
https://bugzilla.suse.com/964730 self
https://bugzilla.suse.com/965087 self
https://bugzilla.suse.com/965199 self
https://bugzilla.suse.com/965830 self
https://bugzilla.suse.com/965891 self
https://bugzilla.suse.com/965924 self
https://bugzilla.suse.com/966026 self
https://bugzilla.suse.com/966094 self
https://bugzilla.suse.com/966278 self
https://bugzilla.suse.com/966437 self
https://bugzilla.suse.com/966471 self
https://bugzilla.suse.com/966693 self
https://bugzilla.suse.com/966831 self
https://bugzilla.suse.com/966864 self
https://bugzilla.suse.com/966910 self
https://bugzilla.suse.com/967047 self
https://bugzilla.suse.com/967292 self
https://bugzilla.suse.com/967299 self
https://bugzilla.suse.com/967650 self
https://bugzilla.suse.com/967651 self
https://bugzilla.suse.com/967802 self
https://bugzilla.suse.com/967903 self
https://bugzilla.suse.com/968010 self
https://bugzilla.suse.com/968018 self
https://bugzilla.suse.com/968074 self
https://bugzilla.suse.com/968141 self
https://bugzilla.suse.com/968206 self
https://bugzilla.suse.com/968230 self
https://bugzilla.suse.com/968234 self
https://bugzilla.suse.com/968253 self
https://bugzilla.suse.com/968448 self
https://bugzilla.suse.com/968512 self
https://bugzilla.suse.com/968643 self
https://bugzilla.suse.com/968670 self
https://bugzilla.suse.com/969112 self
https://bugzilla.suse.com/969439 self
https://bugzilla.suse.com/969571 self
https://bugzilla.suse.com/969655 self
https://bugzilla.suse.com/969690 self
https://bugzilla.suse.com/969735 self
https://bugzilla.suse.com/969992 self
https://bugzilla.suse.com/969993 self
https://bugzilla.suse.com/970062 self
https://bugzilla.suse.com/970160 self
https://bugzilla.suse.com/970249 self
https://bugzilla.suse.com/970909 self
https://bugzilla.suse.com/971125 self
https://bugzilla.suse.com/971360 self
https://www.suse.com/security/cve/CVE-2015-8709/ self
https://www.suse.com/security/cve/CVE-2015-8812/ self
https://www.suse.com/security/cve/CVE-2015-8816/ self
https://www.suse.com/security/cve/CVE-2016-2143/ self
https://www.suse.com/security/cve/CVE-2016-2184/ self
https://www.suse.com/security/cve/CVE-2016-2384/ self
https://www.suse.com/security/cve/CVE-2016-2782/ self
https://www.suse.com/security/cve/CVE-2016-3139/ self
https://www.suse.com/security/cve/CVE-2016-3156/ self
https://www.suse.com/security/cve/CVE-2015-8709 external
https://bugzilla.suse.com/1010933 external
https://bugzilla.suse.com/959709 external
https://bugzilla.suse.com/960561 external
https://bugzilla.suse.com/960563 external
https://www.suse.com/security/cve/CVE-2015-8812 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/966437 external
https://bugzilla.suse.com/966683 external
https://www.suse.com/security/cve/CVE-2015-8816 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/968010 external
https://bugzilla.suse.com/979064 external
https://www.suse.com/security/cve/CVE-2016-2143 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/970504 external
https://bugzilla.suse.com/993872 external
https://www.suse.com/security/cve/CVE-2016-2184 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/971125 external
https://www.suse.com/security/cve/CVE-2016-2384 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/966693 external
https://bugzilla.suse.com/967773 external
https://www.suse.com/security/cve/CVE-2016-2782 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/961512 external
https://bugzilla.suse.com/968670 external
https://www.suse.com/security/cve/CVE-2016-3139 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/970909 external
https://www.suse.com/security/cve/CVE-2016-3156 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/971360 external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for the Linux Kernel",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "\nThe SUSE Linux Enterprise 12 SP1 kernel was updated to 3.12.57 to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2015-8812: A flaw was found in the CXGB3 kernel driver when\n  the network was considered congested.  The kernel would incorrectly\n  misinterpret the congestion as an error condition and incorrectly\n  free/clean up the skb. When the device would then send the skb\u0027s queued,\n  these structures would be referenced and may panic the system or allow\n  an attacker to escalate privileges in a use-after-free scenario. (bsc#966437)\n- CVE-2015-8816: A malicious USB device could cause a kernel crash in the USB hub driver. (bnc#968010).\n- CVE-2016-2143: On zSeries a fork of a large process could have caused memory corruption due to incorrect page table handling. (bnc#970504)\n- CVE-2016-2184: A malicious USB device could cause a kernel crash in the alsa usb-audio driver. (bsc#971125).\n- CVE-2016-2384: A malicious USB device could cause a kernel crash in the alsa usb-audio driver. (bsc#966693)\n- CVE-2016-2782: A malicious USB device could cause a kernel crash in the usb visor driver. (bnc#968670).\n- CVE-2016-3139: A malicious USB device could cause a kernel crash in the wacom driver. (bnc#970909).\n- CVE-2016-3156: Removal of ipv4 interfaces with a large number of IP addresses was taking very long. (bsc#971360).\n- CVE-2015-8709: kernel/ptrace.c in the Linux kernel mishandled uid and\n  gid mappings, which allowed local users to gain privileges by establishing\n  a user namespace, waiting for a root process to enter that namespace\n  with an unsafe uid or gid, and then using the ptrace system call.  NOTE:\n  the vendor states \u0027there is no kernel bug here (bnc#960561).\n\nThe following non-security bugs were fixed:\n- aacraid: Refresh patches.drivers/0005-aacraid-MSI-x-support.patch. (boo#970249)\n- acpi: processor: Introduce apic_id in struct processor to save parsed APIC id (bsc#959463).\n- alsa: rawmidi: Make snd_rawmidi_transmit() race-free (bsc#968018).\n- alsa: seq: Fix leak of pool buffer at concurrent writes (bsc#968018).\n- btrfs: Account data space in more proper timing: (bsc#963193).\n- btrfs: Add handler for invalidate page (bsc#963193).\n- btrfs: check prepare_uptodate_page() error code earlier (bnc#966910).\n- btrfs: delayed_ref: Add new function to record reserved space into delayed ref (bsc#963193).\n- btrfs: delayed_ref: release and free qgroup reserved at proper timing (bsc#963193).\n- btrfs: extent_io: Introduce needed structure for recoding set/clear bits (bsc#963193).\n- btrfs: extent_io: Introduce new function clear_record_extent_bits() (bsc#963193).\n- btrfs: extent_io: Introduce new function set_record_extent_bits (bsc#963193).\n- btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space (bsc#963193).\n- btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space (bsc#963193).\n- btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space (bsc#963193).\n- btrfs: extent-tree: Switch to new delalloc space reserve and release (bsc#963193).\n- btrfs: fallocate: Added a prerequisite patch and rebased the chunks that had previously been taken from it. Fixes a warning we had in fs/btrfs/file.c.\n- btrfs: fallocate: Add support to accurate qgroup reserve (bsc#963193).\n- btrfs: fix invalid page accesses in extent_same (dedup) ioctl (bnc#968230).\n- btrfs: fix page reading in extent_same ioctl leading to csum errors (bnc#968230).\n- btrfs: fix warning in backref walking (bnc#966278).\n- btrfs: qgroup: Add handler for NOCOW and inline (bsc#963193).\n- btrfs: qgroup: Add new trace point for qgroup data reserve (bsc#963193).\n- btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook (bsc#963193).\n- btrfs: qgroup: Check if qgroup reserved space leaked (bsc#963193).\n- btrfs: qgroup: Cleanup old inaccurate facilities (bsc#963193).\n- btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans (bsc#963193).\n- btrfs: qgroup: Fix a rebase bug which will cause qgroup double free (bsc#963193).\n- btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value (bsc#969439).\n- btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function (bsc#963193).\n- btrfs: qgroup: Introduce functions to release/free qgroup reserve data space (bsc#963193).\n- btrfs: qgroup: Introduce new functions to reserve/free metadata (bsc#963193).\n- btrfs: qgroup: Use new metadata reservation (bsc#963193).\n- dcache: use IS_ROOT to decide where dentry is hashed (bsc#949752).\n- dmapi: fix dm_open_by_handle_rvp taking an extra ref to mnt (bsc#967292).\n- drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64 (bsc#963827).\n- drivers: hv: Allow for MMIO claims that span ACPI _CRS records (bnc#965924).\n- drivers: hv: Define the channel type for Hyper-V PCI Express pass-through (bnc#965924).\n- drivers: hv: Export a function that maps Linux CPU num onto Hyper-V proc num (bnc#965924).\n- drivers: hv: Export the API to invoke a hypercall on Hyper-V (bnc#965924).\n- drivers: hv: kvp: fix IP Failover.\n- drivers: pci:hv: New paravirtual PCI front-end for Hyper-V VMs (bnc#965924).\n- drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising (bsc#957986 fate#320625).\n- drivers: xen-blkfront: move talk_to_blkback to a more suitable place (bsc#957986 fate#320625).\n- e1000e: Avoid divide by zero error (bsc#968643).\n- e1000e: fix division by zero on jumbo MTUs (bsc#968643).\n- e1000e: Fix tight loop implementation of systime read algorithm (bsc#968643).\n- efi: Ignore efivar_validate kabi failures -- it\u0027s an EFI internal function.\n- fix: print ext4 mountopt data_err=abort correctly (bsc#969735).\n- Fix problem with setting ACL on directories (bsc#867251).\n- fs/proc_namespace.c: simplify testing nsp and nsp-\u003emnt_ns (bug#963960).\n- futex: Drop refcount if requeue_pi() acquired the rtmutex (bug#960174).\n- hv: Lock access to hyperv_mmio resource tree (bnc#965924).\n- hv: Make a function to free mmio regions through vmbus (bnc#965924).\n- hv: Reverse order of resources in hyperv_mmio (bnc#965924).\n- hv: Track allocations of children of hv_vmbus in private resource tree (bnc#965924).\n- hv: Use new vmbus_mmio_free() from client drivers (bnc#965924).\n- hwmon: (coretemp) Increase maximum core to 128 (bsc#970160)\n- ibmvnic: Fix ibmvnic_capability struct (fate#320253).\n- intel_pstate: Use del_timer_sync in intel_pstate_cpu_stop (bsc#967650).\n- ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs (bsc#956852).\n- kabi: Preserve checksum of kvm_x86_ops (bsc#969112).\n- kabi: protect struct acpi_processor signature (bsc#959463).\n- kgr: fix reversion of a patch already reverted by a replace_all patch (fate#313296).\n- kvm: SVM: add rdmsr support for AMD event registers (bsc#968448).\n- kvm: x86: Check dest_map-\u003evector to match eoi signals for rtc (bsc#966471).\n- kvm: x86: Convert ioapic-\u003ertc_status.dest_map to a struct (bsc#966471).\n- kvm: x86: store IOAPIC-handled vectors in each VCPU (bsc#966471).\n- kvm: x86: Track irq vectors in ioapic-\u003ertc_status.dest_map (bsc#966471).\n- libata: Revert \u0027libata: Align ata_device\u0027s id on a cacheline\u0027.\n- libceph: fix scatterlist last_piece calculation (bsc#963746).\n- lpfc: Fix kmalloc overflow in LPFC driver at large core count (bsc#969690).\n- memcg: do not hang on OOM when killed by userspace OOM access to memory reserves (bnc#969571).\n- mld, igmp: Fix reserved tailroom calculation (bsc#956852).\n- namespaces: Re-introduce task_nsproxy() helper (bug#963960).\n- namespaces: Use task_lock and not rcu to protect nsproxy (bug#963960).\n- net: core: Correct an over-stringent device loop detection (bsc#945219).\n- net: irda: Fix use-after-free in irtty_open() (bnc#967903).\n- net: Revert \u0027net/ipv6: add sysctl option accept_ra_min_hop_limit\u0027.\n- nfs4: treat lock owners as opaque values (bnc#968141).\n- nfs: Background flush should not be low priority (bsc#955308).\n- nfsd: fix nfsd_setattr return code for HSM (bsc#969992).\n- nfs: do not use STABLE writes during writeback (bnc#816099).\n- nfs: Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201).\n- nvme: default to 4k device page size (bsc#967047).\n- nvme: special case AEN requests (bsc#965087).\n- pci: Add global pci_lock_rescan_remove() (bnc#965924).\n- pci: allow access to VPD attributes with size 0 (bsc#959146).\n- pciback: Check PF instead of VF for PCI_COMMAND_MEMORY.\n- pciback: Save the number of MSI-X entries to be copied later.\n- pci: Blacklist vpd access for buggy devices (bsc#959146).\n- pci: Determine actual VPD size on first access (bsc#959146).\n- pci: Export symbols required for loadable host driver modules (bnc#965924).\n- pci: pciehp: Disable link notification across slot reset (bsc#967651).\n- pci: pciehp: Do not check adapter or latch status while disabling (bsc#967651).\n- pci: pciehp: Do not disable the link permanently during removal (bsc#967651).\n- pci: pciehp: Ensure very fast hotplug events are also processed (bsc#967651).\n- pci: Update VPD definitions (bsc#959146).\n- perf, nmi: Fix unknown NMI warning (bsc#968512).\n- proc: Fix ptrace-based permission checks for accessing task maps.\n- pv6: Revert \u0027ipv6: tcp: add rcu locking in tcp_v6_send_synack()\u0027 (bnc#961257).\n- qla2xxx: Remove unavailable firmware files (bsc#943645).\n- rbd: do not log miscompare as an error (bsc#970062).\n- resources: Set type in __request_region() (bnc#965924).\n- rpm/kernel-binary.spec.in: Sync the main and -base package dependencies (bsc#965830#c51).\n- rpm/kernel-module-subpackage: Fix obsoleting dropped flavors (bsc#968253)\n- scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458).\n- scsi: fix soft lockup in scsi_remove_target() on module removal (bsc#965199).\n- scsi: proper state checking and module refcount handling in scsi_device_get (boo#966831).\n- series.conf: add section comments\n- supported.conf: Add e1000e (emulated by VMware) to -base (bsc#968074)\n- supported.conf: Add Hyper-V modules to -base (bsc#965830)\n- supported.conf: Add isofs to -base (bsc#969655).\n- supported.conf: Add more qemu device driver (bsc#968234)\n- supported.conf: Add mptspi and mptsas to -base (bsc#968206)\n- supported.conf: Add the qemu scsi driver (sym53c8xx) to -base (bsc#967802)\n- supported.conf: Add tulip to -base for Hyper-V (bsc#968234)\n- supported.conf: Add virtio-rng (bsc#966026)\n- supported.conf: Add xen-blkfront.\n- supported.conf: Add xfs to -base (bsc#965891)\n- supported.conf: Fix usb-common path usb-common moved to its own subdirectory in kernel v3.16, and we backported that change to SLE12.\n- tcp: Restore RFC5961-compliant behavior for SYN packets (bsc#966864).\n- usb: Quiet down false peer failure messages (bnc#960629).\n- x86: export x86_msi (bnc#965924).\n- xen: Add /etc/modprobe.d/50-xen.conf selecting Xen frontend driver implementation (bsc#957986, bsc#956084, bsc#961658).\n- xen-blkfront: allow building in our Xen environment (bsc#957986 fate#320625).\n- xen, blkfront: factor out flush-related checks from do_blkif_request() (bsc#957986 fate#320625).\n- xen-blkfront: fix accounting of reqs when migrating (bsc#957986 fate#320625).\n- xen/blkfront: Fix crash if backend does not follow the right states (bsc#957986 fate#320625).\n- xen-blkfront: improve aproximation of required grants per request (bsc#957986 fate#320625).\n- xen/blkfront: improve protection against issuing unsupported REQ_FUA (bsc#957986 fate#320625).\n- xen/blkfront: remove redundant flush_op (bsc#957986 fate#320625).\n- xen-blkfront: remove type check from blkfront_setup_discard (bsc#957986 fate#320625).\n- xen-blkfront: Silence pfn maybe-uninitialized warning (bsc#957986 fate#320625).\n- xen: block: xen-blkfront: Fix possible NULL ptr dereference (bsc#957986 fate#320625).\n- xen: Refresh patches.xen/xen3-patch-2.6.33 (detect NX support early).\n- xen: Refresh patches.xen/xen-vscsi-large-requests (gsc#966094).\n- xen: Update Xen config files (enable upstream block frontend).\n- xen: Update Xen patches to 3.12.55.\n- xen-vscsi-large-requests: Fix resource collision for racing request maps and unmaps (bsc#966094).\n- xfs/dmapi: drop lock over synchronous XFS_SEND_DATA events (bsc#969993).\n- xfs/dmapi: propertly send postcreate event (bsc#967299).\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-DESKTOP-12-SP1-2016-600,SUSE-SLE-Live-Patching-12-2016-600,SUSE-SLE-Module-Public-Cloud-12-2016-600,SUSE-SLE-SDK-12-SP1-2016-600,SUSE-SLE-SERVER-12-SP1-2016-600,SUSE-SLE-WE-12-SP1-2016-600",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2016_1019-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2016:1019-1",
        "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20161019-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2016:1019-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-April/001996.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 816099",
        "url": "https://bugzilla.suse.com/816099"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 867251",
        "url": "https://bugzilla.suse.com/867251"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 875631",
        "url": "https://bugzilla.suse.com/875631"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 880007",
        "url": "https://bugzilla.suse.com/880007"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 943645",
        "url": "https://bugzilla.suse.com/943645"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 944749",
        "url": "https://bugzilla.suse.com/944749"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 945219",
        "url": "https://bugzilla.suse.com/945219"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 949752",
        "url": "https://bugzilla.suse.com/949752"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 955308",
        "url": "https://bugzilla.suse.com/955308"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 956084",
        "url": "https://bugzilla.suse.com/956084"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 956852",
        "url": "https://bugzilla.suse.com/956852"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 957986",
        "url": "https://bugzilla.suse.com/957986"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 959146",
        "url": "https://bugzilla.suse.com/959146"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 959257",
        "url": "https://bugzilla.suse.com/959257"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 959463",
        "url": "https://bugzilla.suse.com/959463"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 959709",
        "url": "https://bugzilla.suse.com/959709"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 960174",
        "url": "https://bugzilla.suse.com/960174"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 960458",
        "url": "https://bugzilla.suse.com/960458"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 960561",
        "url": "https://bugzilla.suse.com/960561"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 960629",
        "url": "https://bugzilla.suse.com/960629"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 961257",
        "url": "https://bugzilla.suse.com/961257"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 961500",
        "url": "https://bugzilla.suse.com/961500"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 961516",
        "url": "https://bugzilla.suse.com/961516"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 961588",
        "url": "https://bugzilla.suse.com/961588"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 961658",
        "url": "https://bugzilla.suse.com/961658"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 963193",
        "url": "https://bugzilla.suse.com/963193"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 963746",
        "url": "https://bugzilla.suse.com/963746"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 963765",
        "url": "https://bugzilla.suse.com/963765"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 963827",
        "url": "https://bugzilla.suse.com/963827"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 963960",
        "url": "https://bugzilla.suse.com/963960"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 964201",
        "url": "https://bugzilla.suse.com/964201"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 964730",
        "url": "https://bugzilla.suse.com/964730"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 965087",
        "url": "https://bugzilla.suse.com/965087"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 965199",
        "url": "https://bugzilla.suse.com/965199"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 965830",
        "url": "https://bugzilla.suse.com/965830"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 965891",
        "url": "https://bugzilla.suse.com/965891"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 965924",
        "url": "https://bugzilla.suse.com/965924"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966026",
        "url": "https://bugzilla.suse.com/966026"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966094",
        "url": "https://bugzilla.suse.com/966094"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966278",
        "url": "https://bugzilla.suse.com/966278"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966437",
        "url": "https://bugzilla.suse.com/966437"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966471",
        "url": "https://bugzilla.suse.com/966471"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966693",
        "url": "https://bugzilla.suse.com/966693"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966831",
        "url": "https://bugzilla.suse.com/966831"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966864",
        "url": "https://bugzilla.suse.com/966864"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966910",
        "url": "https://bugzilla.suse.com/966910"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967047",
        "url": "https://bugzilla.suse.com/967047"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967292",
        "url": "https://bugzilla.suse.com/967292"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967299",
        "url": "https://bugzilla.suse.com/967299"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967650",
        "url": "https://bugzilla.suse.com/967650"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967651",
        "url": "https://bugzilla.suse.com/967651"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967802",
        "url": "https://bugzilla.suse.com/967802"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967903",
        "url": "https://bugzilla.suse.com/967903"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968010",
        "url": "https://bugzilla.suse.com/968010"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968018",
        "url": "https://bugzilla.suse.com/968018"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968074",
        "url": "https://bugzilla.suse.com/968074"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968141",
        "url": "https://bugzilla.suse.com/968141"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968206",
        "url": "https://bugzilla.suse.com/968206"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968230",
        "url": "https://bugzilla.suse.com/968230"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968234",
        "url": "https://bugzilla.suse.com/968234"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968253",
        "url": "https://bugzilla.suse.com/968253"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968448",
        "url": "https://bugzilla.suse.com/968448"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968512",
        "url": "https://bugzilla.suse.com/968512"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968643",
        "url": "https://bugzilla.suse.com/968643"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968670",
        "url": "https://bugzilla.suse.com/968670"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969112",
        "url": "https://bugzilla.suse.com/969112"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969439",
        "url": "https://bugzilla.suse.com/969439"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969571",
        "url": "https://bugzilla.suse.com/969571"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969655",
        "url": "https://bugzilla.suse.com/969655"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969690",
        "url": "https://bugzilla.suse.com/969690"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969735",
        "url": "https://bugzilla.suse.com/969735"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969992",
        "url": "https://bugzilla.suse.com/969992"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969993",
        "url": "https://bugzilla.suse.com/969993"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970062",
        "url": "https://bugzilla.suse.com/970062"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970160",
        "url": "https://bugzilla.suse.com/970160"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970249",
        "url": "https://bugzilla.suse.com/970249"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970909",
        "url": "https://bugzilla.suse.com/970909"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971125",
        "url": "https://bugzilla.suse.com/971125"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971360",
        "url": "https://bugzilla.suse.com/971360"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-8709 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-8709/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-8812 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-8812/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-8816 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-8816/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-2143 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-2143/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-2184 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-2184/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-2384 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-2384/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-2782 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-2782/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3139 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3139/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3156 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3156/"
      }
    ],
    "title": "Security update for the Linux Kernel",
    "tracking": {
      "current_release_date": "2016-04-12T15:48:36Z",
      "generator": {
        "date": "2016-04-12T15:48:36Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2016:1019-1",
      "initial_release_date": "2016-04-12T15:48:36Z",
      "revision_history": [
        {
          "date": "2016-04-12T15:48:36Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-devel-3.12.57-60.35.1.noarch",
                "product": {
                  "name": "kernel-devel-3.12.57-60.35.1.noarch",
                  "product_id": "kernel-devel-3.12.57-60.35.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-macros-3.12.57-60.35.1.noarch",
                "product": {
                  "name": "kernel-macros-3.12.57-60.35.1.noarch",
                  "product_id": "kernel-macros-3.12.57-60.35.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-3.12.57-60.35.1.noarch",
                "product": {
                  "name": "kernel-source-3.12.57-60.35.1.noarch",
                  "product_id": "kernel-source-3.12.57-60.35.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-docs-3.12.57-60.35.3.noarch",
                "product": {
                  "name": "kernel-docs-3.12.57-60.35.3.noarch",
                  "product_id": "kernel-docs-3.12.57-60.35.3.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-obs-build-3.12.57-60.35.1.ppc64le",
                "product": {
                  "name": "kernel-obs-build-3.12.57-60.35.1.ppc64le",
                  "product_id": "kernel-obs-build-3.12.57-60.35.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-3.12.57-60.35.1.ppc64le",
                "product": {
                  "name": "kernel-default-3.12.57-60.35.1.ppc64le",
                  "product_id": "kernel-default-3.12.57-60.35.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.12.57-60.35.1.ppc64le",
                "product": {
                  "name": "kernel-default-base-3.12.57-60.35.1.ppc64le",
                  "product_id": "kernel-default-base-3.12.57-60.35.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.12.57-60.35.1.ppc64le",
                "product": {
                  "name": "kernel-default-devel-3.12.57-60.35.1.ppc64le",
                  "product_id": "kernel-default-devel-3.12.57-60.35.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.12.57-60.35.1.ppc64le",
                "product": {
                  "name": "kernel-syms-3.12.57-60.35.1.ppc64le",
                  "product_id": "kernel-syms-3.12.57-60.35.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-obs-build-3.12.57-60.35.1.s390x",
                "product": {
                  "name": "kernel-obs-build-3.12.57-60.35.1.s390x",
                  "product_id": "kernel-obs-build-3.12.57-60.35.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-3.12.57-60.35.1.s390x",
                "product": {
                  "name": "kernel-default-3.12.57-60.35.1.s390x",
                  "product_id": "kernel-default-3.12.57-60.35.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.12.57-60.35.1.s390x",
                "product": {
                  "name": "kernel-default-base-3.12.57-60.35.1.s390x",
                  "product_id": "kernel-default-base-3.12.57-60.35.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.12.57-60.35.1.s390x",
                "product": {
                  "name": "kernel-default-devel-3.12.57-60.35.1.s390x",
                  "product_id": "kernel-default-devel-3.12.57-60.35.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-man-3.12.57-60.35.1.s390x",
                "product": {
                  "name": "kernel-default-man-3.12.57-60.35.1.s390x",
                  "product_id": "kernel-default-man-3.12.57-60.35.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.12.57-60.35.1.s390x",
                "product": {
                  "name": "kernel-syms-3.12.57-60.35.1.s390x",
                  "product_id": "kernel-syms-3.12.57-60.35.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-default-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-default-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-default-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-default-devel-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-default-devel-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-extra-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-default-extra-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-default-extra-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-syms-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-syms-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-xen-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-xen-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-devel-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-xen-devel-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-xen-devel-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
                "product": {
                  "name": "kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
                  "product_id": "kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
                "product": {
                  "name": "kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
                  "product_id": "kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-ec2-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-ec2-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-devel-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-ec2-devel-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-ec2-devel-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-extra-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-ec2-extra-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-ec2-extra-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-build-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-obs-build-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-obs-build-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-default-base-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-default-base-3.12.57-60.35.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-base-3.12.57-60.35.1.x86_64",
                "product": {
                  "name": "kernel-xen-base-3.12.57-60.35.1.x86_64",
                  "product_id": "kernel-xen-base-3.12.57-60.35.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Desktop 12 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Desktop 12 SP1",
                  "product_id": "SUSE Linux Enterprise Desktop 12 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sled:12:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Live Patching 12",
                "product": {
                  "name": "SUSE Linux Enterprise Live Patching 12",
                  "product_id": "SUSE Linux Enterprise Live Patching 12",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-live-patching:12"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Public Cloud 12",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Public Cloud 12",
                  "product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-public-cloud:12"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Software Development Kit 12 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Software Development Kit 12 SP1",
                  "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-sdk:12:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP1",
                  "product_id": "SUSE Linux Enterprise Server 12 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Workstation Extension 12 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Workstation Extension 12 SP1",
                  "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-we:12:sp1"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-devel-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-extra-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-extra-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-devel-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-macros-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-source-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-syms-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-xen-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-devel-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-xen-devel-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64 as component of SUSE Linux Enterprise Live Patching 12",
          "product_id": "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64"
        },
        "product_reference": "kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64 as component of SUSE Linux Enterprise Live Patching 12",
          "product_id": "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64"
        },
        "product_reference": "kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-ec2-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-devel-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-ec2-devel-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-extra-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
          "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-ec2-extra-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-docs-3.12.57-60.35.3.noarch as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch"
        },
        "product_reference": "kernel-docs-3.12.57-60.35.3.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-obs-build-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-obs-build-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-obs-build-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-obs-build-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-obs-build-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP1",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-obs-build-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-default-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-default-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-default-base-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-default-base-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-base-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-default-devel-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-default-devel-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-devel-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-man-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-default-man-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-devel-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-macros-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-source-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-syms-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-syms-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-syms-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-xen-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-base-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-xen-base-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-devel-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-xen-devel-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-default-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-default-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-default-base-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-default-base-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-base-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-default-devel-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-default-devel-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-devel-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-man-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-default-man-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-devel-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-macros-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.12.57-60.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch"
        },
        "product_reference": "kernel-source-3.12.57-60.35.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.57-60.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le"
        },
        "product_reference": "kernel-syms-3.12.57-60.35.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.57-60.35.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x"
        },
        "product_reference": "kernel-syms-3.12.57-60.35.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-syms-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-xen-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-base-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-xen-base-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-xen-devel-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-xen-devel-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-extra-3.12.57-60.35.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 12 SP1",
          "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        },
        "product_reference": "kernel-default-extra-3.12.57-60.35.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP1"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2015-8709",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-8709"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "kernel/ptrace.c in the Linux kernel through 4.4.1 mishandles uid and gid mappings, which allows local users to gain privileges by establishing a user namespace, waiting for a root process to enter that namespace with an unsafe uid or gid, and then using the ptrace system call.  NOTE: the vendor states \"there is no kernel bug here.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-8709",
          "url": "https://www.suse.com/security/cve/CVE-2015-8709"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1010933 for CVE-2015-8709",
          "url": "https://bugzilla.suse.com/1010933"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 959709 for CVE-2015-8709",
          "url": "https://bugzilla.suse.com/959709"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 960561 for CVE-2015-8709",
          "url": "https://bugzilla.suse.com/960561"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 960563 for CVE-2015-8709",
          "url": "https://bugzilla.suse.com/960563"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2015-8709"
    },
    {
      "cve": "CVE-2015-8812",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-8812"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-8812",
          "url": "https://www.suse.com/security/cve/CVE-2015-8812"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2015-8812",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1115893 for CVE-2015-8812",
          "url": "https://bugzilla.suse.com/1115893"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 966437 for CVE-2015-8812",
          "url": "https://bugzilla.suse.com/966437"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 966683 for CVE-2015-8812",
          "url": "https://bugzilla.suse.com/966683"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2015-8812"
    },
    {
      "cve": "CVE-2015-8816",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-8816"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The hub_activate function in drivers/usb/core/hub.c in the Linux kernel before 4.3.5 does not properly maintain a hub-interface data structure, which allows physically proximate attackers to cause a denial of service (invalid memory access and system crash) or possibly have unspecified other impact by unplugging a USB hub device.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-8816",
          "url": "https://www.suse.com/security/cve/CVE-2015-8816"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2015-8816",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 968010 for CVE-2015-8816",
          "url": "https://bugzilla.suse.com/968010"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 979064 for CVE-2015-8816",
          "url": "https://bugzilla.suse.com/979064"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2015-8816"
    },
    {
      "cve": "CVE-2016-2143",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-2143"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The fork implementation in the Linux kernel before 4.5 on s390 platforms mishandles the case of four page-table levels, which allows local users to cause a denial of service (system crash) or possibly have unspecified other impact via a crafted application, related to arch/s390/include/asm/mmu_context.h and arch/s390/include/asm/pgalloc.h.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-2143",
          "url": "https://www.suse.com/security/cve/CVE-2016-2143"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1115893 for CVE-2016-2143",
          "url": "https://bugzilla.suse.com/1115893"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970504 for CVE-2016-2143",
          "url": "https://bugzilla.suse.com/970504"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 993872 for CVE-2016-2143",
          "url": "https://bugzilla.suse.com/993872"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "important"
        }
      ],
      "title": "CVE-2016-2143"
    },
    {
      "cve": "CVE-2016-2184",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-2184"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The create_fixed_stream_quirk function in sound/usb/quirks.c in the snd-usb-audio driver in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (NULL pointer dereference or double free, and system crash) via a crafted endpoints value in a USB device descriptor.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-2184",
          "url": "https://www.suse.com/security/cve/CVE-2016-2184"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-2184",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 971125 for CVE-2016-2184",
          "url": "https://bugzilla.suse.com/971125"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-2184"
    },
    {
      "cve": "CVE-2016-2384",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-2384"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-2384",
          "url": "https://www.suse.com/security/cve/CVE-2016-2384"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-2384",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 966693 for CVE-2016-2384",
          "url": "https://bugzilla.suse.com/966693"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 967773 for CVE-2016-2384",
          "url": "https://bugzilla.suse.com/967773"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-2384"
    },
    {
      "cve": "CVE-2016-2782",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-2782"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The treo_attach function in drivers/usb/serial/visor.c in the Linux kernel before 4.5 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by inserting a USB device that lacks a (1) bulk-in or (2) interrupt-in endpoint.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-2782",
          "url": "https://www.suse.com/security/cve/CVE-2016-2782"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-2782",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 961512 for CVE-2016-2782",
          "url": "https://bugzilla.suse.com/961512"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 968670 for CVE-2016-2782",
          "url": "https://bugzilla.suse.com/968670"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-2782"
    },
    {
      "cve": "CVE-2016-3139",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3139"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The wacom_probe function in drivers/input/tablet/wacom_sys.c in the Linux kernel before 3.17 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted endpoints value in a USB device descriptor.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3139",
          "url": "https://www.suse.com/security/cve/CVE-2016-3139"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-3139",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970909 for CVE-2016-3139",
          "url": "https://bugzilla.suse.com/970909"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-3139"
    },
    {
      "cve": "CVE-2016-3156",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3156"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The IPv4 implementation in the Linux kernel before 4.5.2 mishandles destruction of device objects, which allows guest OS users to cause a denial of service (host OS networking outage) by arranging for a large number of IP addresses.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3156",
          "url": "https://www.suse.com/security/cve/CVE-2016-3156"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-3156",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 971360 for CVE-2016-3156",
          "url": "https://bugzilla.suse.com/971360"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-default-1-2.3.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_57-60_35-xen-1-2.3.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.57-60.35.1.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.57-60.35.3.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.57-60.35.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.57-60.35.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-04-12T15:48:36Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-3156"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…