SUSE-SU-2016:1696-1

Vulnerability from csaf_suse - Published: 2016-06-28 11:02 - Updated: 2016-06-28 11:02
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.59 to receive various security and bugfixes. Main feature additions: - Improved support for Clustered File System (CephFS, fate#318586). - Addition of kGraft patches now produces logging messages to simplify auditing (fate#317827). The following security bugs were fixed: - CVE-2016-1583: Prevent the usage of mmap when the lower file system does not allow it. This could have lead to local privilege escalation when ecryptfs-utils was installed and /sbin/mount.ecryptfs_private was setuid (bsc#983143). - CVE-2014-9717: fs/namespace.c in the Linux kernel processes MNT_DETACH umount2 system calls without verifying that the MNT_LOCKED flag is unset, which allowed local users to bypass intended access restrictions and navigate to filesystem locations beneath a mount by calling umount2 within a user namespace (bnc#928547). - CVE-2016-2185: The ati_remote2_probe function in drivers/input/misc/ati_remote2.c in the Linux kernel allowed 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 (bnc#971124). - CVE-2016-2186: The powermate_probe function in drivers/input/misc/powermate.c in the Linux kernel allowed 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 (bnc#970958). - CVE-2016-2188: The iowarrior_probe function in drivers/usb/misc/iowarrior.c in the Linux kernel allowed 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 (bnc#970956). - CVE-2016-2847: fs/pipe.c in the Linux kernel did not limit the amount of unread data in pipes, which allowed local users to cause a denial of service (memory consumption) by creating many pipes with non-default sizes (bsc#970948). - CVE-2016-3134: The netfilter subsystem in the Linux kernel did not validate certain offset fields, which allowed local users to gain privileges or cause a denial of service (heap memory corruption) via an IPT_SO_SET_REPLACE setsockopt call (bnc#971126 971793). - CVE-2016-3136: The mct_u232_msr_to_state function in drivers/usb/serial/mct_u232.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted USB device without two interrupt-in endpoint descriptors (bnc#970955). - CVE-2016-3137: drivers/usb/serial/cypress_m8.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a USB device without both an interrupt-in and an interrupt-out endpoint descriptor, related to the cypress_generic_port_probe and cypress_open functions (bnc#970970). - CVE-2016-3138: The acm_probe function in drivers/usb/class/cdc-acm.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a USB device without both a control and a data endpoint descriptor (bnc#970911 970970). - CVE-2016-3140: The digi_port_init function in drivers/usb/serial/digi_acceleport.c in the Linux kernel allowed 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 (bnc#970892). - CVE-2016-3689: The ims_pcu_parse_cdc_data function in drivers/input/misc/ims-pcu.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (system crash) via a USB device without both a master and a slave interface (bnc#971628). - CVE-2016-3951: Double free vulnerability in drivers/net/usb/cdc_ncm.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (system crash) or possibly have unspecified other impact by inserting a USB device with an invalid USB descriptor (bnc#974418). - CVE-2016-4482: Fixed information leak in devio (bnc#978401). - CVE-2016-4486: Fixed information leak in rtnetlink ( bsc#978822). - CVE-2016-4569: Fixed information leak in events via snd_timer_user_tinterrupt (bsc#979213). The following non-security bugs were fixed: - ALSA: timer: Call notifier in the same spinlock (bsc#973378). - ALSA: timer: Protect the whole snd_timer_close() with open race (bsc#973378). - ALSA: timer: Sync timer deletion at closing the system timer (bsc#973378). - ALSA: timer: Use mod_timer() for rearming the system timer (bsc#973378). - Btrfs: do not collect ordered extents when logging that inode exists (bsc#977685). - Btrfs: do not return EBUSY on concurrent subvolume mounts (bsc#951844). - Btrfs: fix deadlock between direct IO reads and buffered writes (bsc#973855). - Btrfs: fix empty symlink after creating symlink and fsync parent dir (bsc#977685). - Btrfs: fix file loss on log replay after renaming a file and fsync (bsc#977685). - Btrfs: fix file/data loss caused by fsync after rename and new inode (bsc#977685). - Btrfs: fix for incorrect directory entries after fsync log replay (bsc#957805, bsc#977685). - Btrfs: fix loading of orphan roots leading to BUG_ON (bsc#972844). - Btrfs: fix race between fsync and lockless direct IO writes (bsc#977685). - Btrfs: fix unreplayable log after snapshot delete + parent dir fsync (bsc#977685). - Btrfs: handle non-fatal errors in btrfs_qgroup_inherit() (bsc#972951). - Btrfs: qgroup: return EINVAL if level of parent is not higher than child's (bsc#972951). - Btrfs: teach backref walking about backrefs with underflowed offset values (bsc#975371). - CacheFiles: Fix incorrect test for in-memory object collision (bsc#971049). - CacheFiles: Handle object being killed before being set up (bsc#971049). - Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets (bsc#976739). - Drivers: hv: util: Pass the channel information during the init call (bnc#978527). - Drivers: hv: utils: Invoke the poll function after handshake (bnc#978527). - Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read(). - Export helper function to set irq affinity in pci-hyperv. - FS-Cache: Add missing initialization of ret in cachefiles_write_page() (bsc#971049). - FS-Cache: Count culled objects and objects rejected due to lack of space (bsc#971049). - FS-Cache: Fix cancellation of in-progress operation (bsc#971049). - FS-Cache: Handle a new operation submitted against a killed object (bsc#971049). - FS-Cache: Move fscache_report_unexpected_submission() to make it more available (bsc#971049). - FS-Cache: Out of line fscache_operation_init() (bsc#971049). - FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations too (bsc#971049). - FS-Cache: Put an aborted initialised op so that it is accounted correctly (bsc#971049). - FS-Cache: Reduce cookie ref count if submit fails (bsc#971049). - FS-Cache: Synchronise object death state change vs operation submission (bsc#971049). - FS-Cache: The operation cancellation method needs calling in more places (bsc#971049). - FS-Cache: Timeout for releasepage() (bsc#971049). - FS-Cache: When submitting an op, cancel it if the target object is dying (bsc#971049). - FS-Cache: fscache_object_is_dead() has wrong logic, kill it (bsc#971049). - Fix cifs_uniqueid_to_ino_t() function for s390x (bsc#944309) - Fix kabi issue (bsc#971049). - Input: i8042 - lower log level for 'no controller' message (bsc#945345). - NFSv4.1: do not use machine credentials for CLOSE when using 'sec=sys' (bsc#972003). - NVMe: Unify controller probe and resume (bsc#979347). - NVMe: init nvme queue before enabling irq (bsc#662458). - PCI/AER: Fix aer_inject error codes (bsc#931448). - PCI/AER: Log actual error causes in aer_inject (bsc#931448). - PCI/AER: Log aer_inject error injections (bsc#931448). - PCI/AER: Use dev_warn() in aer_inject (bsc#931448). - RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEs (bsc#908151). - Revert 'scsi: fix soft lockup in scsi_remove_target() on module removal' (bsc#970609). - SUNRPC: Fix large reads on NFS/RDMA (bsc#908151). - SUNRPC: remove KERN_INFO from dprintk() call sites (bsc#908151). - USB: usbip: fix potential out-of-bounds write (bnc#975945). - Use mainline variant of hyperv KVP IP failover patch (bnc#978527) - acpi: Disable ACPI table override when UEFI Secure Boot is enabled (bsc#970604). - acpi: Disable APEI error injection if securelevel is set (bsc#972891). - apparmor: Skip proc ns files (bsc#959514). - cachefiles: perform test on s_blocksize when opening cache file (bsc#971049). - ceph fscache: Introduce a routine for uncaching single no data page from fscache (). - ceph fscache: Uncaching no data page from fscache in readpage(). - ceph: Add fs/ceph as a supported module. - ceph: Asynchronous IO support. - ceph: Avoid to propagate the invalid page point. - ceph: Clean up if error occurred in finish_read(). - ceph: EIO all operations after forced umount. - ceph: Implement writev/pwritev for sync operation. - ceph: Remove racey watch/notify event infrastructure (bsc#964727) - ceph: Remove racey watch/notify event infrastructure (bsc#964727) - ceph: add acl for cephfs. - ceph: add acl, noacl options for cephfs mount. - ceph: add get_name() NFS export callback. - ceph: add get_parent() NFS export callback. - ceph: add imported caps when handling cap export message. - ceph: add inline data to pagecache. - ceph: add missing init_acl() for mkdir() and atomic_open(). - ceph: add open export target session helper. - ceph: add request to i_unsafe_dirops when getting unsafe reply. - ceph: additional debugfs output. - ceph: always re-send cap flushes when MDS recovers. - ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps). - ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions). - ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync). - ceph: avoid releasing caps that are being used. - ceph: avoid sending unnessesary FLUSHSNAP message. - ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename(). - ceph: cast PAGE_SIZE to size_t in ceph_sync_write(). - ceph: ceph_frag_contains_value can be boolean. - ceph: ceph_get_parent() can be static. - ceph: check OSD caps before read/write. - ceph: check buffer size in ceph_vxattrcb_layout(). - ceph: check caps in filemap_fault and page_mkwrite. - ceph: check directory's completeness before emitting directory entry. - ceph: check inode caps in ceph_d_revalidate. - ceph: check unsupported fallocate mode. - ceph: check zero length in ceph_sync_read(). - ceph: checking for IS_ERR instead of NULL. - ceph: cleanup unsafe requests when reconnecting is denied. - ceph: cleanup use of ceph_msg_get. - ceph: clear directory's completeness when creating file. - ceph: convert inline data to normal data before data write. - ceph: do not assume r_old_dentry[_dir] always set together. - ceph: do not chain inode updates to parent fsync. - ceph: do not grabs open file reference for aborted request. - ceph: do not include ceph.{file,dir}.layout vxattr in listxattr(). - ceph: do not include used caps in cap_wanted. - ceph: do not invalidate page cache when inode is no longer used. - ceph: do not mark dirty caps when there is no auth cap. - ceph: do not pre-allocate space for cap release messages. - ceph: do not set r_old_dentry_dir on link(). - ceph: do not trim auth cap when there are cap snaps. - ceph: do not zero i_wrbuffer_ref when reconnecting is denied. - ceph: drop cap releases in requests composed before cap reconnect. - ceph: drop extra open file reference in ceph_atomic_open(). - ceph: drop unconnected inodes. - ceph: exclude setfilelock requests when calculating oldest tid. - ceph: export ceph_session_state_name function. - ceph: fetch inline data when getting Fcr cap refs. - ceph: fix __dcache_readdir(). - ceph: fix a comment typo. - ceph: fix append mode write. - ceph: fix atomic_open snapdir. - ceph: fix bool assignments. - ceph: fix cache revoke race. - ceph: fix ceph_dir_llseek(). - ceph: fix ceph_fh_to_parent(). - ceph: fix ceph_removexattr(). - ceph: fix ceph_set_acl(). - ceph: fix ceph_writepages_start(). - ceph: fix dcache/nocache mount option. - ceph: fix dentry leaks. - ceph: fix directory fsync. - ceph: fix divide-by-zero in __validate_layout(). - ceph: fix double page_unlock() in page_mkwrite(). - ceph: fix dout() compile warnings in ceph_filemap_fault(). - ceph: fix file lock interruption. - ceph: fix flush tid comparision. - ceph: fix flushing caps. - ceph: fix llistxattr on symlink. - ceph: fix message length computation. - ceph: fix mksnap crash. - ceph: fix null pointer dereference in send_mds_reconnect(). - ceph: fix pr_fmt() redefinition. - ceph: fix queuing inode to mdsdir's snaprealm. - ceph: fix reading inline data when i_size > PAGE_SIZE. - ceph: fix request time stamp encoding. - ceph: fix reset_readdir(). - ceph: fix setting empty extended attribute. - ceph: fix sizeof(struct tYpO *) typo. - ceph: fix snap context leak in error path. - ceph: fix trim caps. - ceph: fix uninline data function. - ceph: flush cap release queue when trimming session caps. - ceph: flush inline version. - ceph: forbid mandatory file lock. - ceph: fscache: Update object store limit after file writing. - ceph: fscache: Wait for completion of object initialization. - ceph: fscache: add an interface to synchronize object store limit. - ceph: get inode size for each append write. - ceph: handle -ESTALE reply. - ceph: handle SESSION_FORCE_RO message. - ceph: handle cap export race in try_flush_caps(). - ceph: handle cap import atomically. - ceph: handle frag mismatch between readdir request and reply. - ceph: handle race between cap reconnect and cap release. - ceph: handle session flush message. - ceph: hold on to exclusive caps on complete directories. - ceph: implement readv/preadv for sync operation. - ceph: improve readahead for file holes. - ceph: improve reference tracking for snaprealm. - ceph: include time stamp in every MDS request. - ceph: include time stamp in replayed MDS requests. - ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support. - ceph: initialize inode before instantiating dentry. - ceph: introduce a new inode flag indicating if cached dentries are ordered. - ceph: introduce ceph_fill_fragtree(). - ceph: introduce global empty snap context. - ceph: invalidate dirty pages after forced umount. - ceph: keep i_snap_realm while there are writers. - ceph: kstrdup() memory handling. - ceph: let MDS adjust readdir 'frag'. - ceph: make ceph_forget_all_cached_acls() static inline. - ceph: make fsync() wait unsafe requests that created/modified inode. - ceph: make sure syncfs flushes all cap snaps. - ceph: make sure write caps are registered with auth MDS. - ceph: match wait_for_completion_timeout return type. - ceph: message versioning fixes. - ceph: move ceph_find_inode() outside the s_mutex. - ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks. - ceph: no need to get parent inode in ceph_open. - ceph: parse inline data in MClientReply and MClientCaps. - ceph: pre-allocate ceph_cap struct for ceph_add_cap(). - ceph: pre-allocate data structure that tracks caps flushing. - ceph: preallocate buffer for readdir reply. - ceph: print inode number for LOOKUPINO request. - ceph: properly apply umask when ACL is enabled. - ceph: properly handle XATTR_CREATE and XATTR_REPLACE. - ceph: properly mark empty directory as complete. - ceph: properly release page upon error. - ceph: properly zero data pages for file holes. - ceph: provide seperate {inode,file}_operations for snapdir. - ceph: queue cap release in __ceph_remove_cap(). - ceph: queue vmtruncate if necessary when handing cap grant/revoke. - ceph: ratelimit warn messages for MDS closes session. - ceph: re-send AIO write request when getting -EOLDSNAP error. - ceph: re-send flushing caps (which are revoked) in reconnect stage. - ceph: re-send requests when MDS enters reconnecting stage. - ceph: refactor readpage_nounlock() to make the logic clearer. - ceph: remember subtree root dirfrag's auth MDS. - ceph: remove exported caps when handling cap import message. - ceph: remove outdated frag information. - ceph: remove redundant code for max file size verification. - ceph: remove redundant declaration. - ceph: remove redundant memset(0). - ceph: remove redundant test of head->safe and silence static analysis warnings. - ceph: remove the useless judgement. - ceph: remove unused functions in ceph_frag.h. - ceph: remove unused stringification macros. - ceph: remove useless ACL check. - ceph: remove xattr when null value is given to setxattr(). - ceph: rename snapshot support. - ceph: replace comma with a semicolon. - ceph: request xattrs if xattr_version is zero. - ceph: reserve caps for file layout/lock MDS requests. - ceph: reset r_resend_mds after receiving -ESTALE. - ceph: return error for traceless reply race. - ceph: rework dcache readdir. - ceph: send TID of the oldest pending caps flush to MDS. - ceph: send client metadata to MDS. - ceph: set caps count after composing cap reconnect message. - ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference. - ceph: set mds_wanted when MDS reply changes a cap to auth cap. - ceph: show nocephx_require_signatures and notcp_nodelay options. - ceph: show non-default options only. - ceph: simplify ceph_fh_to_dentry(). - ceph: simplify two mount_timeout sites. - ceph: skip invalid dentry during dcache readdir. - ceph: support inline data feature. - ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL. - ceph: sync read inline data. - ceph: take snap_rwsem when accessing snap realm's cached_context. - ceph: track pending caps flushing accurately. - ceph: track pending caps flushing globally. - ceph: trim unused inodes before reconnecting to recovering MDS. - ceph: trivial comment fix. - ceph: update i_max_size even if inode version does not change. - ceph: update inode fields according to issued caps. - ceph: use %zu for len in ceph_fill_inline_data(). - ceph: use ceph_seq_cmp() to compare migrate_seq. - ceph: use empty snap context for uninline_data and get_pool_perm. - ceph: use fl->fl_file as owner identifier of flock and posix lock. - ceph: use fl->fl_type to decide flock operation. - ceph: use fpos_cmp() to compare dentry positions. - ceph: use getattr request to fetch inline data. - ceph: use i_size_{read,write} to get/set i_size. - ceph: use msecs_to_jiffies for time conversion. - ceph: use pagelist to present MDS request data. - ceph: use truncate_pagecache() instead of truncate_inode_pages(). - ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure. - client: include kernel version in client metadata. - cpuset: Fix potential deadlock w/ set_mems_allowed (bsc#960857, bsc#974646). - crush: add chooseleaf_stable tunable. - crush: decode and initialize chooseleaf_stable. - crush: ensure bucket id is valid before indexing buckets array. - crush: ensure take bucket value is valid. - crush: fix crash from invalid 'take' argument. - crush: sync up with userspace. - crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode (bsc#958390). - crypto: testmgr - mark authenticated ctr(aes) also as FIPS able (bsc#958390). - dasd: fix hanging system after LCU changes (bnc#968497, LTC#136671). - drm/core: Preserve the framebuffer after removing it (bsc#968812). - drm/i915: do not warn if backlight unexpectedly enabled (boo#972068). - drm/i915: set backlight duty cycle after backlight enable for gen4 (boo#972780). - drm/radeon: fix-up some float to fixed conversion thinkos (bsc#968813). - drm/radeon: use HDP_MEM_COHERENCY_FLUSH_CNTL for sdma as well (bsc#968813). - ext4: Fix softlockups in SEEK_HOLE and SEEK_DATA implementations (bsc#942262). - ext4: fix races between page faults and hole punching (bsc#972174). - ext4: fix races of writeback with punch hole and zero range (bsc#972174). - fs, seq_file: fallback to vmalloc instead of oom kill processes (bnc#968687). - fs, seqfile: always allow oom killer (bnc#968687). - fs/ceph/debugfs.c: replace seq_printf by seq_puts. - fs/ceph: replace pr_warning by pr_warn. - fs/pipe.c: skip file_update_time on frozen fs (bsc#975488). - ibmvscsi: Remove unsupported host config MAD (bsc#973556). - iommu/vt-d: Improve fault handler error messages (bsc#975772). - iommu/vt-d: Ratelimit fault handler (bsc#975772). - ipv6: make fib6 serial number per namespace (bsc#965319). - ipv6: per netns FIB garbage collection (bsc#965319). - ipv6: per netns fib6 walkers (bsc#965319). - ipv6: replace global gc_args with local variable (bsc#965319). - kABI: kgr: fix subtle race with kgr_module_init(), going notifier and kgr_modify_kernel(). - kABI: protect function file_open_root. - kABI: protect include in evm. - kABI: protect struct user_struct. - kabi fix for patches.fixes/reduce-m_start-cost (bsc#966573). - kabi/severities: Allow changes in zpci_* symbols (bsc#974692) - kabi/severities: Whitelist libceph and rbd (bsc#964727). - kabi: kgr, add reserved fields. - kabi: protect struct fc_rport_priv (bsc#953233, bsc#962846). - kabi: protect struct netns_ipv6 after FIB6 GC series (bsc#965319). - kgr: add TAINT_KGRAFT. - kgr: add kgraft annotation to hwrng kthread. - kgr: add kgraft annotations to kthreads' wait_event_freezable() API calls. - kgr: add objname to kgr_patch_fun struct. - kgr: add sympos and objname to error and debug messages. - kgr: add sympos as disambiguator field to kgr_patch_fun structure. - kgr: add sympos to sysfs. - kgr: call kgr_init_ftrace_ops() only for loaded objects. - kgr: change to kallsyms_on_each_symbol iterator. - kgr: define pr_fmt and modify all pr_* messages. - kgr: do not print error for !abort_if_missing symbols (bnc#943989). - kgr: do not return and print an error only if the object is not loaded. - kgr: do not use WQ_MEM_RECLAIM workqueue (bnc#963572). - kgr: fix an asymmetric dealing with delayed module loading. - kgr: fix redirection on s390x arch (bsc#903279). - kgr: fix subtle race with kgr_module_init(), going notifier and kgr_modify_kernel(). - kgr: handle btrfs kthreads (bnc#889207). - kgr: kmemleak, really mark the kthread safe after an interrupt. - kgr: kmemleak, really mark the kthread safe after an interrupt. - kgr: log when modifying kernel. - kgr: mark kernel unsupported upon patch revert. - kgr: mark some more missed kthreads (bnc#962336). - kgr: remove abort_if_missing flag. - kgr: usb/storage: do not emit thread awakened (bnc#899908). - kgraft/gfs2: Do not block livepatching in the log daemon for too long. - kgraft/xen: Do not block livepatching in the XEN blkif kthread. - libceph: Avoid holding the zero page on ceph_msgr_slab_init errors. - libceph: Fix ceph_tcp_sendpage()'s more boolean usage. - libceph: MOSDOpReply v7 encoding. - libceph: Remove spurious kunmap() of the zero page. - libceph: a couple tweaks for wait loops. - libceph: add nocephx_sign_messages option. - libceph: advertise support for TUNABLES5. - libceph: advertise support for keepalive2. - libceph: allow setting osd_req_op's flags. - libceph: check data_len in ->alloc_msg(). - libceph: clear messenger auth_retry flag if we fault. - libceph: clear msg->con in ceph_msg_release() only. - libceph: do not access invalid memory in keepalive2 path. - libceph: do not spam dmesg with stray reply warnings. - libceph: drop authorizer check from cephx msg signing routines. - libceph: evaluate osd_req_op_data() arguments only once. - libceph: fix authorizer invalidation, take 2. - libceph: fix ceph_msg_revoke(). - libceph: fix wrong name 'Ceph filesystem for Linux'. - libceph: introduce ceph_x_authorizer_cleanup(). - libceph: invalidate AUTH in addition to a service ticket. - libceph: kill off ceph_x_ticket_handler::validity. - libceph: move ceph_file_layout helpers to ceph_fs.h. - libceph: msg signing callouts do not need con argument. - libceph: nuke time_sub(). - libceph: properly release STAT request's raw_data_in. - libceph: remove con argument in handle_reply(). - libceph: remove outdated comment. - libceph: remove the unused macro AES_KEY_SIZE. - libceph: rename con_work() to ceph_con_workfn(). - libceph: set 'exists' flag for newly up osd. - libceph: stop duplicating client fields in messenger. - libceph: store timeouts in jiffies, verify user input. - libceph: treat sockaddr_storage with uninitialized family as blank. - libceph: use keepalive2 to verify the mon session is alive. - libceph: use list_for_each_entry_safe. - libceph: use list_next_entry instead of list_entry_next. - libceph: use local variable cursor instead of &msg->cursor. - libceph: use the right footer size when skipping a message. - libfc: replace 'rp_mutex' with 'rp_lock' (bsc#953233, bsc#962846). - mds: check cap ID when handling cap export message. - mmc: Allow forward compatibility for eMMC (bnc#966054). - mmc: sdhci: Allow for irq being shared (bnc#977582). - mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_TLR_ON flag (bsc#967640). - nfs-rdma: Fix for FMR leaks (bsc#908151). - nfs: fix high load average due to callback thread sleeping (bsc#971170). - nvme: fix max_segments integer truncation (bsc#676471). - ocfs2: do not set fs read-only if rec[0] is empty while committing truncate (bnc#971947). - ocfs2: extend enough credits for freeing one truncate record while replaying truncate records (bnc#971947). - ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et (bnc#971947). - pipe: limit the per-user amount of pages allocated in pipes (bsc#970948). - powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel (bsc@976821). - powerpc/book3s64: Remove __end_handlers marker (bsc#976821). - rbd: bump queue_max_segments. - rbd: delete an unnecessary check before rbd_dev_destroy(). - rbd: do not free rbd_dev outside of the release callback. - rbd: do not put snap_context twice in rbd_queue_workfn(). - rbd: drop null test before destroy functions. - rbd: plug rbd_dev->header.object_prefix memory leak. - rbd: rbd_wq comment is obsolete. - rbd: remove duplicate calls to rbd_dev_mapping_clear(). - rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails. - rbd: set device_type::release instead of device::release. - rbd: set max_sectors explicitly. - rbd: store rbd_options in rbd_device. - rbd: terminate rbd_opts_tokens with Opt_err. - rbd: timeout watch teardown on unmap with mount_timeout. - rbd: use GFP_NOIO consistently for request allocations (bsc#971159). - rbd: use writefull op for object size writes. - reduce m_start() cost.. (bsc#966573). - s390/compat: correct restore of high gprs on signal return (bnc#968497, LTC#137571). - s390/pageattr: do a single TLB flush for change_page_attr (bsc#940413). - s390/pci: add extra padding to function measurement block (bnc#974692, LTC#139445). - s390/pci: enforce fmb page boundary rule (bnc#974692, LTC#139445). - s390/pci: extract software counters from fmb (bnc#974692, LTC#139445). - s390/pci: remove pdev pointer from arch data (bnc#974692, LTC#139444). - s390/pci_dma: fix DMA table corruption with > 4 TB main memory (bnc#974692, LTC#139401). - s390/pci_dma: handle dma table failures (bnc#974692, LTC#139442). - s390/pci_dma: improve debugging of errors during dma map (bnc#974692, LTC#139442). - s390/pci_dma: unify label of invalid translation table entries (bnc#974692, LTC#139442). - s390/zcrypt: HWRNG registration cause kernel panic on CEX hotplug (bnc#968497, LTC#138409). - scsi-bnx2fc-handle_scsi_retry_delay - scsi-bnx2fc-soft_lockup_when_rmmod - scsi: Add intermediate STARGET_REMOVE state to scsi_target_state (bsc#970609). - scsi: Avoid crashing if device uses DIX but adapter does not support it (bsc#969016). - sd: get disk reference in sd_check_events() (bnc#897662). - supported.conf: Add bridge.ko for OpenStack (bsc#971600) - supported.conf: add pci-hyperv - supported.conf:Add drivers/infiniband/hw/ocrdma/ocrdma.ko to supported.conf (bsc#964461) - svcrdma: Fence LOCAL_INV work requests (bsc#908151). - svcrdma: advertise the correct max payload (bsc#908151). - svcrdma: fix offset calculation for non-page aligned sge entries (bsc#908151). - svcrdma: fix printk when memory allocation fails (bsc#908151). - svcrdma: refactor marshalling logic (bsc#908151). - svcrdma: send_write() must not overflow the device's max sge (bsc#908151). - target: Drop incorrect ABORT_TASK put for completed commands (bsc#962872). - target: Fix LUN_RESET active I/O handling for ACK_KREF (bsc#962872). - target: Fix LUN_RESET active TMR descriptor handling (bsc#962872). - target: Fix TAS handling for multi-session se_node_acls (bsc#962872). - target: Fix race with SCF_SEND_DELAYED_TAS handling (bsc#962872). - target: Fix remote-port TMR ABORT + se_cmd fabric stop (bsc#962872). - tcp: convert cached rtt from usec to jiffies when feeding initial rto (bsc#937086). - vgaarb: Add more context to error messages (bsc#976868). - xen/acpi: Disable ACPI table override when UEFI Secure Boot is enabled (bsc#970604). - xprtrdma: Allocate missing pagelist (bsc#908151). - xprtrdma: Avoid deadlock when credit window is reset (bsc#908151). - xprtrdma: Disconnect on registration failure (bsc#908151). - xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting (bsc#908151). - xprtrdma: Fall back to MTHCAFMR when FRMR is not supported (bsc#908151). - xprtrdma: Limit work done by completion handler (bsc#908151). - xprtrdma: Make rpcrdma_ep_destroy() return void (bsc#908151). - xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context (bsc#908151). - xprtrdma: Reduce the number of hardway buffer allocations (bsc#908151). - xprtrdma: Remove BOUNCEBUFFERS memory registration mode (bsc#908151). - xprtrdma: Remove BUG_ON() call sites (bsc#908151). - xprtrdma: Remove MEMWINDOWS registration modes (bsc#908151). - xprtrdma: Remove REGISTER memory registration mode (bsc#908151). - xprtrdma: Remove Tavor MTU setting (bsc#908151). - xprtrdma: Reset connection timeout after successful reconnect (bsc#908151). - xprtrdma: Simplify rpcrdma_deregister_external() synopsis (bsc#908151). - xprtrdma: Split the completion queue (bsc#908151). - xprtrdma: Use macros for reconnection timeout constants (bsc#908151). - xprtrdma: mind the device's max fast register page list depth (bsc#908151). - xprtrdma: mount reports 'Invalid mount option' if memreg mode not supported (bsc#908151). - xprtrmda: Reduce calls to ib_poll_cq() in completion handlers (bsc#908151). - xprtrmda: Reduce lock contention in completion handlers (bsc#908151).
Patchnames: SUSE-SLE-DESKTOP-12-SP1-2016-1004,SUSE-SLE-Live-Patching-12-2016-1004,SUSE-SLE-Module-Public-Cloud-12-2016-1004,SUSE-SLE-SDK-12-SP1-2016-1004,SUSE-SLE-SERVER-12-SP1-2016-1004,SUSE-SLE-WE-12-SP1-2016-1004
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".
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/662458 self
https://bugzilla.suse.com/676471 self
https://bugzilla.suse.com/889207 self
https://bugzilla.suse.com/897662 self
https://bugzilla.suse.com/899908 self
https://bugzilla.suse.com/903279 self
https://bugzilla.suse.com/908151 self
https://bugzilla.suse.com/928547 self
https://bugzilla.suse.com/931448 self
https://bugzilla.suse.com/937086 self
https://bugzilla.suse.com/940413 self
https://bugzilla.suse.com/942262 self
https://bugzilla.suse.com/943989 self
https://bugzilla.suse.com/944309 self
https://bugzilla.suse.com/945345 self
https://bugzilla.suse.com/951844 self
https://bugzilla.suse.com/953233 self
https://bugzilla.suse.com/957805 self
https://bugzilla.suse.com/958390 self
https://bugzilla.suse.com/959514 self
https://bugzilla.suse.com/960857 self
https://bugzilla.suse.com/962336 self
https://bugzilla.suse.com/962846 self
https://bugzilla.suse.com/962872 self
https://bugzilla.suse.com/963572 self
https://bugzilla.suse.com/964461 self
https://bugzilla.suse.com/964727 self
https://bugzilla.suse.com/965319 self
https://bugzilla.suse.com/966054 self
https://bugzilla.suse.com/966573 self
https://bugzilla.suse.com/967640 self
https://bugzilla.suse.com/968497 self
https://bugzilla.suse.com/968687 self
https://bugzilla.suse.com/968812 self
https://bugzilla.suse.com/968813 self
https://bugzilla.suse.com/969016 self
https://bugzilla.suse.com/970604 self
https://bugzilla.suse.com/970609 self
https://bugzilla.suse.com/970892 self
https://bugzilla.suse.com/970911 self
https://bugzilla.suse.com/970948 self
https://bugzilla.suse.com/970955 self
https://bugzilla.suse.com/970956 self
https://bugzilla.suse.com/970958 self
https://bugzilla.suse.com/970970 self
https://bugzilla.suse.com/971049 self
https://bugzilla.suse.com/971124 self
https://bugzilla.suse.com/971126 self
https://bugzilla.suse.com/971159 self
https://bugzilla.suse.com/971170 self
https://bugzilla.suse.com/971600 self
https://bugzilla.suse.com/971628 self
https://bugzilla.suse.com/971793 self
https://bugzilla.suse.com/971947 self
https://bugzilla.suse.com/972003 self
https://bugzilla.suse.com/972068 self
https://bugzilla.suse.com/972174 self
https://bugzilla.suse.com/972780 self
https://bugzilla.suse.com/972844 self
https://bugzilla.suse.com/972891 self
https://bugzilla.suse.com/972951 self
https://bugzilla.suse.com/973378 self
https://bugzilla.suse.com/973556 self
https://bugzilla.suse.com/973855 self
https://bugzilla.suse.com/974418 self
https://bugzilla.suse.com/974646 self
https://bugzilla.suse.com/974692 self
https://bugzilla.suse.com/975371 self
https://bugzilla.suse.com/975488 self
https://bugzilla.suse.com/975772 self
https://bugzilla.suse.com/975945 self
https://bugzilla.suse.com/976739 self
https://bugzilla.suse.com/976821 self
https://bugzilla.suse.com/976868 self
https://bugzilla.suse.com/977582 self
https://bugzilla.suse.com/977685 self
https://bugzilla.suse.com/978401 self
https://bugzilla.suse.com/978527 self
https://bugzilla.suse.com/978822 self
https://bugzilla.suse.com/979213 self
https://bugzilla.suse.com/979347 self
https://bugzilla.suse.com/983143 self
https://www.suse.com/security/cve/CVE-2014-9717/ self
https://www.suse.com/security/cve/CVE-2016-1583/ self
https://www.suse.com/security/cve/CVE-2016-2185/ self
https://www.suse.com/security/cve/CVE-2016-2186/ self
https://www.suse.com/security/cve/CVE-2016-2188/ self
https://www.suse.com/security/cve/CVE-2016-2847/ self
https://www.suse.com/security/cve/CVE-2016-3134/ self
https://www.suse.com/security/cve/CVE-2016-3136/ self
https://www.suse.com/security/cve/CVE-2016-3137/ self
https://www.suse.com/security/cve/CVE-2016-3138/ self
https://www.suse.com/security/cve/CVE-2016-3140/ self
https://www.suse.com/security/cve/CVE-2016-3689/ self
https://www.suse.com/security/cve/CVE-2016-3951/ self
https://www.suse.com/security/cve/CVE-2016-4482/ self
https://www.suse.com/security/cve/CVE-2016-4486/ self
https://www.suse.com/security/cve/CVE-2016-4569/ self
https://www.suse.com/security/cve/CVE-2014-9717 external
https://bugzilla.suse.com/928547 external
https://www.suse.com/security/cve/CVE-2016-1583 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/1052256 external
https://bugzilla.suse.com/983143 external
https://bugzilla.suse.com/983144 external
https://www.suse.com/security/cve/CVE-2016-2185 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/971124 external
https://www.suse.com/security/cve/CVE-2016-2186 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/970958 external
https://www.suse.com/security/cve/CVE-2016-2188 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/1067912 external
https://bugzilla.suse.com/1132190 external
https://bugzilla.suse.com/970956 external
https://www.suse.com/security/cve/CVE-2016-2847 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/970948 external
https://bugzilla.suse.com/974646 external
https://www.suse.com/security/cve/CVE-2016-3134 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/1052256 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/971126 external
https://bugzilla.suse.com/971793 external
https://bugzilla.suse.com/986362 external
https://bugzilla.suse.com/986365 external
https://bugzilla.suse.com/986377 external
https://www.suse.com/security/cve/CVE-2016-3136 external
https://bugzilla.suse.com/970955 external
https://www.suse.com/security/cve/CVE-2016-3137 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/970970 external
https://www.suse.com/security/cve/CVE-2016-3138 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/970911 external
https://bugzilla.suse.com/970970 external
https://www.suse.com/security/cve/CVE-2016-3140 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/970892 external
https://www.suse.com/security/cve/CVE-2016-3689 external
https://bugzilla.suse.com/971628 external
https://www.suse.com/security/cve/CVE-2016-3951 external
https://bugzilla.suse.com/974418 external
https://www.suse.com/security/cve/CVE-2016-4482 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/978401 external
https://bugzilla.suse.com/978445 external
https://www.suse.com/security/cve/CVE-2016-4486 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/978822 external
https://www.suse.com/security/cve/CVE-2016-4569 external
https://bugzilla.suse.com/1020452 external
https://bugzilla.suse.com/979213 external
https://bugzilla.suse.com/979879 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": "The SUSE Linux Enterprise 12 SP1 kernel was updated to 3.12.59 to receive various security and bugfixes.\n\nMain feature additions:\n- Improved support for Clustered File System (CephFS, fate#318586).\n- Addition of kGraft patches now produces logging messages to simplify auditing (fate#317827).\n\nThe following security bugs were fixed:\n- CVE-2016-1583: Prevent the usage of mmap when the lower file system does not allow it. This could have lead to local privilege escalation when ecryptfs-utils was installed and /sbin/mount.ecryptfs_private was setuid (bsc#983143).\n- CVE-2014-9717: fs/namespace.c in the Linux kernel processes MNT_DETACH umount2 system calls without verifying that the MNT_LOCKED flag is unset, which allowed local users to bypass intended access restrictions and navigate to filesystem locations beneath a mount by calling umount2 within a user namespace (bnc#928547).\n- CVE-2016-2185: The ati_remote2_probe function in drivers/input/misc/ati_remote2.c in the Linux kernel allowed 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 (bnc#971124).\n- CVE-2016-2186: The powermate_probe function in drivers/input/misc/powermate.c in the Linux kernel allowed 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 (bnc#970958).\n- CVE-2016-2188: The iowarrior_probe function in drivers/usb/misc/iowarrior.c in the Linux kernel allowed 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 (bnc#970956).\n- CVE-2016-2847: fs/pipe.c in the Linux kernel did not limit the amount of unread data in pipes, which allowed local users to cause a denial of service (memory consumption) by creating many pipes with non-default sizes (bsc#970948).\n- CVE-2016-3134: The netfilter subsystem in the Linux kernel did not validate certain offset fields, which allowed local users to gain privileges or cause a denial of service (heap memory corruption) via an IPT_SO_SET_REPLACE setsockopt call (bnc#971126 971793).\n- CVE-2016-3136: The mct_u232_msr_to_state function in drivers/usb/serial/mct_u232.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted USB device without two interrupt-in endpoint descriptors (bnc#970955).\n- CVE-2016-3137: drivers/usb/serial/cypress_m8.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a USB device without both an interrupt-in and an interrupt-out endpoint descriptor, related to the cypress_generic_port_probe and cypress_open functions (bnc#970970).\n- CVE-2016-3138: The acm_probe function in drivers/usb/class/cdc-acm.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a USB device without both a control and a data endpoint descriptor (bnc#970911 970970).\n- CVE-2016-3140: The digi_port_init function in drivers/usb/serial/digi_acceleport.c in the Linux kernel allowed 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 (bnc#970892).\n- CVE-2016-3689: The ims_pcu_parse_cdc_data function in drivers/input/misc/ims-pcu.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (system crash) via a USB device without both a master and a slave interface (bnc#971628).\n- CVE-2016-3951: Double free vulnerability in drivers/net/usb/cdc_ncm.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (system crash) or possibly have unspecified other impact by inserting a USB device with an invalid USB descriptor (bnc#974418).\n- CVE-2016-4482: Fixed information leak in devio (bnc#978401).\n- CVE-2016-4486: Fixed information leak in rtnetlink ( bsc#978822).\n- CVE-2016-4569: Fixed information leak in events via snd_timer_user_tinterrupt (bsc#979213).\n\nThe following non-security bugs were fixed:\n- ALSA: timer: Call notifier in the same spinlock (bsc#973378).\n- ALSA: timer: Protect the whole snd_timer_close() with open race (bsc#973378).\n- ALSA: timer: Sync timer deletion at closing the system timer (bsc#973378).\n- ALSA: timer: Use mod_timer() for rearming the system timer (bsc#973378).\n- Btrfs: do not collect ordered extents when logging that inode exists (bsc#977685).\n- Btrfs: do not return EBUSY on concurrent subvolume mounts (bsc#951844).\n- Btrfs: fix deadlock between direct IO reads and buffered writes (bsc#973855).\n- Btrfs: fix empty symlink after creating symlink and fsync parent dir (bsc#977685).\n- Btrfs: fix file loss on log replay after renaming a file and fsync (bsc#977685).\n- Btrfs: fix file/data loss caused by fsync after rename and new inode (bsc#977685).\n- Btrfs: fix for incorrect directory entries after fsync log replay (bsc#957805, bsc#977685).\n- Btrfs: fix loading of orphan roots leading to BUG_ON (bsc#972844).\n- Btrfs: fix race between fsync and lockless direct IO writes (bsc#977685).\n- Btrfs: fix unreplayable log after snapshot delete + parent dir fsync (bsc#977685).\n- Btrfs: handle non-fatal errors in btrfs_qgroup_inherit() (bsc#972951).\n- Btrfs: qgroup: return EINVAL if level of parent is not higher than child\u0027s (bsc#972951).\n- Btrfs: teach backref walking about backrefs with underflowed offset values (bsc#975371).\n- CacheFiles: Fix incorrect test for in-memory object collision (bsc#971049).\n- CacheFiles: Handle object being killed before being set up (bsc#971049).\n- Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets (bsc#976739).\n- Drivers: hv: util: Pass the channel information during the init call (bnc#978527).\n- Drivers: hv: utils: Invoke the poll function after handshake (bnc#978527).\n- Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read().\n- Export helper function to set irq affinity in pci-hyperv.\n- FS-Cache: Add missing initialization of ret in cachefiles_write_page() (bsc#971049).\n- FS-Cache: Count culled objects and objects rejected due to lack of space (bsc#971049).\n- FS-Cache: Fix cancellation of in-progress operation (bsc#971049).\n- FS-Cache: Handle a new operation submitted against a killed object (bsc#971049).\n- FS-Cache: Move fscache_report_unexpected_submission() to make it more available (bsc#971049).\n- FS-Cache: Out of line fscache_operation_init() (bsc#971049).\n- FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations too (bsc#971049).\n- FS-Cache: Put an aborted initialised op so that it is accounted correctly (bsc#971049).\n- FS-Cache: Reduce cookie ref count if submit fails (bsc#971049).\n- FS-Cache: Synchronise object death state change vs operation submission (bsc#971049).\n- FS-Cache: The operation cancellation method needs calling in more places (bsc#971049).\n- FS-Cache: Timeout for releasepage() (bsc#971049).\n- FS-Cache: When submitting an op, cancel it if the target object is dying (bsc#971049).\n- FS-Cache: fscache_object_is_dead() has wrong logic, kill it (bsc#971049).\n- Fix cifs_uniqueid_to_ino_t() function for s390x (bsc#944309)\n- Fix kabi issue (bsc#971049).\n- Input: i8042 - lower log level for \u0027no controller\u0027 message (bsc#945345).\n- NFSv4.1: do not use machine credentials for CLOSE when using \u0027sec=sys\u0027 (bsc#972003).\n- NVMe: Unify controller probe and resume (bsc#979347).\n- NVMe: init nvme queue before enabling irq (bsc#662458).\n- PCI/AER: Fix aer_inject error codes (bsc#931448).\n- PCI/AER: Log actual error causes in aer_inject (bsc#931448).\n- PCI/AER: Log aer_inject error injections (bsc#931448).\n- PCI/AER: Use dev_warn() in aer_inject (bsc#931448).\n- RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEs (bsc#908151).\n- Revert \u0027scsi: fix soft lockup in scsi_remove_target() on module removal\u0027 (bsc#970609).\n- SUNRPC: Fix large reads on NFS/RDMA (bsc#908151).\n- SUNRPC: remove KERN_INFO from dprintk() call sites (bsc#908151).\n- USB: usbip: fix potential out-of-bounds write (bnc#975945).\n- Use mainline variant of hyperv KVP IP failover patch (bnc#978527)\n- acpi: Disable ACPI table override when UEFI Secure Boot is enabled (bsc#970604).\n- acpi: Disable APEI error injection if securelevel is set (bsc#972891).\n- apparmor: Skip proc ns files (bsc#959514).\n- cachefiles: perform test on s_blocksize when opening cache file (bsc#971049).\n- ceph fscache: Introduce a routine for uncaching single no data page from fscache ().\n- ceph fscache: Uncaching no data page from fscache in readpage().\n- ceph: Add fs/ceph as a supported module.\n- ceph: Asynchronous IO support.\n- ceph: Avoid to propagate the invalid page point.\n- ceph: Clean up if error occurred in finish_read().\n- ceph: EIO all operations after forced umount.\n- ceph: Implement writev/pwritev for sync operation.\n- ceph: Remove racey watch/notify event infrastructure (bsc#964727)\n- ceph: Remove racey watch/notify event infrastructure (bsc#964727)\n- ceph: add acl for cephfs.\n- ceph: add acl, noacl options for cephfs mount.\n- ceph: add get_name() NFS export callback.\n- ceph: add get_parent() NFS export callback.\n- ceph: add imported caps when handling cap export message.\n- ceph: add inline data to pagecache.\n- ceph: add missing init_acl() for mkdir() and atomic_open().\n- ceph: add open export target session helper.\n- ceph: add request to i_unsafe_dirops when getting unsafe reply.\n- ceph: additional debugfs output.\n- ceph: always re-send cap flushes when MDS recovers.\n- ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps).\n- ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions).\n- ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync).\n- ceph: avoid releasing caps that are being used.\n- ceph: avoid sending unnessesary FLUSHSNAP message.\n- ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename().\n- ceph: cast PAGE_SIZE to size_t in ceph_sync_write().\n- ceph: ceph_frag_contains_value can be boolean.\n- ceph: ceph_get_parent() can be static.\n- ceph: check OSD caps before read/write.\n- ceph: check buffer size in ceph_vxattrcb_layout().\n- ceph: check caps in filemap_fault and page_mkwrite.\n- ceph: check directory\u0027s completeness before emitting directory entry.\n- ceph: check inode caps in ceph_d_revalidate.\n- ceph: check unsupported fallocate mode.\n- ceph: check zero length in ceph_sync_read().\n- ceph: checking for IS_ERR instead of NULL.\n- ceph: cleanup unsafe requests when reconnecting is denied.\n- ceph: cleanup use of ceph_msg_get.\n- ceph: clear directory\u0027s completeness when creating file.\n- ceph: convert inline data to normal data before data write.\n- ceph: do not assume r_old_dentry[_dir] always set together.\n- ceph: do not chain inode updates to parent fsync.\n- ceph: do not grabs open file reference for aborted request.\n- ceph: do not include ceph.{file,dir}.layout vxattr in listxattr().\n- ceph: do not include used caps in cap_wanted.\n- ceph: do not invalidate page cache when inode is no longer used.\n- ceph: do not mark dirty caps when there is no auth cap.\n- ceph: do not pre-allocate space for cap release messages.\n- ceph: do not set r_old_dentry_dir on link().\n- ceph: do not trim auth cap when there are cap snaps.\n- ceph: do not zero i_wrbuffer_ref when reconnecting is denied.\n- ceph: drop cap releases in requests composed before cap reconnect.\n- ceph: drop extra open file reference in ceph_atomic_open().\n- ceph: drop unconnected inodes.\n- ceph: exclude setfilelock requests when calculating oldest tid.\n- ceph: export ceph_session_state_name function.\n- ceph: fetch inline data when getting Fcr cap refs.\n- ceph: fix __dcache_readdir().\n- ceph: fix a comment typo.\n- ceph: fix append mode write.\n- ceph: fix atomic_open snapdir.\n- ceph: fix bool assignments.\n- ceph: fix cache revoke race.\n- ceph: fix ceph_dir_llseek().\n- ceph: fix ceph_fh_to_parent().\n- ceph: fix ceph_removexattr().\n- ceph: fix ceph_set_acl().\n- ceph: fix ceph_writepages_start().\n- ceph: fix dcache/nocache mount option.\n- ceph: fix dentry leaks.\n- ceph: fix directory fsync.\n- ceph: fix divide-by-zero in __validate_layout().\n- ceph: fix double page_unlock() in page_mkwrite().\n- ceph: fix dout() compile warnings in ceph_filemap_fault().\n- ceph: fix file lock interruption.\n- ceph: fix flush tid comparision.\n- ceph: fix flushing caps.\n- ceph: fix llistxattr on symlink.\n- ceph: fix message length computation.\n- ceph: fix mksnap crash.\n- ceph: fix null pointer dereference in send_mds_reconnect().\n- ceph: fix pr_fmt() redefinition.\n- ceph: fix queuing inode to mdsdir\u0027s snaprealm.\n- ceph: fix reading inline data when i_size \u003e PAGE_SIZE.\n- ceph: fix request time stamp encoding.\n- ceph: fix reset_readdir().\n- ceph: fix setting empty extended attribute.\n- ceph: fix sizeof(struct tYpO *) typo.\n- ceph: fix snap context leak in error path.\n- ceph: fix trim caps.\n- ceph: fix uninline data function.\n- ceph: flush cap release queue when trimming session caps.\n- ceph: flush inline version.\n- ceph: forbid mandatory file lock.\n- ceph: fscache: Update object store limit after file writing.\n- ceph: fscache: Wait for completion of object initialization.\n- ceph: fscache: add an interface to synchronize object store limit.\n- ceph: get inode size for each append write.\n- ceph: handle -ESTALE reply.\n- ceph: handle SESSION_FORCE_RO message.\n- ceph: handle cap export race in try_flush_caps().\n- ceph: handle cap import atomically.\n- ceph: handle frag mismatch between readdir request and reply.\n- ceph: handle race between cap reconnect and cap release.\n- ceph: handle session flush message.\n- ceph: hold on to exclusive caps on complete directories.\n- ceph: implement readv/preadv for sync operation.\n- ceph: improve readahead for file holes.\n- ceph: improve reference tracking for snaprealm.\n- ceph: include time stamp in every MDS request.\n- ceph: include time stamp in replayed MDS requests.\n- ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support.\n- ceph: initialize inode before instantiating dentry.\n- ceph: introduce a new inode flag indicating if cached dentries are ordered.\n- ceph: introduce ceph_fill_fragtree().\n- ceph: introduce global empty snap context.\n- ceph: invalidate dirty pages after forced umount.\n- ceph: keep i_snap_realm while there are writers.\n- ceph: kstrdup() memory handling.\n- ceph: let MDS adjust readdir \u0027frag\u0027.\n- ceph: make ceph_forget_all_cached_acls() static inline.\n- ceph: make fsync() wait unsafe requests that created/modified inode.\n- ceph: make sure syncfs flushes all cap snaps.\n- ceph: make sure write caps are registered with auth MDS.\n- ceph: match wait_for_completion_timeout return type.\n- ceph: message versioning fixes.\n- ceph: move ceph_find_inode() outside the s_mutex.\n- ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks.\n- ceph: no need to get parent inode in ceph_open.\n- ceph: parse inline data in MClientReply and MClientCaps.\n- ceph: pre-allocate ceph_cap struct for ceph_add_cap().\n- ceph: pre-allocate data structure that tracks caps flushing.\n- ceph: preallocate buffer for readdir reply.\n- ceph: print inode number for LOOKUPINO request.\n- ceph: properly apply umask when ACL is enabled.\n- ceph: properly handle XATTR_CREATE and XATTR_REPLACE.\n- ceph: properly mark empty directory as complete.\n- ceph: properly release page upon error.\n- ceph: properly zero data pages for file holes.\n- ceph: provide seperate {inode,file}_operations for snapdir.\n- ceph: queue cap release in __ceph_remove_cap().\n- ceph: queue vmtruncate if necessary when handing cap grant/revoke.\n- ceph: ratelimit warn messages for MDS closes session.\n- ceph: re-send AIO write request when getting -EOLDSNAP error.\n- ceph: re-send flushing caps (which are revoked) in reconnect stage.\n- ceph: re-send requests when MDS enters reconnecting stage.\n- ceph: refactor readpage_nounlock() to make the logic clearer.\n- ceph: remember subtree root dirfrag\u0027s auth MDS.\n- ceph: remove exported caps when handling cap import message.\n- ceph: remove outdated frag information.\n- ceph: remove redundant code for max file size verification.\n- ceph: remove redundant declaration.\n- ceph: remove redundant memset(0).\n- ceph: remove redundant test of head-\u003esafe and silence static analysis warnings.\n- ceph: remove the useless judgement.\n- ceph: remove unused functions in ceph_frag.h.\n- ceph: remove unused stringification macros.\n- ceph: remove useless ACL check.\n- ceph: remove xattr when null value is given to setxattr().\n- ceph: rename snapshot support.\n- ceph: replace comma with a semicolon.\n- ceph: request xattrs if xattr_version is zero.\n- ceph: reserve caps for file layout/lock MDS requests.\n- ceph: reset r_resend_mds after receiving -ESTALE.\n- ceph: return error for traceless reply race.\n- ceph: rework dcache readdir.\n- ceph: send TID of the oldest pending caps flush to MDS.\n- ceph: send client metadata to MDS.\n- ceph: set caps count after composing cap reconnect message.\n- ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference.\n- ceph: set mds_wanted when MDS reply changes a cap to auth cap.\n- ceph: show nocephx_require_signatures and notcp_nodelay options.\n- ceph: show non-default options only.\n- ceph: simplify ceph_fh_to_dentry().\n- ceph: simplify two mount_timeout sites.\n- ceph: skip invalid dentry during dcache readdir.\n- ceph: support inline data feature.\n- ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL.\n- ceph: sync read inline data.\n- ceph: take snap_rwsem when accessing snap realm\u0027s cached_context.\n- ceph: track pending caps flushing accurately.\n- ceph: track pending caps flushing globally.\n- ceph: trim unused inodes before reconnecting to recovering MDS.\n- ceph: trivial comment fix.\n- ceph: update i_max_size even if inode version does not change.\n- ceph: update inode fields according to issued caps.\n- ceph: use %zu for len in ceph_fill_inline_data().\n- ceph: use ceph_seq_cmp() to compare migrate_seq.\n- ceph: use empty snap context for uninline_data and get_pool_perm.\n- ceph: use fl-\u003efl_file as owner identifier of flock and posix lock.\n- ceph: use fl-\u003efl_type to decide flock operation.\n- ceph: use fpos_cmp() to compare dentry positions.\n- ceph: use getattr request to fetch inline data.\n- ceph: use i_size_{read,write} to get/set i_size.\n- ceph: use msecs_to_jiffies for time conversion.\n- ceph: use pagelist to present MDS request data.\n- ceph: use truncate_pagecache() instead of truncate_inode_pages().\n- ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure.\n- client: include kernel version in client metadata.\n- cpuset: Fix potential deadlock w/ set_mems_allowed (bsc#960857, bsc#974646).\n- crush: add chooseleaf_stable tunable.\n- crush: decode and initialize chooseleaf_stable.\n- crush: ensure bucket id is valid before indexing buckets array.\n- crush: ensure take bucket value is valid.\n- crush: fix crash from invalid \u0027take\u0027 argument.\n- crush: sync up with userspace.\n- crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode (bsc#958390).\n- crypto: testmgr - mark authenticated ctr(aes) also as FIPS able (bsc#958390).\n- dasd: fix hanging system after LCU changes (bnc#968497, LTC#136671).\n- drm/core: Preserve the framebuffer after removing it (bsc#968812).\n- drm/i915: do not warn if backlight unexpectedly enabled (boo#972068).\n- drm/i915: set backlight duty cycle after backlight enable for gen4 (boo#972780).\n- drm/radeon: fix-up some float to fixed conversion thinkos (bsc#968813).\n- drm/radeon: use HDP_MEM_COHERENCY_FLUSH_CNTL for sdma as well (bsc#968813).\n- ext4: Fix softlockups in SEEK_HOLE and SEEK_DATA implementations (bsc#942262).\n- ext4: fix races between page faults and hole punching (bsc#972174).\n- ext4: fix races of writeback with punch hole and zero range (bsc#972174).\n- fs, seq_file: fallback to vmalloc instead of oom kill processes (bnc#968687).\n- fs, seqfile: always allow oom killer (bnc#968687).\n- fs/ceph/debugfs.c: replace seq_printf by seq_puts.\n- fs/ceph: replace pr_warning by pr_warn.\n- fs/pipe.c: skip file_update_time on frozen fs (bsc#975488).\n- ibmvscsi: Remove unsupported host config MAD (bsc#973556).\n- iommu/vt-d: Improve fault handler error messages (bsc#975772).\n- iommu/vt-d: Ratelimit fault handler (bsc#975772).\n- ipv6: make fib6 serial number per namespace (bsc#965319).\n- ipv6: per netns FIB garbage collection (bsc#965319).\n- ipv6: per netns fib6 walkers (bsc#965319).\n- ipv6: replace global gc_args with local variable (bsc#965319).\n- kABI: kgr: fix subtle race with kgr_module_init(), going notifier and kgr_modify_kernel().\n- kABI: protect function file_open_root.\n- kABI: protect include in evm.\n- kABI: protect struct user_struct.\n- kabi fix for patches.fixes/reduce-m_start-cost (bsc#966573).\n- kabi/severities: Allow changes in zpci_* symbols (bsc#974692)\n- kabi/severities: Whitelist libceph and rbd (bsc#964727).\n- kabi: kgr, add reserved fields.\n- kabi: protect struct fc_rport_priv (bsc#953233, bsc#962846).\n- kabi: protect struct netns_ipv6 after FIB6 GC series (bsc#965319).\n- kgr: add TAINT_KGRAFT.\n- kgr: add kgraft annotation to hwrng kthread.\n- kgr: add kgraft annotations to kthreads\u0027 wait_event_freezable() API calls.\n- kgr: add objname to kgr_patch_fun struct.\n- kgr: add sympos and objname to error and debug messages.\n- kgr: add sympos as disambiguator field to kgr_patch_fun structure.\n- kgr: add sympos to sysfs.\n- kgr: call kgr_init_ftrace_ops() only for loaded objects.\n- kgr: change to kallsyms_on_each_symbol iterator.\n- kgr: define pr_fmt and modify all pr_* messages.\n- kgr: do not print error for !abort_if_missing symbols (bnc#943989).\n- kgr: do not return and print an error only if the object is not loaded.\n- kgr: do not use WQ_MEM_RECLAIM workqueue (bnc#963572).\n- kgr: fix an asymmetric dealing with delayed module loading.\n- kgr: fix redirection on s390x arch (bsc#903279).\n- kgr: fix subtle race with kgr_module_init(), going notifier and kgr_modify_kernel().\n- kgr: handle btrfs kthreads (bnc#889207).\n- kgr: kmemleak, really mark the kthread safe after an interrupt.\n- kgr: kmemleak, really mark the kthread safe after an interrupt.\n- kgr: log when modifying kernel.\n- kgr: mark kernel unsupported upon patch revert.\n- kgr: mark some more missed kthreads (bnc#962336).\n- kgr: remove abort_if_missing flag.\n- kgr: usb/storage: do not emit thread awakened (bnc#899908).\n- kgraft/gfs2: Do not block livepatching in the log daemon for too long.\n- kgraft/xen: Do not block livepatching in the XEN blkif kthread.\n- libceph: Avoid holding the zero page on ceph_msgr_slab_init errors.\n- libceph: Fix ceph_tcp_sendpage()\u0027s more boolean usage.\n- libceph: MOSDOpReply v7 encoding.\n- libceph: Remove spurious kunmap() of the zero page.\n- libceph: a couple tweaks for wait loops.\n- libceph: add nocephx_sign_messages option.\n- libceph: advertise support for TUNABLES5.\n- libceph: advertise support for keepalive2.\n- libceph: allow setting osd_req_op\u0027s flags.\n- libceph: check data_len in -\u003ealloc_msg().\n- libceph: clear messenger auth_retry flag if we fault.\n- libceph: clear msg-\u003econ in ceph_msg_release() only.\n- libceph: do not access invalid memory in keepalive2 path.\n- libceph: do not spam dmesg with stray reply warnings.\n- libceph: drop authorizer check from cephx msg signing routines.\n- libceph: evaluate osd_req_op_data() arguments only once.\n- libceph: fix authorizer invalidation, take 2.\n- libceph: fix ceph_msg_revoke().\n- libceph: fix wrong name \u0027Ceph filesystem for Linux\u0027.\n- libceph: introduce ceph_x_authorizer_cleanup().\n- libceph: invalidate AUTH in addition to a service ticket.\n- libceph: kill off ceph_x_ticket_handler::validity.\n- libceph: move ceph_file_layout helpers to ceph_fs.h.\n- libceph: msg signing callouts do not need con argument.\n- libceph: nuke time_sub().\n- libceph: properly release STAT request\u0027s raw_data_in.\n- libceph: remove con argument in handle_reply().\n- libceph: remove outdated comment.\n- libceph: remove the unused macro AES_KEY_SIZE.\n- libceph: rename con_work() to ceph_con_workfn().\n- libceph: set \u0027exists\u0027 flag for newly up osd.\n- libceph: stop duplicating client fields in messenger.\n- libceph: store timeouts in jiffies, verify user input.\n- libceph: treat sockaddr_storage with uninitialized family as blank.\n- libceph: use keepalive2 to verify the mon session is alive.\n- libceph: use list_for_each_entry_safe.\n- libceph: use list_next_entry instead of list_entry_next.\n- libceph: use local variable cursor instead of \u0026msg-\u003ecursor.\n- libceph: use the right footer size when skipping a message.\n- libfc: replace \u0027rp_mutex\u0027 with \u0027rp_lock\u0027 (bsc#953233, bsc#962846).\n- mds: check cap ID when handling cap export message.\n- mmc: Allow forward compatibility for eMMC (bnc#966054).\n- mmc: sdhci: Allow for irq being shared (bnc#977582).\n- mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_TLR_ON flag (bsc#967640).\n- nfs-rdma: Fix for FMR leaks (bsc#908151).\n- nfs: fix high load average due to callback thread sleeping (bsc#971170).\n- nvme: fix max_segments integer truncation (bsc#676471).\n- ocfs2: do not set fs read-only if rec[0] is empty while committing truncate (bnc#971947).\n- ocfs2: extend enough credits for freeing one truncate record while replaying truncate records (bnc#971947).\n- ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et (bnc#971947).\n- pipe: limit the per-user amount of pages allocated in pipes (bsc#970948).\n- powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel (bsc@976821).\n- powerpc/book3s64: Remove __end_handlers marker (bsc#976821).\n- rbd: bump queue_max_segments.\n- rbd: delete an unnecessary check before rbd_dev_destroy().\n- rbd: do not free rbd_dev outside of the release callback.\n- rbd: do not put snap_context twice in rbd_queue_workfn().\n- rbd: drop null test before destroy functions.\n- rbd: plug rbd_dev-\u003eheader.object_prefix memory leak.\n- rbd: rbd_wq comment is obsolete.\n- rbd: remove duplicate calls to rbd_dev_mapping_clear().\n- rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails.\n- rbd: set device_type::release instead of device::release.\n- rbd: set max_sectors explicitly.\n- rbd: store rbd_options in rbd_device.\n- rbd: terminate rbd_opts_tokens with Opt_err.\n- rbd: timeout watch teardown on unmap with mount_timeout.\n- rbd: use GFP_NOIO consistently for request allocations (bsc#971159).\n- rbd: use writefull op for object size writes.\n- reduce m_start() cost.. (bsc#966573).\n- s390/compat: correct restore of high gprs on signal return (bnc#968497, LTC#137571).\n- s390/pageattr: do a single TLB flush for change_page_attr (bsc#940413).\n- s390/pci: add extra padding to function measurement block (bnc#974692, LTC#139445).\n- s390/pci: enforce fmb page boundary rule (bnc#974692, LTC#139445).\n- s390/pci: extract software counters from fmb (bnc#974692, LTC#139445).\n- s390/pci: remove pdev pointer from arch data (bnc#974692, LTC#139444).\n- s390/pci_dma: fix DMA table corruption with \u003e 4 TB main memory (bnc#974692, LTC#139401).\n- s390/pci_dma: handle dma table failures (bnc#974692, LTC#139442).\n- s390/pci_dma: improve debugging of errors during dma map (bnc#974692, LTC#139442).\n- s390/pci_dma: unify label of invalid translation table entries (bnc#974692, LTC#139442).\n- s390/zcrypt: HWRNG registration cause kernel panic on CEX hotplug (bnc#968497, LTC#138409).\n- scsi-bnx2fc-handle_scsi_retry_delay\n- scsi-bnx2fc-soft_lockup_when_rmmod\n- scsi: Add intermediate STARGET_REMOVE state to scsi_target_state (bsc#970609).\n- scsi: Avoid crashing if device uses DIX but adapter does not support it (bsc#969016).\n- sd: get disk reference in sd_check_events() (bnc#897662).\n- supported.conf: Add bridge.ko for OpenStack (bsc#971600)\n- supported.conf: add pci-hyperv\n- supported.conf:Add drivers/infiniband/hw/ocrdma/ocrdma.ko to supported.conf (bsc#964461)\n- svcrdma: Fence LOCAL_INV work requests (bsc#908151).\n- svcrdma: advertise the correct max payload (bsc#908151).\n- svcrdma: fix offset calculation for non-page aligned sge entries (bsc#908151).\n- svcrdma: fix printk when memory allocation fails (bsc#908151).\n- svcrdma: refactor marshalling logic (bsc#908151).\n- svcrdma: send_write() must not overflow the device\u0027s max sge (bsc#908151).\n- target: Drop incorrect ABORT_TASK put for completed commands (bsc#962872).\n- target: Fix LUN_RESET active I/O handling for ACK_KREF (bsc#962872).\n- target: Fix LUN_RESET active TMR descriptor handling (bsc#962872).\n- target: Fix TAS handling for multi-session se_node_acls (bsc#962872).\n- target: Fix race with SCF_SEND_DELAYED_TAS handling (bsc#962872).\n- target: Fix remote-port TMR ABORT + se_cmd fabric stop (bsc#962872).\n- tcp: convert cached rtt from usec to jiffies when feeding initial rto (bsc#937086).\n- vgaarb: Add more context to error messages (bsc#976868).\n- xen/acpi: Disable ACPI table override when UEFI Secure Boot is enabled (bsc#970604).\n- xprtrdma: Allocate missing pagelist (bsc#908151).\n- xprtrdma: Avoid deadlock when credit window is reset (bsc#908151).\n- xprtrdma: Disconnect on registration failure (bsc#908151).\n- xprtrdma: Ensure ia-\u003eri_id-\u003eqp is not NULL when reconnecting (bsc#908151).\n- xprtrdma: Fall back to MTHCAFMR when FRMR is not supported (bsc#908151).\n- xprtrdma: Limit work done by completion handler (bsc#908151).\n- xprtrdma: Make rpcrdma_ep_destroy() return void (bsc#908151).\n- xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context (bsc#908151).\n- xprtrdma: Reduce the number of hardway buffer allocations (bsc#908151).\n- xprtrdma: Remove BOUNCEBUFFERS memory registration mode (bsc#908151).\n- xprtrdma: Remove BUG_ON() call sites (bsc#908151).\n- xprtrdma: Remove MEMWINDOWS registration modes (bsc#908151).\n- xprtrdma: Remove REGISTER memory registration mode (bsc#908151).\n- xprtrdma: Remove Tavor MTU setting (bsc#908151).\n- xprtrdma: Reset connection timeout after successful reconnect (bsc#908151).\n- xprtrdma: Simplify rpcrdma_deregister_external() synopsis (bsc#908151).\n- xprtrdma: Split the completion queue (bsc#908151).\n- xprtrdma: Use macros for reconnection timeout constants (bsc#908151).\n- xprtrdma: mind the device\u0027s max fast register page list depth (bsc#908151).\n- xprtrdma: mount reports \u0027Invalid mount option\u0027 if memreg mode not supported (bsc#908151).\n- xprtrmda: Reduce calls to ib_poll_cq() in completion handlers (bsc#908151).\n- xprtrmda: Reduce lock contention in completion handlers (bsc#908151).\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-DESKTOP-12-SP1-2016-1004,SUSE-SLE-Live-Patching-12-2016-1004,SUSE-SLE-Module-Public-Cloud-12-2016-1004,SUSE-SLE-SDK-12-SP1-2016-1004,SUSE-SLE-SERVER-12-SP1-2016-1004,SUSE-SLE-WE-12-SP1-2016-1004",
        "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_1696-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2016:1696-1",
        "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20161696-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2016:1696-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-June/002139.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 662458",
        "url": "https://bugzilla.suse.com/662458"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 676471",
        "url": "https://bugzilla.suse.com/676471"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 889207",
        "url": "https://bugzilla.suse.com/889207"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 897662",
        "url": "https://bugzilla.suse.com/897662"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 899908",
        "url": "https://bugzilla.suse.com/899908"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 903279",
        "url": "https://bugzilla.suse.com/903279"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 908151",
        "url": "https://bugzilla.suse.com/908151"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 928547",
        "url": "https://bugzilla.suse.com/928547"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 931448",
        "url": "https://bugzilla.suse.com/931448"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 937086",
        "url": "https://bugzilla.suse.com/937086"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 940413",
        "url": "https://bugzilla.suse.com/940413"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 942262",
        "url": "https://bugzilla.suse.com/942262"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 943989",
        "url": "https://bugzilla.suse.com/943989"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 944309",
        "url": "https://bugzilla.suse.com/944309"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 945345",
        "url": "https://bugzilla.suse.com/945345"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 951844",
        "url": "https://bugzilla.suse.com/951844"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 953233",
        "url": "https://bugzilla.suse.com/953233"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 957805",
        "url": "https://bugzilla.suse.com/957805"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 958390",
        "url": "https://bugzilla.suse.com/958390"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 959514",
        "url": "https://bugzilla.suse.com/959514"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 960857",
        "url": "https://bugzilla.suse.com/960857"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 962336",
        "url": "https://bugzilla.suse.com/962336"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 962846",
        "url": "https://bugzilla.suse.com/962846"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 962872",
        "url": "https://bugzilla.suse.com/962872"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 963572",
        "url": "https://bugzilla.suse.com/963572"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 964461",
        "url": "https://bugzilla.suse.com/964461"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 964727",
        "url": "https://bugzilla.suse.com/964727"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 965319",
        "url": "https://bugzilla.suse.com/965319"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966054",
        "url": "https://bugzilla.suse.com/966054"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 966573",
        "url": "https://bugzilla.suse.com/966573"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 967640",
        "url": "https://bugzilla.suse.com/967640"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968497",
        "url": "https://bugzilla.suse.com/968497"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968687",
        "url": "https://bugzilla.suse.com/968687"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968812",
        "url": "https://bugzilla.suse.com/968812"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 968813",
        "url": "https://bugzilla.suse.com/968813"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 969016",
        "url": "https://bugzilla.suse.com/969016"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970604",
        "url": "https://bugzilla.suse.com/970604"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970609",
        "url": "https://bugzilla.suse.com/970609"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970892",
        "url": "https://bugzilla.suse.com/970892"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970911",
        "url": "https://bugzilla.suse.com/970911"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970948",
        "url": "https://bugzilla.suse.com/970948"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970955",
        "url": "https://bugzilla.suse.com/970955"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970956",
        "url": "https://bugzilla.suse.com/970956"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970958",
        "url": "https://bugzilla.suse.com/970958"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 970970",
        "url": "https://bugzilla.suse.com/970970"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971049",
        "url": "https://bugzilla.suse.com/971049"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971124",
        "url": "https://bugzilla.suse.com/971124"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971126",
        "url": "https://bugzilla.suse.com/971126"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971159",
        "url": "https://bugzilla.suse.com/971159"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971170",
        "url": "https://bugzilla.suse.com/971170"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971600",
        "url": "https://bugzilla.suse.com/971600"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971628",
        "url": "https://bugzilla.suse.com/971628"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971793",
        "url": "https://bugzilla.suse.com/971793"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 971947",
        "url": "https://bugzilla.suse.com/971947"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 972003",
        "url": "https://bugzilla.suse.com/972003"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 972068",
        "url": "https://bugzilla.suse.com/972068"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 972174",
        "url": "https://bugzilla.suse.com/972174"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 972780",
        "url": "https://bugzilla.suse.com/972780"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 972844",
        "url": "https://bugzilla.suse.com/972844"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 972891",
        "url": "https://bugzilla.suse.com/972891"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 972951",
        "url": "https://bugzilla.suse.com/972951"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 973378",
        "url": "https://bugzilla.suse.com/973378"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 973556",
        "url": "https://bugzilla.suse.com/973556"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 973855",
        "url": "https://bugzilla.suse.com/973855"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 974418",
        "url": "https://bugzilla.suse.com/974418"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 974646",
        "url": "https://bugzilla.suse.com/974646"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 974692",
        "url": "https://bugzilla.suse.com/974692"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 975371",
        "url": "https://bugzilla.suse.com/975371"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 975488",
        "url": "https://bugzilla.suse.com/975488"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 975772",
        "url": "https://bugzilla.suse.com/975772"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 975945",
        "url": "https://bugzilla.suse.com/975945"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 976739",
        "url": "https://bugzilla.suse.com/976739"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 976821",
        "url": "https://bugzilla.suse.com/976821"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 976868",
        "url": "https://bugzilla.suse.com/976868"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 977582",
        "url": "https://bugzilla.suse.com/977582"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 977685",
        "url": "https://bugzilla.suse.com/977685"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 978401",
        "url": "https://bugzilla.suse.com/978401"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 978527",
        "url": "https://bugzilla.suse.com/978527"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 978822",
        "url": "https://bugzilla.suse.com/978822"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 979213",
        "url": "https://bugzilla.suse.com/979213"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 979347",
        "url": "https://bugzilla.suse.com/979347"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 983143",
        "url": "https://bugzilla.suse.com/983143"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2014-9717 page",
        "url": "https://www.suse.com/security/cve/CVE-2014-9717/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-1583 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-1583/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-2185 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-2185/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-2186 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-2186/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-2188 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-2188/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-2847 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-2847/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3134 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3134/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3136 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3136/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3137 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3137/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3138 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3138/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3140 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3140/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3689 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3689/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3951 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3951/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-4482 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-4482/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-4486 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-4486/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-4569 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-4569/"
      }
    ],
    "title": "Security update for the Linux Kernel",
    "tracking": {
      "current_release_date": "2016-06-28T11:02:10Z",
      "generator": {
        "date": "2016-06-28T11:02:10Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2016:1696-1",
      "initial_release_date": "2016-06-28T11:02:10Z",
      "revision_history": [
        {
          "date": "2016-06-28T11:02:10Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-devel-3.12.59-60.41.2.noarch",
                "product": {
                  "name": "kernel-devel-3.12.59-60.41.2.noarch",
                  "product_id": "kernel-devel-3.12.59-60.41.2.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-macros-3.12.59-60.41.2.noarch",
                "product": {
                  "name": "kernel-macros-3.12.59-60.41.2.noarch",
                  "product_id": "kernel-macros-3.12.59-60.41.2.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-3.12.59-60.41.2.noarch",
                "product": {
                  "name": "kernel-source-3.12.59-60.41.2.noarch",
                  "product_id": "kernel-source-3.12.59-60.41.2.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-docs-3.12.59-60.41.8.noarch",
                "product": {
                  "name": "kernel-docs-3.12.59-60.41.8.noarch",
                  "product_id": "kernel-docs-3.12.59-60.41.8.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-obs-build-3.12.59-60.41.2.ppc64le",
                "product": {
                  "name": "kernel-obs-build-3.12.59-60.41.2.ppc64le",
                  "product_id": "kernel-obs-build-3.12.59-60.41.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-3.12.59-60.41.2.ppc64le",
                "product": {
                  "name": "kernel-default-3.12.59-60.41.2.ppc64le",
                  "product_id": "kernel-default-3.12.59-60.41.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.12.59-60.41.2.ppc64le",
                "product": {
                  "name": "kernel-default-base-3.12.59-60.41.2.ppc64le",
                  "product_id": "kernel-default-base-3.12.59-60.41.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.12.59-60.41.2.ppc64le",
                "product": {
                  "name": "kernel-default-devel-3.12.59-60.41.2.ppc64le",
                  "product_id": "kernel-default-devel-3.12.59-60.41.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.12.59-60.41.1.ppc64le",
                "product": {
                  "name": "kernel-syms-3.12.59-60.41.1.ppc64le",
                  "product_id": "kernel-syms-3.12.59-60.41.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-obs-build-3.12.59-60.41.2.s390x",
                "product": {
                  "name": "kernel-obs-build-3.12.59-60.41.2.s390x",
                  "product_id": "kernel-obs-build-3.12.59-60.41.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-3.12.59-60.41.2.s390x",
                "product": {
                  "name": "kernel-default-3.12.59-60.41.2.s390x",
                  "product_id": "kernel-default-3.12.59-60.41.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.12.59-60.41.2.s390x",
                "product": {
                  "name": "kernel-default-base-3.12.59-60.41.2.s390x",
                  "product_id": "kernel-default-base-3.12.59-60.41.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.12.59-60.41.2.s390x",
                "product": {
                  "name": "kernel-default-devel-3.12.59-60.41.2.s390x",
                  "product_id": "kernel-default-devel-3.12.59-60.41.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-man-3.12.59-60.41.2.s390x",
                "product": {
                  "name": "kernel-default-man-3.12.59-60.41.2.s390x",
                  "product_id": "kernel-default-man-3.12.59-60.41.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.12.59-60.41.1.s390x",
                "product": {
                  "name": "kernel-syms-3.12.59-60.41.1.s390x",
                  "product_id": "kernel-syms-3.12.59-60.41.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-default-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-default-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-default-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-default-devel-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-default-devel-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-extra-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-default-extra-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-default-extra-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-3.12.59-60.41.1.x86_64",
                "product": {
                  "name": "kernel-syms-3.12.59-60.41.1.x86_64",
                  "product_id": "kernel-syms-3.12.59-60.41.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-xen-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-xen-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-devel-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-xen-devel-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-xen-devel-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
                "product": {
                  "name": "kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
                  "product_id": "kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
                "product": {
                  "name": "kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
                  "product_id": "kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-ec2-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-ec2-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-devel-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-ec2-devel-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-ec2-devel-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-ec2-extra-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-ec2-extra-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-ec2-extra-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-build-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-obs-build-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-obs-build-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-default-base-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-default-base-3.12.59-60.41.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-xen-base-3.12.59-60.41.2.x86_64",
                "product": {
                  "name": "kernel-xen-base-3.12.59-60.41.2.x86_64",
                  "product_id": "kernel-xen-base-3.12.59-60.41.2.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.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-3.12.59-60.41.2.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.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-devel-3.12.59-60.41.2.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.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-extra-3.12.59-60.41.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-3.12.59-60.41.2.noarch as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch"
        },
        "product_reference": "kernel-devel-3.12.59-60.41.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros-3.12.59-60.41.2.noarch as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch"
        },
        "product_reference": "kernel-macros-3.12.59-60.41.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.12.59-60.41.2.noarch as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch"
        },
        "product_reference": "kernel-source-3.12.59-60.41.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.59-60.41.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64"
        },
        "product_reference": "kernel-syms-3.12.59-60.41.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.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-xen-3.12.59-60.41.2.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.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-xen-devel-3.12.59-60.41.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12",
          "product_id": "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64"
        },
        "product_reference": "kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12",
          "product_id": "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64"
        },
        "product_reference": "kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-ec2-3.12.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-ec2-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-ec2-devel-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-ec2-extra-3.12.59-60.41.2.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.59-60.41.8.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.59-60.41.8.noarch"
        },
        "product_reference": "kernel-docs-3.12.59-60.41.8.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.59-60.41.2.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.59-60.41.2.ppc64le"
        },
        "product_reference": "kernel-obs-build-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.s390x"
        },
        "product_reference": "kernel-obs-build-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-obs-build-3.12.59-60.41.2.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.59-60.41.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le"
        },
        "product_reference": "kernel-default-3.12.59-60.41.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.59-60.41.2.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x"
        },
        "product_reference": "kernel-default-3.12.59-60.41.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-3.12.59-60.41.2.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.59-60.41.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le"
        },
        "product_reference": "kernel-default-base-3.12.59-60.41.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.12.59-60.41.2.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x"
        },
        "product_reference": "kernel-default-base-3.12.59-60.41.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-3.12.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-base-3.12.59-60.41.2.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.59-60.41.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le"
        },
        "product_reference": "kernel-default-devel-3.12.59-60.41.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.59-60.41.2.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x"
        },
        "product_reference": "kernel-default-devel-3.12.59-60.41.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-3.12.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-devel-3.12.59-60.41.2.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.59-60.41.2.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x"
        },
        "product_reference": "kernel-default-man-3.12.59-60.41.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-3.12.59-60.41.2.noarch as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch"
        },
        "product_reference": "kernel-devel-3.12.59-60.41.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros-3.12.59-60.41.2.noarch as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch"
        },
        "product_reference": "kernel-macros-3.12.59-60.41.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-3.12.59-60.41.2.noarch as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch"
        },
        "product_reference": "kernel-source-3.12.59-60.41.2.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.59-60.41.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le"
        },
        "product_reference": "kernel-syms-3.12.59-60.41.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.59-60.41.1.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x"
        },
        "product_reference": "kernel-syms-3.12.59-60.41.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-3.12.59-60.41.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64"
        },
        "product_reference": "kernel-syms-3.12.59-60.41.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.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-xen-3.12.59-60.41.2.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.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-xen-base-3.12.59-60.41.2.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.59-60.41.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-xen-devel-3.12.59-60.41.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-3.12.59-60.41.2.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.59-60.41.2.ppc64le"
        },
        "product_reference": "kernel-default-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.s390x"
        },
        "product_reference": "kernel-default-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.ppc64le"
        },
        "product_reference": "kernel-default-base-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.s390x"
        },
        "product_reference": "kernel-default-base-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-base-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.ppc64le"
        },
        "product_reference": "kernel-default-devel-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.s390x"
        },
        "product_reference": "kernel-default-devel-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-devel-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.s390x"
        },
        "product_reference": "kernel-default-man-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.noarch"
        },
        "product_reference": "kernel-devel-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.noarch"
        },
        "product_reference": "kernel-macros-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.noarch"
        },
        "product_reference": "kernel-source-3.12.59-60.41.2.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.59-60.41.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.59-60.41.1.ppc64le"
        },
        "product_reference": "kernel-syms-3.12.59-60.41.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.59-60.41.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.59-60.41.1.s390x"
        },
        "product_reference": "kernel-syms-3.12.59-60.41.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.59-60.41.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.59-60.41.1.x86_64"
        },
        "product_reference": "kernel-syms-3.12.59-60.41.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-xen-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-xen-base-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-xen-devel-3.12.59-60.41.2.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.59-60.41.2.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.59-60.41.2.x86_64"
        },
        "product_reference": "kernel-default-extra-3.12.59-60.41.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP1"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2014-9717",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2014-9717"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "fs/namespace.c in the Linux kernel before 4.0.2 processes MNT_DETACH umount2 system calls without verifying that the MNT_LOCKED flag is unset, which allows local users to bypass intended access restrictions and navigate to filesystem locations beneath a mount by calling umount2 within a user namespace.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2014-9717",
          "url": "https://www.suse.com/security/cve/CVE-2014-9717"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 928547 for CVE-2014-9717",
          "url": "https://bugzilla.suse.com/928547"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2014-9717"
    },
    {
      "cve": "CVE-2016-1583",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-1583"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The ecryptfs_privileged_open function in fs/ecryptfs/kthread.c in the Linux kernel before 4.6.3 allows local users to gain privileges or cause a denial of service (stack memory consumption) via vectors involving crafted mmap calls for /proc pathnames, leading to recursive pagefault handling.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-1583",
          "url": "https://www.suse.com/security/cve/CVE-2016-1583"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-1583",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1052256 for CVE-2016-1583",
          "url": "https://bugzilla.suse.com/1052256"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 983143 for CVE-2016-1583",
          "url": "https://bugzilla.suse.com/983143"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 983144 for CVE-2016-1583",
          "url": "https://bugzilla.suse.com/983144"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "important"
        }
      ],
      "title": "CVE-2016-1583"
    },
    {
      "cve": "CVE-2016-2185",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-2185"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The ati_remote2_probe function in drivers/input/misc/ati_remote2.c in the Linux kernel before 4.5.1 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.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-2185",
          "url": "https://www.suse.com/security/cve/CVE-2016-2185"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-2185",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 971124 for CVE-2016-2185",
          "url": "https://bugzilla.suse.com/971124"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-2185"
    },
    {
      "cve": "CVE-2016-2186",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-2186"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The powermate_probe function in drivers/input/misc/powermate.c in the Linux kernel before 4.5.1 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.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-2186",
          "url": "https://www.suse.com/security/cve/CVE-2016-2186"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-2186",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970958 for CVE-2016-2186",
          "url": "https://bugzilla.suse.com/970958"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-2186"
    },
    {
      "cve": "CVE-2016-2188",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-2188"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The iowarrior_probe function in drivers/usb/misc/iowarrior.c in the Linux kernel before 4.5.1 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.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-2188",
          "url": "https://www.suse.com/security/cve/CVE-2016-2188"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-2188",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1067912 for CVE-2016-2188",
          "url": "https://bugzilla.suse.com/1067912"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1132190 for CVE-2016-2188",
          "url": "https://bugzilla.suse.com/1132190"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970956 for CVE-2016-2188",
          "url": "https://bugzilla.suse.com/970956"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-2188"
    },
    {
      "cve": "CVE-2016-2847",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-2847"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "fs/pipe.c in the Linux kernel before 4.5 does not limit the amount of unread data in pipes, which allows local users to cause a denial of service (memory consumption) by creating many pipes with non-default sizes.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-2847",
          "url": "https://www.suse.com/security/cve/CVE-2016-2847"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-2847",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970948 for CVE-2016-2847",
          "url": "https://bugzilla.suse.com/970948"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 974646 for CVE-2016-2847",
          "url": "https://bugzilla.suse.com/974646"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.2,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-2847"
    },
    {
      "cve": "CVE-2016-3134",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3134"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The netfilter subsystem in the Linux kernel through 4.5.2 does not validate certain offset fields, which allows local users to gain privileges or cause a denial of service (heap memory corruption) via an IPT_SO_SET_REPLACE setsockopt call.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3134",
          "url": "https://www.suse.com/security/cve/CVE-2016-3134"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-3134",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1052256 for CVE-2016-3134",
          "url": "https://bugzilla.suse.com/1052256"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1115893 for CVE-2016-3134",
          "url": "https://bugzilla.suse.com/1115893"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 971126 for CVE-2016-3134",
          "url": "https://bugzilla.suse.com/971126"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 971793 for CVE-2016-3134",
          "url": "https://bugzilla.suse.com/971793"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 986362 for CVE-2016-3134",
          "url": "https://bugzilla.suse.com/986362"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 986365 for CVE-2016-3134",
          "url": "https://bugzilla.suse.com/986365"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 986377 for CVE-2016-3134",
          "url": "https://bugzilla.suse.com/986377"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.4,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-3134"
    },
    {
      "cve": "CVE-2016-3136",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3136"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The mct_u232_msr_to_state function in drivers/usb/serial/mct_u232.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted USB device without two interrupt-in endpoint descriptors.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3136",
          "url": "https://www.suse.com/security/cve/CVE-2016-3136"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970955 for CVE-2016-3136",
          "url": "https://bugzilla.suse.com/970955"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-3136"
    },
    {
      "cve": "CVE-2016-3137",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3137"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "drivers/usb/serial/cypress_m8.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a USB device without both an interrupt-in and an interrupt-out endpoint descriptor, related to the cypress_generic_port_probe and cypress_open functions.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3137",
          "url": "https://www.suse.com/security/cve/CVE-2016-3137"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-3137",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970970 for CVE-2016-3137",
          "url": "https://bugzilla.suse.com/970970"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-3137"
    },
    {
      "cve": "CVE-2016-3138",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3138"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The acm_probe function in drivers/usb/class/cdc-acm.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a USB device without both a control and a data endpoint descriptor.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3138",
          "url": "https://www.suse.com/security/cve/CVE-2016-3138"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-3138",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970911 for CVE-2016-3138",
          "url": "https://bugzilla.suse.com/970911"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970970 for CVE-2016-3138",
          "url": "https://bugzilla.suse.com/970970"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-3138"
    },
    {
      "cve": "CVE-2016-3140",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3140"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The digi_port_init function in drivers/usb/serial/digi_acceleport.c in the Linux kernel before 4.5.1 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.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3140",
          "url": "https://www.suse.com/security/cve/CVE-2016-3140"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-3140",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 970892 for CVE-2016-3140",
          "url": "https://bugzilla.suse.com/970892"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-3140"
    },
    {
      "cve": "CVE-2016-3689",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3689"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The ims_pcu_parse_cdc_data function in drivers/input/misc/ims-pcu.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (system crash) via a USB device without both a master and a slave interface.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3689",
          "url": "https://www.suse.com/security/cve/CVE-2016-3689"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 971628 for CVE-2016-3689",
          "url": "https://bugzilla.suse.com/971628"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-3689"
    },
    {
      "cve": "CVE-2016-3951",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3951"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Double free vulnerability in drivers/net/usb/cdc_ncm.c in the Linux kernel before 4.5 allows physically proximate attackers to cause a denial of service (system crash) or possibly have unspecified other impact by inserting a USB device with an invalid USB descriptor.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3951",
          "url": "https://www.suse.com/security/cve/CVE-2016-3951"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 974418 for CVE-2016-3951",
          "url": "https://bugzilla.suse.com/974418"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-3951"
    },
    {
      "cve": "CVE-2016-4482",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-4482"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The proc_connectinfo function in drivers/usb/core/devio.c in the Linux kernel through 4.6 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel stack memory via a crafted USBDEVFS_CONNECTINFO ioctl call.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-4482",
          "url": "https://www.suse.com/security/cve/CVE-2016-4482"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-4482",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 978401 for CVE-2016-4482",
          "url": "https://bugzilla.suse.com/978401"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 978445 for CVE-2016-4482",
          "url": "https://bugzilla.suse.com/978445"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.2,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-4482"
    },
    {
      "cve": "CVE-2016-4486",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-4486"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The rtnl_fill_link_ifmap function in net/core/rtnetlink.c in the Linux kernel before 4.5.5 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel stack memory by reading a Netlink message.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-4486",
          "url": "https://www.suse.com/security/cve/CVE-2016-4486"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-4486",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 978822 for CVE-2016-4486",
          "url": "https://bugzilla.suse.com/978822"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-4486"
    },
    {
      "cve": "CVE-2016-4569",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-4569"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The snd_timer_user_params function in sound/core/timer.c in the Linux kernel through 4.6 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel stack memory via crafted use of the ALSA timer interface.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
          "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-4569",
          "url": "https://www.suse.com/security/cve/CVE-2016-4569"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1020452 for CVE-2016-4569",
          "url": "https://bugzilla.suse.com/1020452"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 979213 for CVE-2016-4569",
          "url": "https://bugzilla.suse.com/979213"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 979879 for CVE-2016-4569",
          "url": "https://bugzilla.suse.com/979879"
        }
      ],
      "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.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-default-1-2.1.x86_64",
            "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_59-60_41-xen-1-2.1.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-man-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.59-60.41.2.noarch",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.59-60.41.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-docs-3.12.59-60.41.8.noarch",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP1:kernel-obs-build-3.12.59-60.41.2.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12 SP1:kernel-default-extra-3.12.59-60.41.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-06-28T11:02:10Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-4569"
    }
  ]
}


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…