suse-su-2016:0785-1
Vulnerability from csaf_suse
Published
2016-03-16 10:39
Modified
2016-03-16 10:39
Summary
Security update for the Linux Kernel
Notes
Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 12 kernel was updated to 3.12.55 to receive various security and bugfixes.
Features added:
- A improved XEN blkfront module was added, which allows more I/O bandwidth. (FATE#320625)
It is called xen-blkfront in PV, and xen-vbd-upstream in HVM mode.
The following security bugs were fixed:
- CVE-2013-7446: Use-after-free vulnerability in net/unix/af_unix.c in
the Linux kernel allowed local users to bypass intended AF_UNIX socket
permissions or cause a denial of service (panic) via crafted epoll_ctl
calls (bnc#955654).
- CVE-2015-5707: Integer overflow in the sg_start_req function in
drivers/scsi/sg.c in the Linux kernel allowed local users to cause a
denial of service or possibly have unspecified other impact via a large
iov_count value in a write request (bnc#940338).
- CVE-2015-8709: kernel/ptrace.c in the Linux kernel mishandled uid and
gid mappings, which allowed local users to gain privileges by establishing
a user namespace, waiting for a root process to enter that namespace
with an unsafe uid or gid, and then using the ptrace system call. NOTE:
the vendor states 'there is no kernel bug here' (bnc#959709 bnc#960561).
- CVE-2015-8767: net/sctp/sm_sideeffect.c in the Linux kernel did not
properly manage the relationship between a lock and a socket, which
allowed local users to cause a denial of service (deadlock) via a crafted
sctp_accept call (bnc#961509).
- CVE-2015-8785: The fuse_fill_write_pages function in fs/fuse/file.c
in the Linux kernel allowed local users to cause a denial of service
(infinite loop) via a writev system call that triggers a zero length
for the first segment of an iov (bnc#963765).
- CVE-2015-8812: A use-after-free flaw was found in the CXGB3 kernel
driver when the network was considered to be congested. This could be
used by local attackers to cause machine crashes or potentially code
executuon (bsc#966437).
- CVE-2016-0723: Race condition in the tty_ioctl function in
drivers/tty/tty_io.c in the Linux kernel allowed local users to obtain
sensitive information from kernel memory or cause a denial of service
(use-after-free and system crash) by making a TIOCGETD ioctl call during
processing of a TIOCSETD ioctl call (bnc#961500).
- CVE-2016-0774: A pipe buffer state corruption after unsuccessful atomic
read from pipe was fixed (bsc#964730).
- CVE-2016-2069: Race conditions in TLB syncing was fixed which could
leak to information leaks (bnc#963767).
- CVE-2016-2384: A double-free triggered by invalid USB descriptor in
ALSA usb-audio was fixed, which could be exploited by physical local
attackers to crash the kernel or gain code execution (bnc#966693).
The following non-security bugs were fixed:
- alsa: rawmidi: Make snd_rawmidi_transmit() race-free (bsc#968018).
- alsa: seq: Fix leak of pool buffer at concurrent writes (bsc#968018).
- be2net: fix some log messages (bnc#855062 FATE#315961, bnc#867583).
- block: xen-blkfront: Fix possible NULL ptr dereference (bsc#957986 fate#320625).
- btrfs: Add handler for invalidate page (bsc#963193).
- btrfs: check prepare_uptodate_page() error code earlier (bnc#966910).
- btrfs: delayed_ref: Add new function to record reserved space into delayed ref (bsc#963193).
- btrfs: delayed_ref: release and free qgroup reserved at proper timing (bsc#963193).
- btrfs: extent_io: Introduce needed structure for recoding set/clear bits (bsc#963193).
- btrfs: extent_io: Introduce new function clear_record_extent_bits() (bsc#963193).
- btrfs: extent_io: Introduce new function set_record_extent_bits (bsc#963193).
- btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space (bsc#963193).
- btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space (bsc#963193).
- btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space (bsc#963193).
- btrfs: extent-tree: Switch to new delalloc space reserve and release (bsc#963193).
- btrfs: fallocate: Add support to accurate qgroup reserve (bsc#963193).
- btrfs: fix deadlock between direct IO write and defrag/readpages (bnc#965344).
- btrfs: fix invalid page accesses in extent_same (dedup) ioctl (bnc#968230).
- btrfs: fix page reading in extent_same ioctl leading to csum errors (bnc#968230).
- btrfs: fix warning in backref walking (bnc#966278).
- btrfs: qgroup: Add handler for NOCOW and inline (bsc#963193).
- btrfs: qgroup: Add new trace point for qgroup data reserve (bsc#963193).
- btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook (bsc#963193).
- btrfs: qgroup: Check if qgroup reserved space leaked (bsc#963193).
- btrfs: qgroup: Cleanup old inaccurate facilities (bsc#963193).
- btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans (bsc#963193).
- btrfs: qgroup: Fix a rebase bug which will cause qgroup double free (bsc#963193).
- btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function (bsc#963193).
- btrfs: qgroup: Introduce functions to release/free qgroup reserve data space (bsc#963193).
- btrfs: qgroup: Introduce new functions to reserve/free metadata (bsc#963193).
- btrfs: qgroup: Use new metadata reservation (bsc#963193).
- btrfs: skip locking when searching commit root (bnc#963825).
- dcache: use IS_ROOT to decide where dentry is hashed (bsc#949752).
- documentation: Document kernel.panic_on_io_nmi sysctl (bsc#940946, bsc#937444).
- documentation: Fix build of PDF files in kernel-docs package Double the spaces for tex, and fix buildrequires for docbook.
- doc: Use fop for creating PDF files in kernel-docs package as some files still cannot be built with the default backend.
- driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#962965).
- drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising (bsc#957986 fate#320625).
- driver: xen-blkfront: move talk_to_blkback to a more suitable place (bsc#957986 fate#320625).
- ec2: updated kabi files and start tracking
- fs: Improve fairness when locking the per-superblock s_anon list (bsc#957525, bsc#941363).
- fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns (bug#963960).
- fuse: break infinite loop in fuse_fill_write_pages() (bsc#963765).
- futex: Drop refcount if requeue_pi() acquired the rtmutex (bug#960174).
- jbd2: Fix unreclaimed pages after truncate in data=journal mode (bsc#961516).
- kabi: Preserve checksum of kvm_x86_ops (bsc#969112).
- kABI: protect struct af_alg_type.
- kABI: protect struct crypto_ahash.
- kABI: reintroduce blk_rq_check_limits.
- kabi/severities: Fail on changes in kvm_x86_ops, needed by lttng-modules
- kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) (bsc#940946, bsc#937444).
- kernel: Provide READ_ONCE and ASSIGN_ONCE (bsc#940946, bsc#937444).
- kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup (bsc#940946, bsc#937444).
- kexec: Fix race between panic() and crash_kexec() (bsc#940946, bsc#937444).
- kgr: do not print error for !abort_if_missing symbols (bnc#943989).
- kgr: do not use WQ_MEM_RECLAIM workqueue (bnc#963572).
- kgr: log when modifying kernel (fate#317827).
- kgr: mark some more missed kthreads (bnc#962336).
- kgr: usb/storage: do not emit thread awakened (bnc#899908).
- kvm: x86: Check dest_map->vector to match eoi signals for rtc (bsc#966471).
- kvm: x86: Convert ioapic->rtc_status.dest_map to a struct (bsc#966471).
- kvm: x86: store IOAPIC-handled vectors in each VCPU (bsc#966471).
- kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map (bsc#966471).
- libceph: fix scatterlist last_piece calculation (bsc#963746).
- megaraid_sas: Chip reset if driver fails to get IOC ready (bsc#922071). Refresh the patch based on the actual upstream commit, and add the commit ID.
- mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() (VM Functionality, bnc#961588).
- module: keep percpu symbols in module's symtab (bsc#962788).
- namespaces: Re-introduce task_nsproxy() helper (bug#963960).
- namespaces: Use task_lock and not rcu to protect nsproxy (bug#963960).
- net: core: Correct an over-stringent device loop detection (bsc#945219).
- nfs: Background flush should not be low priority (bsc#955308).
- nfsd: Do not start lockd when only NFSv4 is running (fate#316311).
- nfs: do not use STABLE writes during writeback (bnc#816099).
- nfs: Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201).
- nfs: Move nfsd patch to the right section
- nfsv4: Recovery of recalled read delegations is broken (bsc#956514).
- nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444).
- nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444).
- panic, x86: Allow CPUs to save registers even if looping in NMI context (bsc#940946, bsc#937444).
- panic, x86: Fix re-entrance problem due to panic on NMI (bsc#940946, bsc#937444).
- pci: allow access to VPD attributes with size 0 (bsc#959146).
- pciback: Check PF instead of VF for PCI_COMMAND_MEMORY.
- pciback: Save the number of MSI-X entries to be copied later.
- pci: Blacklist vpd access for buggy devices (bsc#959146).
- pci: Determine actual VPD size on first access (bsc#959146).
- pci: Update VPD definitions (bsc#959146).
- perf: Do not modify perf bias performance setting by default at boot (bnc#812259,bsc#959629).
- proc: Fix ptrace-based permission checks for accessing task maps.
- rpm/constraints.in: Bump disk space requirements up a bit Require 10GB on s390x, 20GB elsewhere.
- rpm/kernel-binary.spec.in: Fix build if no UEFI certs are installed
- rpm/kernel-binary.spec.in: Fix kernel-vanilla-devel dependency (bsc#959090)
- rpm/kernel-binary.spec.in: Fix paths in kernel-vanilla-devel (bsc#959090).
- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file
- rpm/kernel-binary.spec.in: Sync the main and -base package dependencies (bsc#965830#c51).
- rpm/kernel-binary.spec.in: Use bzip compression to speed up build (bsc#962356)
- rpm/kernel-module-subpackage: Fix obsoleting dropped flavors (bsc#968253)
- rpm/kernel-source.spec.in: Install kernel-macros for kernel-source-vanilla (bsc#959090)
- rpm/kernel-spec-macros: Do not modify the release string in PTFs (bsc#963449)
- rpm/package-descriptions: Add kernel-zfcpdump and drop -desktop
- sched/fair: Disable tg load_avg/runnable_avg update for root_task_group (bnc#960227).
- sched/fair: Move cache hot load_avg/runnable_avg into separate cacheline (bnc#960227).
- sched: Fix race between task_group and sched_task_group (Automatic NUMA Balancing (fate#315482))
- scsi: Add sd_mod to initrd modules For some reason PowerVM backend can't work without sd_mod
- scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458).
- scsi: fix soft lockup in scsi_remove_target() on module removal (bsc#965199).
- scsi: restart list search after unlock in scsi_remove_target (bsc#959257).
- series.conf: add section comments
- supported.conf: Add e1000e (emulated by VMware) to -base (bsc#968074)
- supported.conf: Add Hyper-V modules to -base (bsc#965830)
- supported.conf: Add more QEMU and VMware drivers to -base (bsc#965840).
- supported.conf: Add more qemu device driver (bsc#968234)
- supported.conf: Add mptspi and mptsas to -base (bsc#968206)
- supported.conf: Add netfilter modules to base (bsc#950292)
- supported.conf: Add nls_iso8859-1 and nls_cp437 to -base (bsc#950292)
- supported.conf: Add the qemu scsi driver (sym53c8xx) to -base (bsc#967802)
- supported.conf: Add tulip to -base for Hyper-V (bsc#968234)
- supported.conf: Add vfat to -base to be able to mount the ESP (bsc#950292).
- supported.conf: Add virtio_{blk,net,scsi} to kernel-default-base (bsc#950292)
- supported.conf: Add virtio-rng (bsc#966026)
- supported.conf: Add xen-blkfront.
- supported.conf: Add xfs to -base (bsc#965891)
- supported.conf: Also add virtio_pci to kernel-default-base (bsc#950292).
- supported.conf: drop +external from ghash-clmulni-intel It was agreed that it does not make sense to maintain 'external' for this specific module. Furthermore it causes problems in rather ordinary VMware environments. (bsc#961971)
- supported.conf: Fix usb-common path usb-common moved to its own subdirectory in kernel v3.16, and we backported that change to SLE12.
- tcp: Restore RFC5961-compliant behavior for SYN packets (bsc#966864).
- usb: Quiet down false peer failure messages (bnc#960629).
- x86/apic: Introduce apic_extnmi command line parameter (bsc#940946, bsc#937444).
- x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444).
- x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444).
- xen: Add /etc/modprobe.d/50-xen.conf selecting Xen frontend driver implementation (bsc#957986, bsc#956084, bsc#961658).
- xen-blkfront: allow building in our Xen environment (bsc#957986 fate#320625).
- xen, blkfront: factor out flush-related checks from do_blkif_request() (bsc#957986 fate#320625).
- xen-blkfront: fix accounting of reqs when migrating (bsc#957986 fate#320625).
- xen/blkfront: Fix crash if backend does not follow the right states (bsc#957986 fate#320625).
- xen-blkfront: improve aproximation of required grants per request (bsc#957986 fate#320625).
- xen/blkfront: improve protection against issuing unsupported REQ_FUA (bsc#957986 fate#320625).
- xen/blkfront: remove redundant flush_op (bsc#957986 fate#320625).
- xen-blkfront: remove type check from blkfront_setup_discard (bsc#957986 fate#320625).
- xen-blkfront: Silence pfn maybe-uninitialized warning (bsc#957986 fate#320625).
- xen: Linux 3.12.52.
- xen: Refresh patches.xen/xen3-patch-3.9 (bsc#951155).
- xen: Refresh patches.xen/xen3-patch-3.9 (do not subvert NX protection during 1:1 mapping setup).
- xen-vscsi-large-requests: Fix resource collision for racing request maps and unmaps (bsc#966094).
- xen: Xen config files updated to enable upstream block frontend.
- xfs: add a few more verifier tests (bsc#947953).
- xfs: fix double free in xlog_recover_commit_trans (bsc#947953).
- xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory (bsc#947953).
Patchnames
SUSE-SLE-DESKTOP-12-2016-460,SUSE-SLE-Live-Patching-12-2016-460,SUSE-SLE-Module-Public-Cloud-12-2016-460,SUSE-SLE-SDK-12-2016-460,SUSE-SLE-SERVER-12-2016-460,SUSE-SLE-WE-12-2016-460
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for the Linux Kernel", "title": "Title of the patch" }, { "category": "description", "text": "\nThe SUSE Linux Enterprise 12 kernel was updated to 3.12.55 to receive various security and bugfixes.\n\nFeatures added:\n- A improved XEN blkfront module was added, which allows more I/O bandwidth. (FATE#320625)\n It is called xen-blkfront in PV, and xen-vbd-upstream in HVM mode.\n\nThe following security bugs were fixed:\n- CVE-2013-7446: Use-after-free vulnerability in net/unix/af_unix.c in\n the Linux kernel allowed local users to bypass intended AF_UNIX socket\n permissions or cause a denial of service (panic) via crafted epoll_ctl\n calls (bnc#955654).\n- CVE-2015-5707: Integer overflow in the sg_start_req function in\n drivers/scsi/sg.c in the Linux kernel allowed local users to cause a\n denial of service or possibly have unspecified other impact via a large\n iov_count value in a write request (bnc#940338).\n- CVE-2015-8709: kernel/ptrace.c in the Linux kernel mishandled uid and\n gid mappings, which allowed local users to gain privileges by establishing\n a user namespace, waiting for a root process to enter that namespace\n with an unsafe uid or gid, and then using the ptrace system call. NOTE:\n the vendor states \u0027there is no kernel bug here\u0027 (bnc#959709 bnc#960561).\n- CVE-2015-8767: net/sctp/sm_sideeffect.c in the Linux kernel did not\n properly manage the relationship between a lock and a socket, which\n allowed local users to cause a denial of service (deadlock) via a crafted\n sctp_accept call (bnc#961509).\n- CVE-2015-8785: The fuse_fill_write_pages function in fs/fuse/file.c\n in the Linux kernel allowed local users to cause a denial of service\n (infinite loop) via a writev system call that triggers a zero length\n for the first segment of an iov (bnc#963765).\n- CVE-2015-8812: A use-after-free flaw was found in the CXGB3 kernel\n driver when the network was considered to be congested. This could be\n used by local attackers to cause machine crashes or potentially code\n executuon (bsc#966437).\n- CVE-2016-0723: Race condition in the tty_ioctl function in\n drivers/tty/tty_io.c in the Linux kernel allowed local users to obtain\n sensitive information from kernel memory or cause a denial of service\n (use-after-free and system crash) by making a TIOCGETD ioctl call during\n processing of a TIOCSETD ioctl call (bnc#961500).\n- CVE-2016-0774: A pipe buffer state corruption after unsuccessful atomic\n read from pipe was fixed (bsc#964730).\n- CVE-2016-2069: Race conditions in TLB syncing was fixed which could\n leak to information leaks (bnc#963767).\n- CVE-2016-2384: A double-free triggered by invalid USB descriptor in\n ALSA usb-audio was fixed, which could be exploited by physical local\n attackers to crash the kernel or gain code execution (bnc#966693).\n\nThe following non-security bugs were fixed:\n- alsa: rawmidi: Make snd_rawmidi_transmit() race-free (bsc#968018).\n- alsa: seq: Fix leak of pool buffer at concurrent writes (bsc#968018).\n- be2net: fix some log messages (bnc#855062 FATE#315961, bnc#867583).\n- block: xen-blkfront: Fix possible NULL ptr dereference (bsc#957986 fate#320625).\n- btrfs: Add handler for invalidate page (bsc#963193).\n- btrfs: check prepare_uptodate_page() error code earlier (bnc#966910).\n- btrfs: delayed_ref: Add new function to record reserved space into delayed ref (bsc#963193).\n- btrfs: delayed_ref: release and free qgroup reserved at proper timing (bsc#963193).\n- btrfs: extent_io: Introduce needed structure for recoding set/clear bits (bsc#963193).\n- btrfs: extent_io: Introduce new function clear_record_extent_bits() (bsc#963193).\n- btrfs: extent_io: Introduce new function set_record_extent_bits (bsc#963193).\n- btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space (bsc#963193).\n- btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space (bsc#963193).\n- btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space (bsc#963193).\n- btrfs: extent-tree: Switch to new delalloc space reserve and release (bsc#963193).\n- btrfs: fallocate: Add support to accurate qgroup reserve (bsc#963193).\n- btrfs: fix deadlock between direct IO write and defrag/readpages (bnc#965344).\n- btrfs: fix invalid page accesses in extent_same (dedup) ioctl (bnc#968230).\n- btrfs: fix page reading in extent_same ioctl leading to csum errors (bnc#968230).\n- btrfs: fix warning in backref walking (bnc#966278).\n- btrfs: qgroup: Add handler for NOCOW and inline (bsc#963193).\n- btrfs: qgroup: Add new trace point for qgroup data reserve (bsc#963193).\n- btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook (bsc#963193).\n- btrfs: qgroup: Check if qgroup reserved space leaked (bsc#963193).\n- btrfs: qgroup: Cleanup old inaccurate facilities (bsc#963193).\n- btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans (bsc#963193).\n- btrfs: qgroup: Fix a rebase bug which will cause qgroup double free (bsc#963193).\n- btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function (bsc#963193).\n- btrfs: qgroup: Introduce functions to release/free qgroup reserve data space (bsc#963193).\n- btrfs: qgroup: Introduce new functions to reserve/free metadata (bsc#963193).\n- btrfs: qgroup: Use new metadata reservation (bsc#963193).\n- btrfs: skip locking when searching commit root (bnc#963825).\n- dcache: use IS_ROOT to decide where dentry is hashed (bsc#949752).\n- documentation: Document kernel.panic_on_io_nmi sysctl (bsc#940946, bsc#937444).\n- documentation: Fix build of PDF files in kernel-docs package Double the spaces for tex, and fix buildrequires for docbook.\n- doc: Use fop for creating PDF files in kernel-docs package as some files still cannot be built with the default backend.\n- driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#962965).\n- drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising (bsc#957986 fate#320625).\n- driver: xen-blkfront: move talk_to_blkback to a more suitable place (bsc#957986 fate#320625).\n- ec2: updated kabi files and start tracking\n- fs: Improve fairness when locking the per-superblock s_anon list (bsc#957525, bsc#941363).\n- fs/proc_namespace.c: simplify testing nsp and nsp-\u003emnt_ns (bug#963960).\n- fuse: break infinite loop in fuse_fill_write_pages() (bsc#963765).\n- futex: Drop refcount if requeue_pi() acquired the rtmutex (bug#960174).\n- jbd2: Fix unreclaimed pages after truncate in data=journal mode (bsc#961516).\n- kabi: Preserve checksum of kvm_x86_ops (bsc#969112).\n- kABI: protect struct af_alg_type.\n- kABI: protect struct crypto_ahash.\n- kABI: reintroduce blk_rq_check_limits.\n- kabi/severities: Fail on changes in kvm_x86_ops, needed by lttng-modules\n- kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) (bsc#940946, bsc#937444).\n- kernel: Provide READ_ONCE and ASSIGN_ONCE (bsc#940946, bsc#937444).\n- kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup (bsc#940946, bsc#937444).\n- kexec: Fix race between panic() and crash_kexec() (bsc#940946, bsc#937444).\n- kgr: do not print error for !abort_if_missing symbols (bnc#943989).\n- kgr: do not use WQ_MEM_RECLAIM workqueue (bnc#963572).\n- kgr: log when modifying kernel (fate#317827).\n- kgr: mark some more missed kthreads (bnc#962336).\n- kgr: usb/storage: do not emit thread awakened (bnc#899908).\n- kvm: x86: Check dest_map-\u003evector to match eoi signals for rtc (bsc#966471).\n- kvm: x86: Convert ioapic-\u003ertc_status.dest_map to a struct (bsc#966471).\n- kvm: x86: store IOAPIC-handled vectors in each VCPU (bsc#966471).\n- kvm: x86: Track irq vectors in ioapic-\u003ertc_status.dest_map (bsc#966471).\n- libceph: fix scatterlist last_piece calculation (bsc#963746).\n- megaraid_sas: Chip reset if driver fails to get IOC ready (bsc#922071). Refresh the patch based on the actual upstream commit, and add the commit ID.\n- mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() (VM Functionality, bnc#961588).\n- module: keep percpu symbols in module\u0027s symtab (bsc#962788).\n- namespaces: Re-introduce task_nsproxy() helper (bug#963960).\n- namespaces: Use task_lock and not rcu to protect nsproxy (bug#963960).\n- net: core: Correct an over-stringent device loop detection (bsc#945219).\n- nfs: Background flush should not be low priority (bsc#955308).\n- nfsd: Do not start lockd when only NFSv4 is running (fate#316311).\n- nfs: do not use STABLE writes during writeback (bnc#816099).\n- nfs: Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201).\n- nfs: Move nfsd patch to the right section\n- nfsv4: Recovery of recalled read delegations is broken (bsc#956514).\n- nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444).\n- nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444).\n- panic, x86: Allow CPUs to save registers even if looping in NMI context (bsc#940946, bsc#937444).\n- panic, x86: Fix re-entrance problem due to panic on NMI (bsc#940946, bsc#937444).\n- pci: allow access to VPD attributes with size 0 (bsc#959146).\n- pciback: Check PF instead of VF for PCI_COMMAND_MEMORY.\n- pciback: Save the number of MSI-X entries to be copied later.\n- pci: Blacklist vpd access for buggy devices (bsc#959146).\n- pci: Determine actual VPD size on first access (bsc#959146).\n- pci: Update VPD definitions (bsc#959146).\n- perf: Do not modify perf bias performance setting by default at boot (bnc#812259,bsc#959629).\n- proc: Fix ptrace-based permission checks for accessing task maps.\n- rpm/constraints.in: Bump disk space requirements up a bit Require 10GB on s390x, 20GB elsewhere.\n- rpm/kernel-binary.spec.in: Fix build if no UEFI certs are installed\n- rpm/kernel-binary.spec.in: Fix kernel-vanilla-devel dependency (bsc#959090)\n- rpm/kernel-binary.spec.in: Fix paths in kernel-vanilla-devel (bsc#959090).\n- rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file\n- rpm/kernel-binary.spec.in: Sync the main and -base package dependencies (bsc#965830#c51).\n- rpm/kernel-binary.spec.in: Use bzip compression to speed up build (bsc#962356)\n- rpm/kernel-module-subpackage: Fix obsoleting dropped flavors (bsc#968253)\n- rpm/kernel-source.spec.in: Install kernel-macros for kernel-source-vanilla (bsc#959090)\n- rpm/kernel-spec-macros: Do not modify the release string in PTFs (bsc#963449)\n- rpm/package-descriptions: Add kernel-zfcpdump and drop -desktop\n- sched/fair: Disable tg load_avg/runnable_avg update for root_task_group (bnc#960227).\n- sched/fair: Move cache hot load_avg/runnable_avg into separate cacheline (bnc#960227).\n- sched: Fix race between task_group and sched_task_group (Automatic NUMA Balancing (fate#315482))\n- scsi: Add sd_mod to initrd modules For some reason PowerVM backend can\u0027t work without sd_mod\n- scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458).\n- scsi: fix soft lockup in scsi_remove_target() on module removal (bsc#965199).\n- scsi: restart list search after unlock in scsi_remove_target (bsc#959257).\n- series.conf: add section comments\n- supported.conf: Add e1000e (emulated by VMware) to -base (bsc#968074)\n- supported.conf: Add Hyper-V modules to -base (bsc#965830)\n- supported.conf: Add more QEMU and VMware drivers to -base (bsc#965840).\n- supported.conf: Add more qemu device driver (bsc#968234)\n- supported.conf: Add mptspi and mptsas to -base (bsc#968206)\n- supported.conf: Add netfilter modules to base (bsc#950292)\n- supported.conf: Add nls_iso8859-1 and nls_cp437 to -base (bsc#950292)\n- supported.conf: Add the qemu scsi driver (sym53c8xx) to -base (bsc#967802)\n- supported.conf: Add tulip to -base for Hyper-V (bsc#968234)\n- supported.conf: Add vfat to -base to be able to mount the ESP (bsc#950292).\n- supported.conf: Add virtio_{blk,net,scsi} to kernel-default-base (bsc#950292)\n- supported.conf: Add virtio-rng (bsc#966026)\n- supported.conf: Add xen-blkfront.\n- supported.conf: Add xfs to -base (bsc#965891)\n- supported.conf: Also add virtio_pci to kernel-default-base (bsc#950292).\n- supported.conf: drop +external from ghash-clmulni-intel It was agreed that it does not make sense to maintain \u0027external\u0027 for this specific module. Furthermore it causes problems in rather ordinary VMware environments. (bsc#961971)\n- supported.conf: Fix usb-common path usb-common moved to its own subdirectory in kernel v3.16, and we backported that change to SLE12.\n- tcp: Restore RFC5961-compliant behavior for SYN packets (bsc#966864).\n- usb: Quiet down false peer failure messages (bnc#960629).\n- x86/apic: Introduce apic_extnmi command line parameter (bsc#940946, bsc#937444).\n- x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444).\n- x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444).\n- xen: Add /etc/modprobe.d/50-xen.conf selecting Xen frontend driver implementation (bsc#957986, bsc#956084, bsc#961658).\n- xen-blkfront: allow building in our Xen environment (bsc#957986 fate#320625).\n- xen, blkfront: factor out flush-related checks from do_blkif_request() (bsc#957986 fate#320625).\n- xen-blkfront: fix accounting of reqs when migrating (bsc#957986 fate#320625).\n- xen/blkfront: Fix crash if backend does not follow the right states (bsc#957986 fate#320625).\n- xen-blkfront: improve aproximation of required grants per request (bsc#957986 fate#320625).\n- xen/blkfront: improve protection against issuing unsupported REQ_FUA (bsc#957986 fate#320625).\n- xen/blkfront: remove redundant flush_op (bsc#957986 fate#320625).\n- xen-blkfront: remove type check from blkfront_setup_discard (bsc#957986 fate#320625).\n- xen-blkfront: Silence pfn maybe-uninitialized warning (bsc#957986 fate#320625).\n- xen: Linux 3.12.52.\n- xen: Refresh patches.xen/xen3-patch-3.9 (bsc#951155).\n- xen: Refresh patches.xen/xen3-patch-3.9 (do not subvert NX protection during 1:1 mapping setup).\n- xen-vscsi-large-requests: Fix resource collision for racing request maps and unmaps (bsc#966094).\n- xen: Xen config files updated to enable upstream block frontend.\n- xfs: add a few more verifier tests (bsc#947953).\n- xfs: fix double free in xlog_recover_commit_trans (bsc#947953).\n- xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory (bsc#947953).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-DESKTOP-12-2016-460,SUSE-SLE-Live-Patching-12-2016-460,SUSE-SLE-Module-Public-Cloud-12-2016-460,SUSE-SLE-SDK-12-2016-460,SUSE-SLE-SERVER-12-2016-460,SUSE-SLE-WE-12-2016-460", "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_0785-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2016:0785-1", "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20160785-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2016:0785-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-March/001947.html" }, { "category": "self", "summary": "SUSE Bug 812259", "url": "https://bugzilla.suse.com/812259" }, { "category": "self", "summary": "SUSE Bug 816099", "url": "https://bugzilla.suse.com/816099" }, { "category": "self", "summary": "SUSE Bug 855062", "url": "https://bugzilla.suse.com/855062" }, { "category": "self", "summary": "SUSE Bug 867583", "url": "https://bugzilla.suse.com/867583" }, { "category": "self", "summary": "SUSE Bug 884701", "url": "https://bugzilla.suse.com/884701" }, { "category": "self", "summary": "SUSE Bug 899908", "url": "https://bugzilla.suse.com/899908" }, { "category": "self", "summary": "SUSE Bug 922071", "url": "https://bugzilla.suse.com/922071" }, { "category": "self", "summary": "SUSE Bug 937444", "url": "https://bugzilla.suse.com/937444" }, { "category": "self", "summary": "SUSE Bug 940338", "url": "https://bugzilla.suse.com/940338" }, { "category": "self", "summary": "SUSE Bug 940946", "url": "https://bugzilla.suse.com/940946" }, { "category": "self", "summary": "SUSE Bug 941363", "url": "https://bugzilla.suse.com/941363" }, { "category": "self", "summary": "SUSE Bug 943989", "url": "https://bugzilla.suse.com/943989" }, { "category": "self", "summary": "SUSE Bug 945219", "url": "https://bugzilla.suse.com/945219" }, { "category": "self", "summary": "SUSE Bug 947953", "url": "https://bugzilla.suse.com/947953" }, { "category": "self", "summary": "SUSE Bug 949752", "url": "https://bugzilla.suse.com/949752" }, { "category": "self", "summary": "SUSE Bug 950292", "url": "https://bugzilla.suse.com/950292" }, { "category": "self", "summary": "SUSE Bug 951155", "url": "https://bugzilla.suse.com/951155" }, { "category": "self", "summary": "SUSE Bug 955308", "url": "https://bugzilla.suse.com/955308" }, { "category": "self", "summary": "SUSE Bug 955654", "url": "https://bugzilla.suse.com/955654" }, { "category": "self", "summary": "SUSE Bug 956084", "url": "https://bugzilla.suse.com/956084" }, { "category": "self", "summary": "SUSE Bug 956514", "url": "https://bugzilla.suse.com/956514" }, { "category": "self", "summary": "SUSE Bug 957525", "url": "https://bugzilla.suse.com/957525" }, { "category": "self", "summary": "SUSE Bug 957986", "url": "https://bugzilla.suse.com/957986" }, { "category": "self", "summary": "SUSE Bug 959090", "url": "https://bugzilla.suse.com/959090" }, { "category": "self", "summary": "SUSE Bug 959146", "url": "https://bugzilla.suse.com/959146" }, { "category": "self", "summary": "SUSE Bug 959257", "url": "https://bugzilla.suse.com/959257" }, { "category": "self", "summary": "SUSE Bug 959463", "url": "https://bugzilla.suse.com/959463" }, { "category": "self", "summary": "SUSE Bug 959629", "url": "https://bugzilla.suse.com/959629" }, { "category": "self", "summary": "SUSE Bug 959709", "url": "https://bugzilla.suse.com/959709" }, { "category": "self", "summary": "SUSE Bug 960174", "url": "https://bugzilla.suse.com/960174" }, { "category": "self", "summary": "SUSE Bug 960227", "url": "https://bugzilla.suse.com/960227" }, { "category": "self", "summary": "SUSE Bug 960458", "url": "https://bugzilla.suse.com/960458" }, { "category": "self", "summary": "SUSE Bug 960561", "url": "https://bugzilla.suse.com/960561" }, { "category": "self", "summary": "SUSE Bug 960629", "url": "https://bugzilla.suse.com/960629" }, { "category": "self", "summary": "SUSE Bug 961257", "url": "https://bugzilla.suse.com/961257" }, { "category": "self", "summary": "SUSE Bug 961500", "url": "https://bugzilla.suse.com/961500" }, { "category": "self", "summary": "SUSE Bug 961509", "url": "https://bugzilla.suse.com/961509" }, { "category": "self", "summary": "SUSE Bug 961516", "url": "https://bugzilla.suse.com/961516" }, { "category": "self", "summary": "SUSE Bug 961588", "url": "https://bugzilla.suse.com/961588" }, { "category": "self", "summary": "SUSE Bug 961658", "url": "https://bugzilla.suse.com/961658" }, { "category": "self", "summary": "SUSE Bug 961971", "url": "https://bugzilla.suse.com/961971" }, { "category": "self", "summary": "SUSE Bug 962336", "url": "https://bugzilla.suse.com/962336" }, { "category": "self", "summary": "SUSE Bug 962356", "url": "https://bugzilla.suse.com/962356" }, { "category": "self", "summary": "SUSE Bug 962788", "url": "https://bugzilla.suse.com/962788" }, { "category": "self", "summary": "SUSE Bug 962965", "url": "https://bugzilla.suse.com/962965" }, { "category": "self", "summary": "SUSE Bug 963193", "url": "https://bugzilla.suse.com/963193" }, { "category": "self", "summary": "SUSE Bug 963449", "url": "https://bugzilla.suse.com/963449" }, { "category": "self", "summary": "SUSE Bug 963572", "url": "https://bugzilla.suse.com/963572" }, { "category": "self", "summary": "SUSE Bug 963746", "url": "https://bugzilla.suse.com/963746" }, { "category": "self", "summary": "SUSE Bug 963765", "url": "https://bugzilla.suse.com/963765" }, { "category": "self", "summary": "SUSE Bug 963767", "url": "https://bugzilla.suse.com/963767" }, { "category": "self", "summary": "SUSE Bug 963825", "url": "https://bugzilla.suse.com/963825" }, { "category": "self", "summary": "SUSE Bug 963960", "url": "https://bugzilla.suse.com/963960" }, { "category": "self", "summary": "SUSE Bug 964201", "url": "https://bugzilla.suse.com/964201" }, { "category": "self", "summary": "SUSE Bug 964730", "url": "https://bugzilla.suse.com/964730" }, { "category": "self", "summary": "SUSE Bug 965199", "url": "https://bugzilla.suse.com/965199" }, { "category": "self", "summary": "SUSE Bug 965344", "url": "https://bugzilla.suse.com/965344" }, { "category": "self", "summary": "SUSE Bug 965830", "url": "https://bugzilla.suse.com/965830" }, { "category": "self", "summary": "SUSE Bug 965840", "url": "https://bugzilla.suse.com/965840" }, { "category": "self", "summary": "SUSE Bug 965891", "url": "https://bugzilla.suse.com/965891" }, { "category": "self", "summary": "SUSE Bug 966026", "url": "https://bugzilla.suse.com/966026" }, { "category": "self", "summary": "SUSE Bug 966094", "url": "https://bugzilla.suse.com/966094" }, { "category": "self", "summary": "SUSE Bug 966278", "url": "https://bugzilla.suse.com/966278" }, { "category": "self", "summary": "SUSE Bug 966437", "url": "https://bugzilla.suse.com/966437" }, { "category": "self", "summary": "SUSE Bug 966471", "url": "https://bugzilla.suse.com/966471" }, { "category": "self", "summary": "SUSE Bug 966693", "url": "https://bugzilla.suse.com/966693" }, { "category": "self", "summary": "SUSE Bug 966864", "url": "https://bugzilla.suse.com/966864" }, { "category": "self", "summary": "SUSE Bug 966910", "url": "https://bugzilla.suse.com/966910" }, { "category": "self", "summary": "SUSE Bug 967802", "url": "https://bugzilla.suse.com/967802" }, { "category": "self", "summary": "SUSE Bug 968018", "url": "https://bugzilla.suse.com/968018" }, { "category": "self", "summary": "SUSE Bug 968074", "url": "https://bugzilla.suse.com/968074" }, { "category": "self", "summary": "SUSE Bug 968206", "url": "https://bugzilla.suse.com/968206" }, { "category": "self", "summary": "SUSE Bug 968230", "url": "https://bugzilla.suse.com/968230" }, { "category": "self", "summary": "SUSE Bug 968234", "url": "https://bugzilla.suse.com/968234" }, { "category": "self", "summary": "SUSE Bug 968253", "url": "https://bugzilla.suse.com/968253" }, { "category": "self", "summary": "SUSE Bug 969112", "url": "https://bugzilla.suse.com/969112" }, { "category": "self", "summary": "SUSE CVE CVE-2013-7446 page", "url": "https://www.suse.com/security/cve/CVE-2013-7446/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-5707 page", "url": "https://www.suse.com/security/cve/CVE-2015-5707/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-8709 page", "url": "https://www.suse.com/security/cve/CVE-2015-8709/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-8767 page", "url": "https://www.suse.com/security/cve/CVE-2015-8767/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-8785 page", "url": "https://www.suse.com/security/cve/CVE-2015-8785/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-8812 page", "url": "https://www.suse.com/security/cve/CVE-2015-8812/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0723 page", "url": "https://www.suse.com/security/cve/CVE-2016-0723/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0774 page", "url": "https://www.suse.com/security/cve/CVE-2016-0774/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2069 page", "url": "https://www.suse.com/security/cve/CVE-2016-2069/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2384 page", "url": "https://www.suse.com/security/cve/CVE-2016-2384/" } ], "title": "Security update for the Linux Kernel", "tracking": { "current_release_date": "2016-03-16T10:39:32Z", "generator": { "date": "2016-03-16T10:39:32Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2016:0785-1", "initial_release_date": "2016-03-16T10:39:32Z", "revision_history": [ { "date": "2016-03-16T10:39:32Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "kernel-devel-3.12.55-52.42.1.noarch", "product": { "name": "kernel-devel-3.12.55-52.42.1.noarch", "product_id": "kernel-devel-3.12.55-52.42.1.noarch" } }, { "category": "product_version", "name": "kernel-macros-3.12.55-52.42.1.noarch", "product": { "name": "kernel-macros-3.12.55-52.42.1.noarch", "product_id": "kernel-macros-3.12.55-52.42.1.noarch" } }, { "category": "product_version", "name": "kernel-source-3.12.55-52.42.1.noarch", "product": { "name": "kernel-source-3.12.55-52.42.1.noarch", "product_id": "kernel-source-3.12.55-52.42.1.noarch" } }, { "category": "product_version", "name": "kernel-docs-3.12.55-52.42.2.noarch", "product": { "name": "kernel-docs-3.12.55-52.42.2.noarch", "product_id": "kernel-docs-3.12.55-52.42.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-obs-build-3.12.55-52.42.2.ppc64le", "product": { "name": "kernel-obs-build-3.12.55-52.42.2.ppc64le", "product_id": "kernel-obs-build-3.12.55-52.42.2.ppc64le" } }, { "category": "product_version", "name": "kernel-default-3.12.55-52.42.1.ppc64le", "product": { "name": "kernel-default-3.12.55-52.42.1.ppc64le", "product_id": "kernel-default-3.12.55-52.42.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-base-3.12.55-52.42.1.ppc64le", "product": { "name": "kernel-default-base-3.12.55-52.42.1.ppc64le", "product_id": "kernel-default-base-3.12.55-52.42.1.ppc64le" } }, { "category": "product_version", "name": "kernel-default-devel-3.12.55-52.42.1.ppc64le", "product": { "name": "kernel-default-devel-3.12.55-52.42.1.ppc64le", "product_id": "kernel-default-devel-3.12.55-52.42.1.ppc64le" } }, { "category": "product_version", "name": "kernel-syms-3.12.55-52.42.1.ppc64le", "product": { "name": "kernel-syms-3.12.55-52.42.1.ppc64le", "product_id": "kernel-syms-3.12.55-52.42.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "kernel-obs-build-3.12.55-52.42.2.s390x", "product": { "name": "kernel-obs-build-3.12.55-52.42.2.s390x", "product_id": "kernel-obs-build-3.12.55-52.42.2.s390x" } }, { "category": "product_version", "name": "kernel-default-3.12.55-52.42.1.s390x", "product": { "name": "kernel-default-3.12.55-52.42.1.s390x", "product_id": "kernel-default-3.12.55-52.42.1.s390x" } }, { "category": "product_version", "name": "kernel-default-base-3.12.55-52.42.1.s390x", "product": { "name": "kernel-default-base-3.12.55-52.42.1.s390x", "product_id": "kernel-default-base-3.12.55-52.42.1.s390x" } }, { "category": "product_version", "name": "kernel-default-devel-3.12.55-52.42.1.s390x", "product": { "name": "kernel-default-devel-3.12.55-52.42.1.s390x", "product_id": "kernel-default-devel-3.12.55-52.42.1.s390x" } }, { "category": "product_version", "name": "kernel-default-man-3.12.55-52.42.1.s390x", "product": { "name": "kernel-default-man-3.12.55-52.42.1.s390x", "product_id": "kernel-default-man-3.12.55-52.42.1.s390x" } }, { "category": "product_version", "name": "kernel-syms-3.12.55-52.42.1.s390x", "product": { "name": "kernel-syms-3.12.55-52.42.1.s390x", "product_id": "kernel-syms-3.12.55-52.42.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-default-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-default-3.12.55-52.42.1.x86_64", "product_id": "kernel-default-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-devel-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-default-devel-3.12.55-52.42.1.x86_64", "product_id": "kernel-default-devel-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-default-extra-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-default-extra-3.12.55-52.42.1.x86_64", "product_id": "kernel-default-extra-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-syms-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-syms-3.12.55-52.42.1.x86_64", "product_id": "kernel-syms-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-xen-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-xen-3.12.55-52.42.1.x86_64", "product_id": "kernel-xen-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-xen-devel-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-xen-devel-3.12.55-52.42.1.x86_64", "product_id": "kernel-xen-devel-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "product": { "name": "kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "product_id": "kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64" } }, { "category": "product_version", "name": "kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "product": { "name": "kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "product_id": "kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64" } }, { "category": "product_version", "name": "kernel-ec2-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-ec2-3.12.55-52.42.1.x86_64", "product_id": "kernel-ec2-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-ec2-devel-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-ec2-devel-3.12.55-52.42.1.x86_64", "product_id": "kernel-ec2-devel-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-ec2-extra-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-ec2-extra-3.12.55-52.42.1.x86_64", "product_id": "kernel-ec2-extra-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-obs-build-3.12.55-52.42.2.x86_64", "product": { "name": "kernel-obs-build-3.12.55-52.42.2.x86_64", "product_id": "kernel-obs-build-3.12.55-52.42.2.x86_64" } }, { "category": "product_version", "name": "kernel-default-base-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-default-base-3.12.55-52.42.1.x86_64", "product_id": "kernel-default-base-3.12.55-52.42.1.x86_64" } }, { "category": "product_version", "name": "kernel-xen-base-3.12.55-52.42.1.x86_64", "product": { "name": "kernel-xen-base-3.12.55-52.42.1.x86_64", "product_id": "kernel-xen-base-3.12.55-52.42.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Desktop 12", "product": { "name": "SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sled:12" } } }, { "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", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12", "product_id": "SUSE Linux Enterprise Software Development Kit 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12", "product": { "name": "SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Workstation Extension 12", "product": { "name": "SUSE Linux Enterprise Workstation Extension 12", "product_id": "SUSE Linux Enterprise Workstation Extension 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-we:12" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-default-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-devel-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-extra-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-devel-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-macros-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-source-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-syms-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-xen-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-devel-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12", "product_id": "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-xen-devel-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12" }, { "category": "default_component_of", "full_product_name": { "name": "kgraft-patch-3_12_55-52_42-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_55-52_42-default-1-2.1.x86_64" }, "product_reference": "kgraft-patch-3_12_55-52_42-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_55-52_42-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_55-52_42-xen-1-2.1.x86_64" }, "product_reference": "kgraft-patch-3_12_55-52_42-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.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12", "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-ec2-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ec2-devel-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12", "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-ec2-devel-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ec2-extra-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12", "product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-ec2-extra-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-docs-3.12.55-52.42.2.noarch as component of SUSE Linux Enterprise Software Development Kit 12", "product_id": "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch" }, "product_reference": "kernel-docs-3.12.55-52.42.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-3.12.55-52.42.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12", "product_id": "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le" }, "product_reference": "kernel-obs-build-3.12.55-52.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-3.12.55-52.42.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12", "product_id": "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x" }, "product_reference": "kernel-obs-build-3.12.55-52.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-obs-build-3.12.55-52.42.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12", "product_id": "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64" }, "product_reference": "kernel-obs-build-3.12.55-52.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-3.12.55-52.42.1.ppc64le as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le" }, "product_reference": "kernel-default-3.12.55-52.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-default-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-3.12.55-52.42.1.ppc64le as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le" }, "product_reference": "kernel-default-base-3.12.55-52.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-default-base-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-base-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-3.12.55-52.42.1.ppc64le as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le" }, "product_reference": "kernel-default-devel-3.12.55-52.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-default-devel-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-devel-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-man-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-default-man-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-devel-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-macros-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-source-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-3.12.55-52.42.1.ppc64le as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le" }, "product_reference": "kernel-syms-3.12.55-52.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-syms-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-syms-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-xen-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-base-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-xen-base-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-devel-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server 12", "product_id": "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-xen-devel-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-3.12.55-52.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le" }, "product_reference": "kernel-default-3.12.55-52.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-default-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-3.12.55-52.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le" }, "product_reference": "kernel-default-base-3.12.55-52.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-default-base-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-base-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-base-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-3.12.55-52.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le" }, "product_reference": "kernel-default-devel-3.12.55-52.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-default-devel-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-devel-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-devel-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-man-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-default-man-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-devel-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-macros-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-macros-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-source-3.12.55-52.42.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch" }, "product_reference": "kernel-source-3.12.55-52.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-3.12.55-52.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le" }, "product_reference": "kernel-syms-3.12.55-52.42.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-3.12.55-52.42.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x" }, "product_reference": "kernel-syms-3.12.55-52.42.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-syms-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-syms-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-xen-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-base-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-xen-base-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-devel-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-xen-devel-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-default-extra-3.12.55-52.42.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 12", "product_id": "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" }, "product_reference": "kernel-default-extra-3.12.55-52.42.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12" } ] }, "vulnerabilities": [ { "cve": "CVE-2013-7446", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-7446" } ], "notes": [ { "category": "general", "text": "Use-after-free vulnerability in net/unix/af_unix.c in the Linux kernel before 4.3.3 allows local users to bypass intended AF_UNIX socket permissions or cause a denial of service (panic) via crafted epoll_ctl calls.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-7446", "url": "https://www.suse.com/security/cve/CVE-2013-7446" }, { "category": "external", "summary": "SUSE Bug 1020452 for CVE-2013-7446", "url": "https://bugzilla.suse.com/1020452" }, { "category": "external", "summary": "SUSE Bug 955654 for CVE-2013-7446", "url": "https://bugzilla.suse.com/955654" }, { "category": "external", "summary": "SUSE Bug 955837 for CVE-2013-7446", "url": "https://bugzilla.suse.com/955837" } ], "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:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "moderate" } ], "title": "CVE-2013-7446" }, { "cve": "CVE-2015-5707", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-5707" } ], "notes": [ { "category": "general", "text": "Integer overflow in the sg_start_req function in drivers/scsi/sg.c in the Linux kernel 2.6.x through 4.x before 4.1 allows local users to cause a denial of service or possibly have unspecified other impact via a large iov_count value in a write request.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-5707", "url": "https://www.suse.com/security/cve/CVE-2015-5707" }, { "category": "external", "summary": "SUSE Bug 923755 for CVE-2015-5707", "url": "https://bugzilla.suse.com/923755" }, { "category": "external", "summary": "SUSE Bug 940338 for CVE-2015-5707", "url": "https://bugzilla.suse.com/940338" }, { "category": "external", "summary": "SUSE Bug 940342 for CVE-2015-5707", "url": "https://bugzilla.suse.com/940342" }, { "category": "external", "summary": "SUSE Bug 963994 for CVE-2015-5707", "url": "https://bugzilla.suse.com/963994" } ], "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:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "moderate" } ], "title": "CVE-2015-5707" }, { "cve": "CVE-2015-8709", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-8709" } ], "notes": [ { "category": "general", "text": "kernel/ptrace.c in the Linux kernel through 4.4.1 mishandles uid and gid mappings, which allows local users to gain privileges by establishing a user namespace, waiting for a root process to enter that namespace with an unsafe uid or gid, and then using the ptrace system call. NOTE: the vendor states \"there is no kernel bug here.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-8709", "url": "https://www.suse.com/security/cve/CVE-2015-8709" }, { "category": "external", "summary": "SUSE Bug 1010933 for CVE-2015-8709", "url": "https://bugzilla.suse.com/1010933" }, { "category": "external", "summary": "SUSE Bug 959709 for CVE-2015-8709", "url": "https://bugzilla.suse.com/959709" }, { "category": "external", "summary": "SUSE Bug 960561 for CVE-2015-8709", "url": "https://bugzilla.suse.com/960561" }, { "category": "external", "summary": "SUSE Bug 960563 for CVE-2015-8709", "url": "https://bugzilla.suse.com/960563" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "moderate" } ], "title": "CVE-2015-8709" }, { "cve": "CVE-2015-8767", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-8767" } ], "notes": [ { "category": "general", "text": "net/sctp/sm_sideeffect.c in the Linux kernel before 4.3 does not properly manage the relationship between a lock and a socket, which allows local users to cause a denial of service (deadlock) via a crafted sctp_accept call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-8767", "url": "https://www.suse.com/security/cve/CVE-2015-8767" }, { "category": "external", "summary": "SUSE Bug 1020452 for CVE-2015-8767", "url": "https://bugzilla.suse.com/1020452" }, { "category": "external", "summary": "SUSE Bug 1115893 for CVE-2015-8767", "url": "https://bugzilla.suse.com/1115893" }, { "category": "external", "summary": "SUSE Bug 961509 for CVE-2015-8767", "url": "https://bugzilla.suse.com/961509" } ], "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:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.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:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "low" } ], "title": "CVE-2015-8767" }, { "cve": "CVE-2015-8785", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-8785" } ], "notes": [ { "category": "general", "text": "The fuse_fill_write_pages function in fs/fuse/file.c in the Linux kernel before 4.4 allows local users to cause a denial of service (infinite loop) via a writev system call that triggers a zero length for the first segment of an iov.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-8785", "url": "https://www.suse.com/security/cve/CVE-2015-8785" }, { "category": "external", "summary": "SUSE Bug 1020452 for CVE-2015-8785", "url": "https://bugzilla.suse.com/1020452" }, { "category": "external", "summary": "SUSE Bug 963765 for CVE-2015-8785", "url": "https://bugzilla.suse.com/963765" } ], "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:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "low" } ], "title": "CVE-2015-8785" }, { "cve": "CVE-2015-8812", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-8812" } ], "notes": [ { "category": "general", "text": "drivers/infiniband/hw/cxgb3/iwch_cm.c in the Linux kernel before 4.5 does not properly identify error conditions, which allows remote attackers to execute arbitrary code or cause a denial of service (use-after-free) via crafted packets.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-8812", "url": "https://www.suse.com/security/cve/CVE-2015-8812" }, { "category": "external", "summary": "SUSE Bug 1020452 for CVE-2015-8812", "url": "https://bugzilla.suse.com/1020452" }, { "category": "external", "summary": "SUSE Bug 1115893 for CVE-2015-8812", "url": "https://bugzilla.suse.com/1115893" }, { "category": "external", "summary": "SUSE Bug 966437 for CVE-2015-8812", "url": "https://bugzilla.suse.com/966437" }, { "category": "external", "summary": "SUSE Bug 966683 for CVE-2015-8812", "url": "https://bugzilla.suse.com/966683" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "moderate" } ], "title": "CVE-2015-8812" }, { "cve": "CVE-2016-0723", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0723" } ], "notes": [ { "category": "general", "text": "Race condition in the tty_ioctl function in drivers/tty/tty_io.c in the Linux kernel through 4.4.1 allows local users to obtain sensitive information from kernel memory or cause a denial of service (use-after-free and system crash) by making a TIOCGETD ioctl call during processing of a TIOCSETD ioctl call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0723", "url": "https://www.suse.com/security/cve/CVE-2016-0723" }, { "category": "external", "summary": "SUSE Bug 1020452 for CVE-2016-0723", "url": "https://bugzilla.suse.com/1020452" }, { "category": "external", "summary": "SUSE Bug 961500 for CVE-2016-0723", "url": "https://bugzilla.suse.com/961500" } ], "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:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "low" } ], "title": "CVE-2016-0723" }, { "cve": "CVE-2016-0774", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0774" } ], "notes": [ { "category": "general", "text": "The (1) pipe_read and (2) pipe_write implementations in fs/pipe.c in a certain Linux kernel backport in the linux package before 3.2.73-2+deb7u3 on Debian wheezy and the kernel package before 3.10.0-229.26.2 on Red Hat Enterprise Linux (RHEL) 7.1 do not properly consider the side effects of failed __copy_to_user_inatomic and __copy_from_user_inatomic calls, which allows local users to cause a denial of service (system crash) or possibly gain privileges via a crafted application, aka an \"I/O vector array overrun.\" NOTE: this vulnerability exists because of an incorrect fix for CVE-2015-1805.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0774", "url": "https://www.suse.com/security/cve/CVE-2016-0774" }, { "category": "external", "summary": "SUSE Bug 917839 for CVE-2016-0774", "url": "https://bugzilla.suse.com/917839" }, { "category": "external", "summary": "SUSE Bug 964730 for CVE-2016-0774", "url": "https://bugzilla.suse.com/964730" }, { "category": "external", "summary": "SUSE Bug 964732 for CVE-2016-0774", "url": "https://bugzilla.suse.com/964732" } ], "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:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "moderate" } ], "title": "CVE-2016-0774" }, { "cve": "CVE-2016-2069", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2069" } ], "notes": [ { "category": "general", "text": "Race condition in arch/x86/mm/tlb.c in the Linux kernel before 4.4.1 allows local users to gain privileges by triggering access to a paging structure by a different CPU.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2069", "url": "https://www.suse.com/security/cve/CVE-2016-2069" }, { "category": "external", "summary": "SUSE Bug 1020452 for CVE-2016-2069", "url": "https://bugzilla.suse.com/1020452" }, { "category": "external", "summary": "SUSE Bug 1115893 for CVE-2016-2069", "url": "https://bugzilla.suse.com/1115893" }, { "category": "external", "summary": "SUSE Bug 870618 for CVE-2016-2069", "url": "https://bugzilla.suse.com/870618" }, { "category": "external", "summary": "SUSE Bug 963767 for CVE-2016-2069", "url": "https://bugzilla.suse.com/963767" } ], "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:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "low" } ], "title": "CVE-2016-2069" }, { "cve": "CVE-2016-2384", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2384" } ], "notes": [ { "category": "general", "text": "Double free vulnerability in the snd_usbmidi_create function in sound/usb/midi.c in the Linux kernel before 4.5 allows physically proximate attackers to cause a denial of service (panic) or possibly have unspecified other impact via vectors involving an invalid USB descriptor.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2384", "url": "https://www.suse.com/security/cve/CVE-2016-2384" }, { "category": "external", "summary": "SUSE Bug 1020452 for CVE-2016-2384", "url": "https://bugzilla.suse.com/1020452" }, { "category": "external", "summary": "SUSE Bug 966693 for CVE-2016-2384", "url": "https://bugzilla.suse.com/966693" }, { "category": "external", "summary": "SUSE Bug 967773 for CVE-2016-2384", "url": "https://bugzilla.suse.com/967773" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-default-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Desktop 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Desktop 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-default-1-2.1.x86_64", "SUSE Linux Enterprise Live Patching 12:kgraft-patch-3_12_55-52_42-xen-1-2.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-default-man-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-devel-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-macros-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-source-3.12.55-52.42.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-syms-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-base-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12:kernel-xen-devel-3.12.55-52.42.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12:kernel-docs-3.12.55-52.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12:kernel-obs-build-3.12.55-52.42.2.x86_64", "SUSE Linux Enterprise Workstation Extension 12:kernel-default-extra-3.12.55-52.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2016-03-16T10:39:32Z", "details": "low" } ], "title": "CVE-2016-2384" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…